当前位置:网站首页>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
边栏推荐
- PG SQL截取字符串到指定字符位置
- JVM basics you should know
- AVD Pixel_2_API_24 is already running.If that is not the case, delete the files at C:\Users\admi
- How does VirtualBox modify the IP network segment assigned to the virtual machine in the "network address translation (NAT)" network mode
- RAC环境数据库节点参数设置不当导致监听无法连接问题排查
- Comparison between Prometheus thanos and cortex components
- timestamp隐式转换问题导致索引列未使用问题分析
- oracle库恢复数据
- JS format current time and date calculation
- iTOP4412 FramebufferNativeWindow(4.0.3_r1)
猜你喜欢

实习做了啥

Information:2021/9/29 10:01 - Build completed with 1 error and 0 warnings in 11s 30ms Error异常处理

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

组件化学习(2)Arouter原理学习

Static interface method calls are not supported at language level ‘5‘ 异常解决

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

Binder机制原理

JVM basics you should know

Ali vector library Icon tutorial (online, download)

ACFS文件系统创建扩大缩小等配置步骤
随机推荐
个人博客网站搭建
Exception record-14
三种实现ImageView以自身中心为原点旋转的方法
Oracle RAC数据库实例启动异常问题分析IPC Send timeout
Dolphinscheduler源码包src.tar.gz解压问题
oracle通过触发器和序列来定义自增主键,并且设置定时任务每秒钟插入一条数据到目标表
MySQL笔记3_约束_主键约束
Information:2021/9/29 10:01 - Build completed with 1 error and 0 warnings in 11s 30ms Error异常处理
oracle中生成32位uuid
Android-Room数据库快速上手
Prometheus monitoring method and index interpretation of influxdb
oracle分区的相关操作
Oracle锁表查询和解锁方法
oracle存储过程中is和as区别
Chaos vous emmène au projet chaos.
Component learning
How does VirtualBox modify the IP network segment assigned to the virtual machine in the "network address translation (NAT)" network mode
10g数据库使用大内存主机时不能启动的问题
Exception record-5
Explore how @ modelandview can forward data and pages through the source code