REF: http://www.tubebucket.com

I just did my 3rd fresh install of the script.

I dropped the db tables before the fresh installs. I used fresh files
from a fresh ZIP in case any had been corrupted during the zip
download. I've taken every small step I can think of to eliminate human
or technical errors. I've double checked everything step-by-step.

For some reason the vid files are not being converted into flash. I
don't know much about the process other than it's being done by the
server packages installed for this script.

It uploads the original vid file to the "video" folder, it's doing that
OK.

When a video file is uploaded it creates 4 thumbnails and places them in
the "thumb" folder, it's doing that OK. ffmpeg-php was added also per
script requirements.

However, there's no flash file created and placed in the "flvideo"
folder.

Is there a quick easy way to tell if ffmpeg, mplayer, mencoder, ffmpeg-php are functional?
[ http://www.tubebucket.com/phpinfo.php ]

All folder/files have permissions set as required.

I also added this to my htaccess,
php_value upload_max_filesize 200M
php_value post_max_size 200M
php_value output_buffering on
php_value max_execution_time 2000
php_value max_input_time 2000
php_value session.gc_maxlifetime 24400

Thanks for any suggestions :)