Problem While Uploading Video
Whenever I am uploading a video, (when the video almost finishes uploading,) I get the following error:
Quote:
Fatal error: Error converting frame in /home/PATH/TO/INSTALLATION/include/classes/class.video_thumb.php on line 190
Does anyone know what's the problem and how can it be rectified?
Any help will be greatly appreciated!
Re: Problem While Uploading Video
This is due to ffmpeg is not installed with GD library.
In admin you can set it to use mencoder
Quote:
Admin > Site Configuration > Site Settings > Miscellaneous > Create Thumbnail with
select mencoder from dropdown list and see if it works.
Re: Problem While Uploading Video
Thanks! It is working now. :)