Hi there, my scripet I am haveing problam with. when a user trys to up load a vido there is an error
——
enabled php errors for my domain and during video upload below error was shown:
Fatal error: Class ‘ffmpeg_movie’ not found in www.dog-trader.co.uk/videosearch/upload.php on line 83
According to it you do not use ‘/usr/bin/ffmpeg’ application for converting video, but use FFmpeg php module for video convertion that is not installed on the server and cannot be installed due to shared hosting environment.
I need you to rewrite the application to use /usr/bin/ffmpeg for video conversion instead of php module.