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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

Send innerHTML text in URL in JSP -