Out of sync audio video using mencoder
- by 1ch1g0
hi
i converted a mkv (matroska) file to avi using ffmpeg:
ffmpeg -i input.mkv -f mp4 -vcodec mpeg4 -sameq -r 29.97 -b 512kb -acodec ac3 -ab 128kb -vol 512 output.avi
the output file plays fine using mplayer.
after that, i using mencoder to insert subtitles:
mencoder output.avi -o new.avi -oac pcm -ovc lavc -subfont-text-scale 3 -sub…