Server Paths
/usr/bin/ffmpeg
/usr/bin/mencoder
/usr/bin/mplayer
/usr/bin/flvtool2
/usr/bin/php
If your Clipshare script doesnt convert, then try this path for PHP: /usr/local/bin/php
Ffmpeg is precomiled with Libogg, Libvorbis,LAME MP3 Encoder and Ffmpeg-php.
Customizing Server Behavior:
Please use a php.ini file on your web space for:
Safe Mode, maximum size of a file which can be uploaded, etc.
You may download a working version here. (unzip it and upload to your public_html folder)
This file as the following settings:
safe_mode = Off
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)
register_globals = Off
magic_quotes_gpc = On
; Maximum allowed size for uploaded files.
upload_max_filesize = 200M
allow_url_fopen = On
This settings can be modified to your script specifications.