当前位置:网站首页>Ffmpeg common commands
Ffmpeg common commands
2022-04-23 07:10:00 【Zhang Hailong_ China】
1.fmpeg Audio and video synthesis :
ffmpeg -i Audio file Video source file Output target MP4 file :
for example :ffmpeg -i /Users/jason/Downloads/NewGift/voice.wav -i /Users/jason/Downloads/NewGift/video.mp4 /Users/jason/Downloads/NewGift/last.mp4
2.ffmpeg Check out the video details You can see the video coding method Video format yes H264 H265
ffmpeg -i Video file for example :ffmpeg -i /Users/jason/Downloads/1636283359353.mp4
3. Remove video sound
ffmpeg -i 1.avi -vcodec copy -an 2.avi
4. Compressed video :
ffmpeg -threads 2 -i The original video New video
for example :
ffmpeg -threads 2 -i /Users/jason/Downloads/APK/Video/VIDEO5.mp4 /Users/jason/Downloads/APK/Video/VIDEO5New.mp4
版权声明
本文为[Zhang Hailong_ China]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230607201341.html
边栏推荐
猜你喜欢
随机推荐
Explore how @ modelandview can forward data and pages through the source code
取消远程依赖,用本地依赖
Static interface method calls are not supported at language level ‘5‘ 异常解决
Oracle和mysql批量查询用户下所有表名和表名注释
Tiny4412 HDMI显示
ACFS文件系统创建扩大缩小等配置步骤
timestamp隐式转换问题导致索引列未使用问题分析
统一任务分发调度执行框架
./gradlew: Permission denied
MySQL笔记5_操作数据
常用于融合去重的窗口函数row_number
测试oracle库700万数据量普通方式创建索引所需时间
Chaos vous emmène au projet chaos.
ViewPager2实现画廊效果执行notifyDataSetChanged后PageTransformer显示异常 界面变形问题
Itop4412 kernel restarts repeatedly
第三篇:docker安装mysql容器(自定义端口)
Research on alertmanager repeated / missing alarm phenomenon and two key parameters_ Wait and group_ Interpretation of interval
10g数据库使用大内存主机时不能启动的问题
C#新大陆物联网云平台的连接(简易理解版)
oracle 修改默认临时表空间