<div dir="ltr"><div class="gmail_quote">On Wed, May 16, 2012 at 11:38 AM,  <span dir="ltr"><<a href="mailto:amir.rouhi@rmit.edu.au" target="_blank">amir.rouhi@rmit.edu.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<div>I convert a mpeg1 video mpeg4/ AVC by the below command but i dont know why the visual frame rate become double after conversion (fps in both are same but tbr will be twice as the original video)</div><div><br></div>

<div>ffmpeg -i C:\Video\TrecVid-Video\2\1.mpg -r 25 -an -vcodec libx264 -threads 0  -f h264 -r 25 -g 0 C:\Video\TrecVid-Video\2\11.264</div><div><div><br></div>what is your advice?
</div></blockquote><div><br>It's fine for TBR to be higher than the nominal frame rate. See libavformat/avformat.h for more explanation: TBR is the r_frame_rate field of AVStream structure.<br><br>BR,<br><br>Alex Cohn<code><span class="typ"> </span><span class="pln"></span></code></div>
</div></div>