ffmpeg -i input.mp4 -ss 00:01:10 -t 00:01:05 -c:v copy -c:a copy output.mp4. This will extract 1min5sec (using the -t flag) starting from ...
確定! 回上一頁