video conversion

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

Syndicate content