After many tries transcoding to mp4, I never managed to get a file that plays without lost frames... The statistics of VLC player always shows a few lost frames...
When I re-transcode the same file, I have the same exact resulting lost frames... I have searched the forum for an explanation but I found nothing pointing to this behaviour... Surely I am doing something wrong but I do not know what (I can believe that is normal)... I used the VLC 2.0.4 and the VLC 2.0.5 version with same result on different PCs...
The code I use:
Code: Select all
vlc.exe Video_file.avi --sout=#transcode{vcodec=h264,vb=1024,acodec=mpga,ab=192,}:standard{access=file,mux=mp4,dst=TEST_enc.mp4} -vvv
SAlut, Michel.