By the way, another thing you can try is bypassing Mplayer altogether and using ffmpeg to do your video conversion. To do that, open the same file and change

Code:
$cmd_all = $cmd_mencoder;
to
Code:
$cmd_all = $cmd_ffmpeg;