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

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -