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.