Month: June 2019
ffmpeg: Cutting the videos on start/end time frame
ffmpeg -ss 00:00:03 -t 00:00:08 -i movie.mp4 -acodec copy -vcodec copy -async 1 cut.mp4
./ffmpeg -ss 00:39:05 -i input.mkv -codec copy -t 00:03:03 out.mkv
./ffmpeg -ss 00:00:07 -i input.mkv -codec copy -t 00:02:53 out.mkv