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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -