I have a video with .mpg extension. I want to copy the 10 second of this video in format of .mp4 I like to know the mpg is differ from mp4? and secondly i use the bellow command, does it change the codec? if yes what should i use for vcodec to generate mp4?
ffmpeg -i d:\1.mpg -ss 00:00:10 -t 00:00:20 -vcodec copy d:\1-MyVideo.mpg Amir
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
