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
toCode:$cmd_all = $cmd_mencoder;
Code:$cmd_all = $cmd_ffmpeg;
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
toCode:$cmd_all = $cmd_mencoder;
Code:$cmd_all = $cmd_ffmpeg;
Bookmarks