ffmpeg裁剪拼接mp4

裁剪:

-ss  start_time  -t duration

裁剪后的文件列表写到配置文件里面:

file ./test1.mp4
file ./test2.mp4
file ./test3.mp4

拼接:

ffmpeg -f concat -safe 0  -i list.txt -c copy concat.mp4

猜你喜欢

转载自blog.csdn.net/u010029439/article/details/81912910