ffmpeg-php-user Mailing List for ffmpeg-php extension (Page 8)
Brought to you by:
tkirby
You can subscribe to this list here.
2005 |
Jan
|
Feb
(2) |
Mar
(14) |
Apr
(6) |
May
(23) |
Jun
(5) |
Jul
(1) |
Aug
(7) |
Sep
(4) |
Oct
|
Nov
(10) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2007 |
Jan
|
Feb
(1) |
Mar
(13) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(1) |
Nov
(4) |
Dec
(2) |
2008 |
Jan
(6) |
Feb
(23) |
Mar
(30) |
Apr
(23) |
May
(17) |
Jun
(10) |
Jul
(22) |
Aug
(18) |
Sep
(10) |
Oct
(4) |
Nov
|
Dec
(14) |
2009 |
Jan
(24) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Steve B. <sb...@ew...> - 2005-05-05 11:54:18
|
getFrame.phpt test fails w/ togdimage(): supplied resource is not a valid Image resource in /var/www/html/test/getFrame.php I saw an earlier post with this problem specific to BSD, but the remedy, cooking up my own php, isn't really appealing. The php imagecreatetruecolor function seems to work fine. Test also attached. I instrumented a few things and everything looks reasonable down through setting up the function return in toGDImage. ZEND_FETCH_RESOURCE, for some reason doesn't seem to agree, probably with the return_value arg and doesn't return. I'm running the stuff listed below with the cvs ffmpeg-php. I think this is a pretty vanilla setup. Any ideas? Steve -------- setup -------------- > 2.6.11-1.14_FC3 with > php-pear-4.3.11-2.5 > php-devel-4.3.11-2.5 > php-mbstring-4.3.11-2.5 > php-xmlrpc-4.3.11-2.5 > php-mysql-4.3.11-2.5 > php-gd-4.3.11-2.5 > php-ncurses-4.3.11-2.5 > php-imap-4.3.11-2.5 > php-4.3.11-2.5 > php-ldap-4.3.11-2.5 > php-snmp-4.3.11-2.5 > php-domxml-4.3.11-2.5 and httpd-suexec-2.0.52-3.1 httpd-2.0.52-3.1 |
From: Todd.Kirby <dou...@pa...> - 2005-05-05 06:56:45
|
Ok, I checked into this and the problem disappears when I revert to ffmpeg cvs 4/30/05 so I guess this is more fallout from the frame_rate/frame_rate_base changes that were checked in over the weekend. I'll create a test case and submit a bug report to the ffmpeg-devel mailing list. Until it's resolved, you might want to revert your ffmpeg tree to cvs 4/30/05 like this... cvs update -D 4/30/05 -Todd Daniel Bondurant wrote: >with the lastest cvs version, I am getting strange results for framecount and total frames. >On mpeg4 file, I get results like this for a :30 clip. >total frames = 13688889 >frame rate = 30000 > >It seems to only affect mpeg4 files. >mpeg2 and h.264 are reporting the correct numbers. > >thanks >- daniel > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. >Get your fingers limbered up and give it your best shot. 4 great events, 4 >opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >win an NEC 61 plasma display. Visit http://www.necitguy.com/?r >_______________________________________________ >Ffmpeg-php-user mailing list >Ffm...@li... >https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > > > |
From: Todd.Kirby <dou...@pa...> - 2005-05-05 03:25:39
|
Daniel Bondurant wrote: >timecode as in SMTP timecode. > >HH:MM:SS:FFF > >the actual time associated with each frame. >it's hard to calculate when the framerate is 29.97 because of the drop frames. I belive ffmpeg already reports this information. > > > Where in ffmpeg does it report that? I can create a $frame->getPresentationTimestamp() and then you can do whatever math you want in php to get your preferred formatting. I'd rather provide the simplest accessor possoble to php so that folks who want a different view of the timestamp don't have to parse a formatted string to get the info. -Todd |
From: Daniel B. <bo...@io...> - 2005-05-04 18:03:42
|
timecode as in SMTP timecode. HH:MM:SS:FFF the actual time associated with each frame. =20 it's hard to calculate when the framerate is 29.97 because of the drop = frames. I belive ffmpeg already reports this information. -----Original Message----- From: ffm...@li... on behalf of = Todd.Kirby Sent: Tue 5/3/2005 10:07 PM To: ffm...@li... Cc:=09 Subject: Re: [Ffmpeg-php-user] timecode Daniel Bondurant wrote: >is there anyway to pull out the timecode for a frame?=20 > =20 > What do you mean by timecode? pts? -Todd ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, = 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ Ffmpeg-php-user mailing list Ffm...@li... https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user |
From: Daniel B. <bo...@io...> - 2005-05-04 17:41:52
|
libavcodec is 4754 libavformat is 4624 ffmpeg build number is 4754. -----Original Message----- From: ffm...@li... on behalf of = Todd.Kirby Sent: Tue 5/3/2005 10:07 PM To: ffm...@li... Cc:=09 Subject: Re: [Ffmpeg-php-user] timecode Daniel Bondurant wrote: >is there anyway to pull out the timecode for a frame?=20 > =20 > What do you mean by timecode? pts? -Todd ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, = 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ Ffmpeg-php-user mailing list Ffm...@li... https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user |
From: Wes W. <ka...@cm...> - 2005-05-04 16:51:01
|
How do I tell if new ffmpeg_movie() has failed to open a file? Currently I am using the following line: $movie =3D new ffmpeg_movie($file_name, true) or die("couldn't open movie"); =20 But I want to recover more gracefully than that if the ffmpeg_movie object can't be created so what should I test for? =20 /*************************** Wesley Widner Creative Media Group ****************************/ =20 |
From: Scott L. <sl...@io...> - 2005-05-04 16:43:16
|
I finally got around to taking a look at using the patch yesterday afternoon and it had already made CVS. Anyway, it compiled cleanly and looks to be working well. -- Scott Larson Network Administrator IOWA LLC T:310.823.8238 F:310.823.7108 E: su...@io... www.iowalab.com On May 3, 2005, at 10:22 PM, Todd.Kirby wrote: > Thanks for the patch! I applied it to cvs and added a #ifdef > LIBAVCODEC_BUILD to detect which version of the code to use. It seems > to > work, though I'm still testing with some different movie types to be > sure. > > -Todd |
From: Todd.Kirby <dou...@pa...> - 2005-05-04 05:22:20
|
Steve Brown wrote: >On Mon, 2005-05-02 at 14:25 -0700, Scott Larson wrote: > > >> I updated both to the latest versions today and after installing >>ffmpeg, I tried to build ffmpeg-php and the build dies with this error: >> >>/usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function >>`_php_get_framecount': >>/usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has >>no member named `frame_rate' >>/usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has >>no member named `frame_rate_base' >>/usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function >>`_php_get_framerate': >>/usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has >>no member named `frame_rate' >>/usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has >>no member named `frame_rate_base' >> >> Any suggestions? I've been digging through cvs archives and >>playing with the source trying to get a workaround, with the best case >>so far being that I disabled the ability to get frame counts. >> >> >> > >I ran into this too. > >The latest ffmpeg cvs has adds a new struct AVRational time_base to >AVCodecContext in avcodec.h. > >The attached patch seems to fix the problem. And test_ffmpeg.php still >runs and the frame_rates look ok. > >Hope I got this right, > >Steve > > > Thanks for the patch! I applied it to cvs and added a #ifdef LIBAVCODEC_BUILD to detect which version of the code to use. It seems to work, though I'm still testing with some different movie types to be sure. -Todd |
From: Todd.Kirby <dou...@pa...> - 2005-05-04 05:07:37
|
Daniel Bondurant wrote: >is there anyway to pull out the timecode for a frame? > > What do you mean by timecode? pts? -Todd |
From: Todd.Kirby <dou...@pa...> - 2005-05-04 04:51:28
|
Daniel Bondurant wrote: >with the lastest cvs version, I am getting strange results for framecount and total frames. >On mpeg4 file, I get results like this for a :30 clip. >total frames = 13688889 >frame rate = 30000 > >It seems to only affect mpeg4 files. >mpeg2 and h.264 are reporting the correct numbers. > > Which build of libavformat are you building against? There was a checkin to ffmpeg cvs a few days ago that changed the way frame_rate and frame_rate_base are derived. Build 4754 and greater have this change and that may be the problem. Can you post a sample so I can see if it is an ffmpeg bug or an ffmpeg-php bug? Thanks, -Todd |
From: Daniel B. <bo...@io...> - 2005-05-03 22:29:46
|
is there anyway to pull out the timecode for a frame?=20 I belive this is a function in ffmpeg already. thank - daniel |
From: Daniel B. <bo...@io...> - 2005-05-03 21:54:20
|
with the lastest cvs version, I am getting strange results for = framecount and total frames. On mpeg4 file, I get results like this for a :30 clip. total frames =3D 13688889 frame rate =3D 30000 It seems to only affect mpeg4 files. =20 mpeg2 and h.264 are reporting the correct numbers. thanks - daniel |
From: Daniel B. <bo...@io...> - 2005-05-03 21:46:40
|
It's working great for us. thanks - daniel -----Original Message----- From: ffm...@li... on behalf of = Todd.Kirby Sent: Mon 5/2/2005 11:23 PM To: ffm...@li... Cc:=09 Subject: Re: [Ffmpeg-php-user] keyframes Ok, $movie->getNextKeyFrame() and $frame->isKeyFrame() are now implemented in cvs. I'll probably do a release next week with these included as well as a few other bug fixes. -Todd Daniel Bondurant wrote: >thanks! >getNextKeyFrame() would be great as well. > >- daniel > >On Sat, 2005-04-23 at 01:05, Todd.Kirby wrote: > =20 > >>Daniel Bondurant wrote: >> >> =20 >> >>>Is there any way to detect which frames are keyframes? I see there = is >>>some mention on if in ffmpeg, but there is no class for it in >>>ffmpeg-php. >>>=20 >>> >>> =20 >>> >>It probably wouldn't be hard to add a isKeyFrame() method to the >>ffmpeg_frame class. I'll look into this. >> >>-Todd >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real = users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >>_______________________________________________ >>Ffmpeg-php-user mailing list >>Ffm...@li... >>https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user >> =20 >> > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real = users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >_______________________________________________ >Ffmpeg-php-user mailing list >Ffm...@li... >https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > > =20 > ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, = 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ Ffmpeg-php-user mailing list Ffm...@li... https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user |
From: Steve B. <sb...@ew...> - 2005-05-03 11:17:04
|
On Mon, 2005-05-02 at 14:25 -0700, Scott Larson wrote: > I updated both to the latest versions today and after installing > ffmpeg, I tried to build ffmpeg-php and the build dies with this error: > > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function > `_php_get_framecount': > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has > no member named `frame_rate' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has > no member named `frame_rate_base' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function > `_php_get_framerate': > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has > no member named `frame_rate' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has > no member named `frame_rate_base' > > Any suggestions? I've been digging through cvs archives and > playing with the source trying to get a workaround, with the best case > so far being that I disabled the ability to get frame counts. > I ran into this too. The latest ffmpeg cvs has adds a new struct AVRational time_base to AVCodecContext in avcodec.h. The attached patch seems to fix the problem. And test_ffmpeg.php still runs and the frame_rates look ok. Hope I got this right, Steve |
From: Todd.Kirby <dou...@pa...> - 2005-05-03 06:23:24
|
Ok, $movie->getNextKeyFrame() and $frame->isKeyFrame() are now implemented in cvs. I'll probably do a release next week with these included as well as a few other bug fixes. -Todd Daniel Bondurant wrote: >thanks! >getNextKeyFrame() would be great as well. > >- daniel > >On Sat, 2005-04-23 at 01:05, Todd.Kirby wrote: > > >>Daniel Bondurant wrote: >> >> >> >>>Is there any way to detect which frames are keyframes? I see there is >>>some mention on if in ffmpeg, but there is no class for it in >>>ffmpeg-php. >>> >>> >>> >>> >>It probably wouldn't be hard to add a isKeyFrame() method to the >>ffmpeg_frame class. I'll look into this. >> >>-Todd >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Ffmpeg-php-user mailing list >>Ffm...@li... >>https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user >> >> > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Ffmpeg-php-user mailing list >Ffm...@li... >https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > > > |
From: Todd.Kirby <dou...@pa...> - 2005-05-03 04:44:27
|
Scott Larson wrote: > I updated both to the latest versions today and after installing > ffmpeg, I tried to build ffmpeg-php and the build dies with this error: > > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function > `_php_get_framecount': > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has > no member named `frame_rate' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has > no member named `frame_rate_base' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function > `_php_get_framerate': > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has > no member named `frame_rate' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has > no member named `frame_rate_base' > > Any suggestions? I've been digging through cvs archives and > playing with the source trying to get a workaround, with the best case > so far being that I disabled the ability to get frame counts. > I just updated to ffmpeg cvs and now I'm getting the same errors. Looks like this change from a couple days ago to avcodec.h is the culprit: http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/libavcodec/avcodec.h.diff?r1=1.392&r2=1.393&cvsroot=FFMpeg I'll have to #ifdef LIBAVCODEC_BUILD to handle this change, but I don't know how to use these native time bases yet so it make take some time. Until then you can just use ffmpeg cvs from right before this change: cd ffmpeg cvs update -D 04/29/05 and recompile both ffmpeg and ffmpeg-php -Todd |
From: Todd.Kirby <dou...@pa...> - 2005-05-03 03:30:12
|
Scott Larson wrote: > I updated both to the latest versions today and after installing > ffmpeg, I tried to build ffmpeg-php and the build dies with this error: > > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function > `_php_get_framecount': > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has > no member named `frame_rate' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has > no member named `frame_rate_base' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function > `_php_get_framerate': > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has > no member named `frame_rate' > /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has > no member named `frame_rate_base' > > Any suggestions? I've been digging through cvs archives and > playing with the source trying to get a workaround, with the best case > so far being that I disabled the ability to get frame counts. > Which version of ffmpeg are you building against? Did you run './configure && make clean' after you updated cvs? -Todd |
From: Scott L. <sl...@io...> - 2005-05-02 21:25:46
|
I updated both to the latest versions today and after installing ffmpeg, I tried to build ffmpeg-php and the build dies with this error: /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function `_php_get_framecount': /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has no member named `frame_rate' /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:568: structure has no member named `frame_rate_base' /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c: In function `_php_get_framerate': /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has no member named `frame_rate' /usr/local/src/php-4.3.10/ext/ffmpeg/ffmpeg_movie.c:603: structure has no member named `frame_rate_base' Any suggestions? I've been digging through cvs archives and playing with the source trying to get a workaround, with the best case so far being that I disabled the ability to get frame counts. -- Scott Larson Network Administrator IOWA LLC T:310.823.8238 F:310.823.7108 E: su...@io... www.iowalab.com |
From: Daniel B. <bo...@io...> - 2005-04-23 17:05:37
|
thanks! getNextKeyFrame() would be great as well. - daniel On Sat, 2005-04-23 at 01:05, Todd.Kirby wrote: > Daniel Bondurant wrote: > > >Is there any way to detect which frames are keyframes? I see there is > >some mention on if in ffmpeg, but there is no class for it in > >ffmpeg-php. > > > > > It probably wouldn't be hard to add a isKeyFrame() method to the > ffmpeg_frame class. I'll look into this. > > -Todd > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Ffmpeg-php-user mailing list > Ffm...@li... > https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user |
From: Todd.Kirby <dou...@pa...> - 2005-04-23 08:06:18
|
Daniel Bondurant wrote: >Is there any way to detect which frames are keyframes? I see there is >some mention on if in ffmpeg, but there is no class for it in >ffmpeg-php. > > It probably wouldn't be hard to add a isKeyFrame() method to the ffmpeg_frame class. I'll look into this. -Todd |
From: Daniel B. <bo...@io...> - 2005-04-23 01:28:49
|
Is there any way to detect which frames are keyframes? I see there is some mention on if in ffmpeg, but there is no class for it in ffmpeg-php. thanks - daniel |
From: Todd.Kirby <dou...@pa...> - 2005-04-07 06:17:25
|
Todd.Kirby wrote: Ok, when running it from the command line I get the following error: [mov,mp4,m4a,3gp,3g2 @ 0xb77ba0e0]mov: does not handle seeking in files that contain edit list (c:1) Segmentation fault So apparently this is a limitation of 3gp seeking in ffmpeg. The getFrame() method depends on seeking so there's nothing I can do to fix this, sorry. You might be able to get away with calling getFrame() without a frame number argument since this won't cause it to seek (but I'm not promising anything) -Todd >sms tjenster wrote: > > > >>http://www.penest.no/videos/t/i/vid424fb1b9d63f2.3gp >>Above file gets, this error: >><b>Fatal error</b>: Call to a member function on a non-object in >><b>/home/httpd/vhosts.... >> >>Whats Wrong? Other files work great. Im using version 0.4.3 >> >> >> >> >> >It works on my setup but always loads frame 93 for the first frame. >After the first frame everything works as normal. > >http://66.126.28.162/videoget/videoget.php?url=http%3A%2F%2Fwww.penest.no%2Fvideos%2Ft%2Fi%2Fvid424fb1b9d63f2.3gp&=Upload > >I'll run it in the debugger and see if I can figure out what's going on. > >-Todd > > > > >>Thanks. >> >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Ffmpeg-php-user mailing list >>Ffm...@li... >>https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user >> >> >> >> >> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Ffmpeg-php-user mailing list >Ffm...@li... >https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > > > |
From: Todd.Kirby <dou...@pa...> - 2005-04-05 03:14:05
|
sms tjenster wrote: >http://www.penest.no/videos/t/i/vid424fb1b9d63f2.3gp >Above file gets, this error: ><b>Fatal error</b>: Call to a member function on a non-object in ><b>/home/httpd/vhosts.... > >Whats Wrong? Other files work great. Im using version 0.4.3 > > > It works on my setup but always loads frame 93 for the first frame. After the first frame everything works as normal. http://66.126.28.162/videoget/videoget.php?url=http%3A%2F%2Fwww.penest.no%2Fvideos%2Ft%2Fi%2Fvid424fb1b9d63f2.3gp&=Upload I'll run it in the debugger and see if I can figure out what's going on. -Todd >Thanks. > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Ffmpeg-php-user mailing list >Ffm...@li... >https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user > > > |
From: sms t. <wi...@on...> - 2005-04-05 01:42:02
|
http://www.penest.no/videos/t/i/vid424fb1b9d63f2.3gp Above file gets, this error: <b>Fatal error</b>: Call to a member function on a non-object in <b>/home/httpd/vhosts.... Whats Wrong? Other files work great. Im using version 0.4.3 Thanks. |
From: Scott L. <sl...@io...> - 2005-03-25 20:16:32
|
Well I've managed to get this working. The major problems were avcodec.h trying to #include <ffmpeg/common.h> and some strangeness with gd/zlib being loaded as modules. After fixing the include (which seems to not be a problem in the latest cvs), and statically building in gd & zlib then all the problems went away and the script has access to togdimage(); On Thu, 2005-03-24 at 18:55 -0800, Todd.Kirby wrote: > Scott Larson wrote: > > > A follow-up on building GD directly into PHP rather than as an > >extension: the bar.php script I posted earlier causes the Apache process > >handling the request to segfault. It would seem that PHP/GD doesn't > >play nicely on BSD. > > > > > Try running the script from the command line? You may get a more useful > error report. > > php bar.php > > If it still segfaults, run it in a debugger... > > gdb ---args php bar.php > > ...and type 'bt' after the segfault to generate a stack trace. > > Thanks, > > -Todd > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Ffmpeg-php-user mailing list > Ffm...@li... > https://lists.sourceforge.net/lists/listinfo/ffmpeg-php-user -- Scott Larson Network Administrator IOWA LLC T:310.823.8238 F:310.823.7108 E: su...@io... www.iowalab.com |