Command line ffmpeg

Split a video from x time to y time

-ss start time
-t end time

ffmpeg -i source.avi -ss 00:00:00 -t 00:00:10 output.avi

Split a video keeping original frame rate size but reducing bitrate

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <p> <br> <b> <i>
  • Lines and paragraphs break automatically.

More information about formatting options