ffmpeg command line examples

1. Extract audio from a mp4 file

$ffmpeg -i umac_cctv_360.mp4 -vn -acodec copy audio.mp4


2. Merge video and audio into a mp4 file

$ffmpeg -i umac_cctv_480.mp4 -i audio.mp4 -strict -2 -acodec copy -vcodec copy umac_cctv.mp4


3. Get clips from a mp4 file

$ffmpeg -i cctv_20141220_480.mp4 -ss 00:25:15.46 -c copy -t 00:05:01.2 output.mp4


4. Convert mp4 video frames to image

$ffmpeg -i umac_cctv_480.mp4 umac_cctv_%04d.jpg

$ffmpeg -i umac_cctv_480.mp4 umac_cctv_%04d.png


5. Concatenate ts files into one ts file

$ls -v *.ts | xargs cat > output.ts





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值