当前位置:网站首页>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
边栏推荐
- ORACLE表有逻辑坏块时EXPDP导出报错排查
- Abnormal record-11
- How does thanos configure different data retention durations for different tenants
- Relabel of Prometheus_ Configs and metric_ relabel_ Configs explanation and usage examples
- Android面试计网面经大全【持续更新中。。。】
- Comparison between Prometheus thanos and cortex components
- MySQL笔记4_主键自增长(auto_increment)
- Itop4412 cannot display boot animation (4.0.3_r1)
- Chaos帶你快速上手混沌工程
- 常用于融合去重的窗口函数row_number
猜你喜欢
随机推荐
Itop4412 cannot display boot animation (4.0.3_r1)
pycharm Install packages failed
Itop4412 HDMI display (4.0.3_r1)
Dolphinscheduler集成Flink任务踩坑记录
JS format current time and date calculation
杂七杂八的学习
SQL中 with函数的详解与用法
个人学习相关
iTOP4412 FramebufferNativeWindow(4.0.3_r1)
项目,怎么打包
数据库的事务
19C RAC修改VIP及SCANIP步骤-同网段
Abnormal record-17
Ali vector library Icon tutorial (online, download)
Relabel of Prometheus_ Configs and metric_ relabel_ Configs explanation and usage examples
解决:You have 18 unapplied migration(s). Your project may not work properly until you apply
Abnormal record-21
Exception record-5
iTOP4412 SurfaceFlinger(4.4.4_r1)
RAC环境中openssh版本对SSH互信创建的影响