ffmpeg command to extract first two minutes of a video -
What would be the easiest ffmpeg command to shorten the video in the first two minutes (or nothing if the video is the least Is two minutes)? It can pass on any early video settings.
$ ffmpeg - I in.mov -ss 0 -t 120 out. Mov
Comments
Post a Comment