I want to know that the below command convert the input .mpg format video to a pure h264 (MPEG4/AVC) with non-static I-Frame rate?
ffmpeg -i D:\test\1.mpg -vcodec libx264 -g 0 d:\Test\1new.mp4 as can be seen i used -vcodec libx264 for h264 format and -g 0 for non static I-Frame rate. is that correct? Amir
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
