Quote Originally Posted by admin
in include/settings/video_conversion.php
Find
Code:
$cmd_all = $cmd_mencoder;
Replace with
Code:
$cmd_all = $cmd_ffmpeg;
WOO-HOO!!!!!!!!!!!!!!!!!!! That works! Thank you SO much admin... appreciate you looking at this!

Quote Originally Posted by spun2u
Admin, which is better? $cmd_mencoder or $cmd_ffmpeg
Spun2u, I've heard that mencoder does better, but this sure works fine for me. Some day I'll get mencoder working again, but this works just dandy.

Thanks again admin.