This is the xilahost.com 's response.... the Q is where do I change the script?


Video hosting is what we do, of course we have mencoder installed and working. Latest version also.

First, check your paths:

/usr/bin/mencoder NOT /usr/local/bin/mencoder

Secondly,

Ask the vShare team if their software is compatible with the latest version of mencoder.


Thanks!

Chad Hawkins
Customer Service | Xila Hosting | http://www.xilahosting.com


This is the script in my /home/malaysia/public_html/weddingyoutube.com/include/config.php
$db_host = "localhost";
$db_name = "malaysia_weddingyoutube";
$db_user = "malaysia_chris";
$db_pass = "xxxxxxxxxxxxxxx";

$language = "en";

$config = array();
$config['ffmpeg'] = "/usr/bin/ffmpeg";
$config['mplayer'] = "/usr/bin/mplayer";
$config['mencoder'] = "/usr/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool2";
$config['basedir'] = "/home/malaysia/public_html/weddingyoutube.com";
$config['baseurl'] = "http://www.weddingyoutube.com";

include($config['basedir'] . "/include/vshare.php");