How to Trim Videos
Jump to navigation
Jump to search
ffmpeg -ss 01:17:04 -i input.mkv -to 01:34:16 -c:v copy -c:a copy trimmed_copy.mkv
Replace 00:00:00 with start and end time respectively.
See details of this at [1]
ffmpeg -ss 01:17:04 -i input.mkv -to 01:34:16 -c:v copy -c:a copy trimmed_copy.mkv
Replace 00:00:00 with start and end time respectively.
See details of this at [1]