Hi,
I'm getting an error when I upload a video ( using TFU ), the error on the user side says:
Upload failed. 1 file(s) of 1 could not be uploaded.
The file is a .MOV and there are no errors in the TWG debug log ( file is blank in fact ). Here's what I see in the apache error log:
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Cutting the Cake 5.MOV':
Output #0, flv, to 'Cutting the Cake 5.flv':
No other errors related to cause of the problem. The converted .flv is fine and creating a matching .jpg ( one is not automatically generated, cause of error message? ) allows me to view the video with the flash player. I have the following set in my additional settings:
$video_player='AUTO';
$video_autostart=true;
$video_show_dl_link=false;
$video_flash_site='youtube url removed';
$linktowvx=false;
$loop_mp3=false;
$mixed_video_image_content=false;
$use_ffmpeg=true;
$ffmpeg_extensions=array('flv','avi','divx','mpg','mpeg','wmv','mov','mp4', 'MOV', 'AVI','MPG','MP4');
$ffmpeg_time=1;
$ffmpeg_path='ffmpeg';
$ffmpeg_convert_command='-y -i "%s" -f flv -ar 22050 -ab 64 -ac 1 "%s"';
$ffmpeg_delete_src_after_convert=false;
$ffmpeg_generate_thumbs_at_upload=true;
$autogenerate_video_php_at_upload=true;
$video_php_autodetect_type=true;
$video_php_autodetect_size=true;
$video_php_x_default=400;
$video_php_y_default=320;
$show_videos=true;
$video_autodetect = true;
$video_size_x=400;
$video_player='AUTO';
$video_autostart=true;
$video_flash_site='youtube url removed';
$video_autostart_parameter='&autoplay=1';
$linktowvx=false;
$loop_mp3=false;
$mixed_video_image_content=false;
Running the "Generate Previews" function via the Admin interface generates the matching .jpg fine. I would assume this is the same thumb generation process used during upload.
I've checked the other FFmpeg related posts in the forums and I can't find anything related. Let me know if there is something else I should try to resolve the issue.
Thanks.
|