transcode h264 missing frames at end + inaccurate frame rate
Posted: 11 Jan 2013 19:37
Hi all,
I am experimenting strange things ...
I am trying to transcode AVI files to h264...
I use this command line:
Doing so, the resulting file has a few missing frames at the end...(EX: original AVI file has 21' length, resulting MP4 file has 20'18frames lenght ... 7 frames have disappeared )
Also the frame rate reported in VLC codec information is inaccurate (EX: frame rate = 25.000821 instead of 25)... Adding parameter fps=25 does not help...
But, I have noticed that using, for example, --stop-time=10 in the command line, result to a correct frame rate.. 25 !!!
I am a little disorientated...
Could some one help me on this?
Thanks in advance.
Michel.
I am experimenting strange things ...
I am trying to transcode AVI files to h264...
I use this command line:
Code: Select all
vlc.exe Video_file.avi --sout=#transcode{venc=x264{profile=baseline},vcodec=h264,vb=800,acodec=mp4a,ab=128,}:standard{access=file,mux=mp4,dst=TEST_enc.mp4} -vvv
Also the frame rate reported in VLC codec information is inaccurate (EX: frame rate = 25.000821 instead of 25)... Adding parameter fps=25 does not help...
But, I have noticed that using, for example, --stop-time=10 in the command line, result to a correct frame rate.. 25 !!!
I am a little disorientated...
Could some one help me on this?
Thanks in advance.
Michel.