I converted a VCD movie in .dat format to mpeg using mencoder. However,
when I play the movie using MPlayer, there is an initial starting gap
between audio and video, which remains constant throughout the movie.
Is this a known bug of mencoder/mplayer? What should be done to correct
this? <br>
<br>
<span style="font-weight: bold;">Note that when I play the movie using other software (player made from gstreamer), there is perfect A/V sync.</span><br><br>The mencoder command I gave was:<br><br><span style="font-family: courier new,monospace;">
mencoder
-ofps 30 -of mpeg -vf scale=640:480 -o &lt;dest_file.mpg&gt; -oac lavc
-lavcopts acodec=mp2 -ovc lavc -lavcopts vcodec=mpeg2video
&lt;src_file.dat&gt;</span><br><br>