当前位置:网站首页>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创建表空间和修改用户默认表空间
- oracle undo使用率高问题处理
- timestamp隐式转换问题导致索引列未使用问题分析
- 微服务架构核心概念
- "Write multi tenant" implementation of Prometheus and thanos receiver
- 通过rownum来进行区间查询
- Prometheus cortex Architecture Overview (horizontally scalable, highly available, multi tenant, long-term storage)
- org.xml.sax.SAXParseException; lineNumber: 141; columnNumber: 252; cvc-complex-type.2.4.a: 发现了以元素 ‘b
- Exception record-8
- js时间获取本周一、周日,判断时间是今天,今天前、后
猜你喜欢

Dolphinscheduler配置Datax踩坑记录

qs. In the stringify interface, the input parameter is converted into a & connected string (with the application / x-www-form-urlencoded request header)

iTOP4412 HDMI显示(4.0.3_r1)

oracle undo使用率高问题处理

Itop4412 LCD backlight drive (PWM)

开篇:双指针仪表盘的识别

取消远程依赖,用本地依赖

组件化学习(3)ARouter中的Path和Group注解

补补网络缺口

Ali vector library Icon tutorial (online, download)
随机推荐
中国各省会城市经纬度位置
Oracle RAC数据库实例启动异常问题分析IPC Send timeout
组件化学习(3)ARouter中的Path和Group注解
Apache Atlas 编译及安装记录
Comparison between Prometheus thanos and cortex components
AVD Pixel_2_API_24 is already running.If that is not the case, delete the files at C:\Users\admi
Oracle锁表查询和解锁方法
MySQL笔记4_主键自增长(auto_increment)
数据库的事务
iTOP4412 FramebufferNativeWindow(4.0.3_r1)
组件化学习(1)思想及实现方式
JS format current time and date calculation
oracle表的约束详解
iTOP4412无法显示开机动画(4.0.3_r1)
Component learning
19C RAC修改VIP及SCANIP步骤-同网段
Dolphinscheduler调度sql任务建表时The query did not generate a result set异常解决
PG SQL截取字符串到指定字符位置
Explore how @ modelandview can forward data and pages through the source code
解决::Argument ‘radius‘ is required to be an integer