Hi thanks for the reply,
This is my 'my_config.php'
Code:
$admin_user_allowed_file_extensions=array("mov");
$activate_lightbox_image=true;
$use_ffmpeg=true;
$ffmpeg_path='/usr/bin/ffmpeg';
$ffmpeg_time=2;
$ffmpeg_delete_src_after_convert=false;
$ffmpeg_extensions=array("mov","flv","avi","divx","mpg","mpeg","wmv");
$video_php_x_default=600;
$video_php_y_default=480;
$video_autodetect = false;
This will now allow me to upload the
.mov file but gives me the following error in the TWG Flash Uploader once it has uploaded:
Error : http - 500 and it is not saved into the directory upload folder.
If I try to add other extensions as well:
Code:
$admin_user_allowed_file_extensions=array("mov","avi");
I cannot upload either .avi or .mov files
Just to let you know, I do not have a problem with .avi files uploading and converting to .flv files and grabbing a thumbnail, when I remove the $admin_user_allowed_file_extensions from my 'my_config.php'
Does the Standard Edition License - 10 EUR (Which I have purchased) for TWG unlock all the features of TFU. Or do I need to purchase a Professional License for TFU separately to enable the move/copy features of TFU, if so how much will it cost?
(we do not use the comments and also the counter is not too important for what we need, but thank you for letting me know.)
Thank you,
T Powley