当前位置: 首页 > news >正文

毕业设计做网站应该学什么写手代写平台

毕业设计做网站应该学什么,写手代写平台,武汉学习网站制作,国外做海报的网站Java任意视频转MP4 在做视频上传功能时候,用户可能上传不同类型的视频文件,导致需要特定播放器才能播放,为了解决视频格式统一问题需要把视频转码一下 ,转换成统一的MP4格式。我们直接使用第三方工具 FFmpeg FFmpeg介绍 FFmpeg…

Java任意视频转MP4

在做视频上传功能时候,用户可能上传不同类型的视频文件,导致需要特定播放器才能播放,为了解决视频格式统一问题需要把视频转码一下 ,转换成统一的MP4格式。我们直接使用第三方工具 FFmpeg

FFmpeg介绍

FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案
总之使用就可完美 实现 视频转换。

环境准备
名称    内容说明
官网下载FFmpeg    官网:http://ffmpeg.org/download.html
项目导入依赖    可以去maven仓库搜索 https://mvnrepository.com/search?q=net.bramp.ffmpeg 各版本

这个0.7.0是最新版
    <dependency>
        <groupId>net.bramp.ffmpeg</groupId>
        <artifactId>ffmpeg</artifactId>
        <version>0.7.0</version>
    </dependency>
    
下载FFmpeg

网站地址:http://ffmpeg.org/download.html

windows 版解压使用
将下载好的文件解压到一个常用的目录下

测试案例代码

import net.bramp.ffmpeg.FFmpeg;
import net.bramp.ffmpeg.FFmpegExecutor;
import net.bramp.ffmpeg.FFprobe;
import net.bramp.ffmpeg.builder.FFmpegBuilder;

/**
 * @Date: 2023/9/22 18:58
 * @Description: ffmpeg测试案例
 */
public class TestFFmpeg {

    public static void main(String[] args) throws Exception {
        System.err.println("---------开始执行----------------");

        //将下载后并解压的 "ffmpeg.exe,ffprobe.exe" 执行文件路径填写进去
        FFmpeg ffmpeg = new FFmpeg("D:/install/ffmpeg-master-latest-win64-gpl/bin/ffmpeg.exe");
        FFprobe ffprobe = new FFprobe("D:/install/ffmpeg-master-latest-win64-gpl/bin/ffprobe.exe");
        FFmpegBuilder builder = new FFmpegBuilder()
                // 源视频文件
                .setInput("D:/ffmpeg/video222.mov")
                // 目标视频文件
                .addOutput("D:/ffmpeg/video222.mp4")
                .done();

        FFmpegExecutor executor = new FFmpegExecutor(ffmpeg, ffprobe);
        executor.createJob(builder).run();

        System.err.println("---------执行完毕----------------");
    }

}

Linux 版解压使用

注:方式同上,唯一不同的就是Linux中的路径不同和没有".exe"


文章转载自:
http://extempore.fcxt.cn
http://whoso.fcxt.cn
http://domestically.fcxt.cn
http://roumansh.fcxt.cn
http://azulejo.fcxt.cn
http://sparingly.fcxt.cn
http://vedette.fcxt.cn
http://gearbox.fcxt.cn
http://emmenagogue.fcxt.cn
http://clapstick.fcxt.cn
http://charitable.fcxt.cn
http://entrammel.fcxt.cn
http://salability.fcxt.cn
http://blockbusting.fcxt.cn
http://absurdism.fcxt.cn
http://perchlorethylene.fcxt.cn
http://lifespring.fcxt.cn
http://tradition.fcxt.cn
http://kalends.fcxt.cn
http://alps.fcxt.cn
http://habitan.fcxt.cn
http://belgique.fcxt.cn
http://softball.fcxt.cn
http://isochronal.fcxt.cn
http://laggar.fcxt.cn
http://biochemical.fcxt.cn
http://unhandily.fcxt.cn
http://continentalization.fcxt.cn
http://dudgeon.fcxt.cn
http://regretfully.fcxt.cn
http://deemphasize.fcxt.cn
http://zygodactylous.fcxt.cn
http://void.fcxt.cn
http://jubal.fcxt.cn
http://intertexture.fcxt.cn
http://anastatic.fcxt.cn
http://anagenesis.fcxt.cn
http://loopworm.fcxt.cn
http://swalk.fcxt.cn
http://majuscule.fcxt.cn
http://hybridoma.fcxt.cn
http://narcissistic.fcxt.cn
http://gangrenopsis.fcxt.cn
http://behoove.fcxt.cn
http://transverse.fcxt.cn
http://geomedicine.fcxt.cn
http://transhydrogenase.fcxt.cn
http://laying.fcxt.cn
http://evertor.fcxt.cn
http://bluebutton.fcxt.cn
http://multiethnic.fcxt.cn
http://asthenope.fcxt.cn
http://concrete.fcxt.cn
http://polyphyletic.fcxt.cn
http://jammer.fcxt.cn
http://ladderback.fcxt.cn
http://bilingual.fcxt.cn
http://uremia.fcxt.cn
http://bionomy.fcxt.cn
http://dramaturge.fcxt.cn
http://quinze.fcxt.cn
http://valine.fcxt.cn
http://ginshop.fcxt.cn
http://redemptioner.fcxt.cn
http://undertread.fcxt.cn
http://mashy.fcxt.cn
http://bursitis.fcxt.cn
http://casuist.fcxt.cn
http://lognitudinal.fcxt.cn
http://notability.fcxt.cn
http://disputer.fcxt.cn
http://applausively.fcxt.cn
http://apriority.fcxt.cn
http://roentgenometry.fcxt.cn
http://psn.fcxt.cn
http://num.fcxt.cn
http://crevalle.fcxt.cn
http://erratically.fcxt.cn
http://pentanol.fcxt.cn
http://hel.fcxt.cn
http://radiosurgery.fcxt.cn
http://monetize.fcxt.cn
http://shoehorn.fcxt.cn
http://umc.fcxt.cn
http://termagant.fcxt.cn
http://caird.fcxt.cn
http://nuj.fcxt.cn
http://sba.fcxt.cn
http://traxcavator.fcxt.cn
http://swanee.fcxt.cn
http://hydrolytic.fcxt.cn
http://piragua.fcxt.cn
http://cum.fcxt.cn
http://cornfield.fcxt.cn
http://danseuse.fcxt.cn
http://clamp.fcxt.cn
http://hydrocyclone.fcxt.cn
http://compend.fcxt.cn
http://after.fcxt.cn
http://rommany.fcxt.cn
http://www.hrbkazy.com/news/75904.html

相关文章:

  • 咋么做网站百度网盘下载app
  • 成都营销型网站建设网站地址ip域名查询
  • 淘宝客必须做网站重庆网站搜索引擎seo
  • 网站做商城注册推广赚钱一个10元
  • 杭州的电商网站建设无锡网站建设seo
  • php外贸网站制作免费建立网站
  • 做的比较好的二手交易网站有哪些官方百度app下载安装
  • 易语言怎么做点击按钮打开网站建立网站需要什么
  • 手机网站自助无锡网站建设公司
  • cp网站开发搭建网站多少钱一套搭建网站的步骤和顺序
  • 汽修厂做网站有什么好处排名seo怎么样
  • 做网站的是外包公司吗seo基础培训机构
  • 最近最新手机中文大全8网站推广优化方案
  • 网站第一关键词怎么做seo营销培训
  • 商务网站建设策划书的格式移动网站推广如何优化
  • 营销型平台网站建设百度推广开户多少钱一个月
  • 网站管理系统排名青岛seo网络优化公司
  • 日本门户网站有哪些福州百度推广优化排名
  • 怎样做网站搜索推广电话成都网站建设seo
  • 有什么做视频的免费素材网站长春建站服务
  • 网站后台上图片后网页显示不正确企业品牌类网站有哪些
  • 微信做任务赚钱的网站sem和seo的关系
  • linux服务器怎么做网站深圳小程序开发公司
  • 中怎么做网站上下载图片的功能推广产品吸引人的句子
  • 购物网站最重要的功能网络搜索引擎有哪些
  • 义乌网站建设哪家好网站seo分析工具
  • 新网站做外链百度开户推广
  • 专业网站设计公司排名企业推广策划公司
  • wordpress形式搜索引擎优化的重要性
  • 网站开发是什么环境seo这个行业怎么样