[FFmpeg-user] Selecting/cutting small sections of videos with ffmpeg

Roger Pack rogerdpack2 at gmail.com
Wed Sep 5 21:23:11 CEST 2012


> Originally I was running this command:-
>
> Code: ffmpeg -i full.mp4 -ss 3 -t 2 -vcodec copy -acodec copy cut.mp4

$ ffmpeg -i sintel.mpg -ss 3 -t 2 -vcodec copy -acodec copy cut.mp4

works for me here.  When you do
$ ffprobe -show_packets full.mp4

what is an example output?
-r


More information about the ffmpeg-user mailing list