当前位置:网站首页>ffmpeg常用命令
ffmpeg常用命令
2022-04-23 06:08:00 【张海龙_China】
1.fmpeg之音频视频合成:
ffmpeg -i 音频文件 视频源文件 输出目标MP4文件:
例如:ffmpeg -i /Users/jason/Downloads/NewGift/voice.wav -i /Users/jason/Downloads/NewGift/video.mp4 /Users/jason/Downloads/NewGift/last.mp4
2.ffmpeg 查看视频详情 可以看到视频编码方式 视频格式 是H264 H265
ffmpeg -i 视频文件 例如:ffmpeg -i /Users/jason/Downloads/1636283359353.mp4
3.去除视频声音
ffmpeg -i 1.avi -vcodec copy -an 2.avi
4.压缩视频:
ffmpeg -threads 2 -i 原来的视频 新的视频
例如:
ffmpeg -threads 2 -i /Users/jason/Downloads/APK/Video/VIDEO5.mp4 /Users/jason/Downloads/APK/Video/VIDEO5New.mp4
版权声明
本文为[张海龙_China]所创,转载请带上原文链接,感谢
https://blog.csdn.net/Jason_HD/article/details/121406068
边栏推荐
- Exception record-8
- 一个DG环境的ORA-16047: DGID mismatch between destination setting and target database问题排查及监听VNCR特性
- 10g数据库使用大内存主机时不能启动的问题
- OSS云存储管理实践(体验有礼)
- Cause: dx.jar is missing
- iTOP4412 SurfaceFlinger(4.0.3_r1)
- pg库对姓名进行校验
- Error alarm of Postgres master-slave replication delay monitoring
- 中国各省会城市经纬度位置
- iTOP4412无法显示开机动画(4.0.3_r1)
猜你喜欢
iTOP4412 HDMI显示(4.0.3_r1)
谷歌AdMob广告学习
ACFS文件系统创建扩大缩小等配置步骤
Apache SeaTunnel 2.1.0部署及踩坑
Dolphinscheduler源码包src.tar.gz解压问题
Thanos compact component test summary (processing historical data)
Using Prom label proxy to implement label based multi tenant reading of Prometheus thanos
webView因证书问题显示一片空白
Prometheus thanos Quick Guide
开篇:双指针仪表盘的识别
随机推荐
MySQL笔记5_操作数据
19C环境ORA-01035登陆报错处理
微服务架构核心概念
oracle给对象重命名
Typical application scenarios of alicloud log service SLS
Android面试计网面经大全【持续更新中。。。】
组件化学习(3)ARouter中的Path和Group注解
Error alarm of Postgres master-slave replication delay monitoring
三种实现ImageView以自身中心为原点旋转的方法
解决:You have 18 unapplied migration(s). Your project may not work properly until you apply
Prometheus alarm record persistence (historical alarm saving and Statistics)
数据库的事务
Encapsulate a set of project network request framework from 0
oracle对表字段的修改
利用队列实现栈
RAC环境alert日志报错Drop transient type: SYSTP2JW0acnAurDgU1sBqMBryw==的排查
Relabel of Prometheus_ Configs and metric_ relabel_ Configs explanation and usage examples
JS function package foreach use return can not jump out of the outer function
npm ERR code 500解决
select命令产生redo日志问题的分析