I have a video with .mpg extension. I want to copy the 10 second of this video in format of .mp4<br>I like to know the mpg is differ from mp4?<br>and secondly i use the bellow command, does it change the codec? if yes what should i use for vcodec to generate mp4?<br>
<pre style="margin-left: 36pt; text-indent: -36pt;"><font size="4">ffmpeg -i d:\1.mpg -ss 00:00:10 -t 00:00:20 -vcodec copy<span>  </span>d:\1-MyVideo.mpg</font></pre>Amir<br clear="all"><br><br>