截取特定部分

根据第18章、第20章中介绍的内容,将-ss-t选项结合在一起使用,就可以截取出特定的部分

ffmpeg -i input.mp4 -ss 3 -t 5 output.mp4

ffmpeg-ss-t

最后更新于