Class 'ffmpeg_movie' not found error
Hi,
I upgraded to latest PHP 5 version and ffmpeg and ffmpeg-php versions.... because i did read elsewhere that problem could be this.
Now the embed / remote video feature works fine... but on trying to upload from my HD, i get this ...
Fatal error: Class 'ffmpeg_movie' not found in /home/dubbatv/public_html/include/classes/class.video_duration.php on line 54
Any idea what could be wrong?
The site is dubbatv.com
Thanks!
das@chakra is the payment ID in paypal for your reference.
Re: Class 'ffmpeg_movie' not found error
here is my error log -
2008-02-24 9:51:24 ################################################## ##
2008-02-24 9:51:24 Video id: 5
2008-02-24 9:51:24 Find video duration - START
2008-02-24 10:02:16 Upload Finished
2008-02-24 10:02:16 STARTING VIDEO CONVERSION (process_queue.id = 4)
2008-02-24 10:02:16 File: /home/dubbatv/public_html/video/15Pipni_1.avi
2008-02-24 10:02:16 ################################################## ##
2008-02-24 10:02:16 INSERT INTO video SET
UID='1',
seo_name='test-4-1',
title='Test 4',
description='final test avi',
keyword='test4',
channel='0|2|0',
vdoname='15Pipni_1.avi',
flvdoname='12038689361856066153.flv',
addtime='1203868936',
adddate='2008-02-24',
type='public',
active='0',
approve='1'
2008-02-24 10:02:16 ################################################## ##
2008-02-24 10:02:16 Video id: 6
2008-02-24 10:02:16 Find video duration - START
2008-02-25 11:09:40 Upload Finished
2008-02-25 11:09:40 STARTING VIDEO CONVERSION (process_queue.id = 5)
2008-02-25 11:09:40 File: /home/dubbatv/public_html/video/15Pipni2.avi
2008-02-25 11:09:41 ################################################## ##
2008-02-25 11:09:41 INSERT INTO video SET
UID='1',
seo_name='test5',
title='test5',
description='test5 this is a test only',
keyword='test5',
channel='0|1|0',
vdoname='15Pipni2.avi',
flvdoname='1203959380980496240.flv',
addtime='1203959380',
adddate='2008-02-25',
type='public',
active='0',
approve='1'
2008-02-25 11:09:41 ################################################## ##
2008-02-25 11:09:41 Video id: 7
2008-02-25 11:09:41 Find video duration - START
2008-02-25 11:24:53 Upload Finished
2008-02-25 11:24:53 STARTING VIDEO CONVERSION (process_queue.id = 6)
2008-02-25 11:24:53 File: /home/dubbatv/public_html/video/PipniFunny.flv
2008-02-25 11:24:53 ################################################## ##
2008-02-25 11:24:53 INSERT INTO video SET
UID='1',
seo_name='test6',
title='Test6',
description='test 6 ssdskljlkj',
keyword='test6',
channel='0|1|0',
vdoname='PipniFunny.flv',
flvdoname='12039602931057771465.flv',
addtime='1203960293',
adddate='2008-02-25',
type='public',
active='0',
approve='1'
2008-02-25 11:24:53 ################################################## ##
2008-02-25 11:24:53 Video id: 8
2008-02-25 11:24:53 Find video duration - START
Re: Class 'ffmpeg_movie' not found error
ffmpeg-php is not working properly on your server.
You need to install ffmpeg-php on you server for working vshare script
Re: Class 'ffmpeg_movie' not found error
Now it works fine. Message is success.
BUT - the video file size remains 0 and no video shows up.
i got them to reinstall mencoder again...
Re: Class 'ffmpeg_movie' not found error
My hosting company is asking this -
What command are you executing for mencoder? May be it is outdated and you need to find a correct command for the latest mencoder. This is known issue with older scripts.
PLEASE LET ME KNOW ...thanks!
Re: Class 'ffmpeg_movie' not found error
its working now.
i changed the video conversion method to ffmepg
thx.