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?<div><br></div><div>ffmpeg -i D:\test\1.mpg  -vcodec libx264  -g 0 d:\Test\1new.mp4<br clear="all">
<div><br></div>as can be seen i used  -vcodec libx264 for h264 format and -g 0 for non static I-Frame rate. is that correct?
</div>