ffmpeg使用——视频剪切合并

1.剪切

ffmpeg -i input.wmv -ss 00:00:30.0 -c copy -t 00:00:10.0 output.wmv

2合并

新建 file.txt

file split.mp4
file split1.mp4

ffmpeg -f concat -i file.txt -c copy concat.mp4

发布了44 篇原创文章 · 获赞 14 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/hehehetanchaow/article/details/99440942
今日推荐