To trim down a video to smaller clip using start and stop times, we can use the following command. $ ffmpeg -i input.mp4 -ss 00:00:50 -codec copy -t 50 output.
確定! 回上一頁