FFMpeg Cut Files without Reencoding
./ffmpeg -ss 00:39:05 -i input.mkv -codec copy -t 00:03:03 output.mkv
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
./ffmpeg -ss 00:39:05 -i input.mkv -codec copy -t 00:03:03 output.mkv
ffmpeg -ss 01:00:00 -to 01:04:00 -i "movie".mkv -codec copy output.mkv
ReplyDelete