Re: Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-26 Thread Deine Mutter
just wanted to add the info for interested people that they might consider the perl module ffmpeg-perl (http://search.cpan.org/~ALLENDAY/ FFmpeg-6036/FFmpeg.pm) as an alternative to ffmpeg-php. On 24 Jan., 14:05, David Persson wrote: > Oh that's great to hear! > > As for interfacing with the ffmp

Re: Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-24 Thread David Persson
Oh that's great to hear! As for interfacing with the ffmpeg binary you may want to have a look into the ImagickShell adapter[1] which comes with the plugin for a working example. Regarding the (blocking) on the fly manipulation, I've been using (as cricket pointed out) a queue for spinning the tas

Re: Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-21 Thread cricket
On Jan 21, 1:11 pm, Deine Mutter wrote: > okay, i'll look into it, since i am in need of a working adapter. it > might however take some time since my personal resources are scarce as > well. > > besides, have you ever considered implementing a built-in > functionality that outsources the version

Re: Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-21 Thread Deine Mutter
okay, i'll look into it, since i am in need of a working adapter. it might however take some time since my personal resources are scarce as well. besides, have you ever considered implementing a built-in functionality that outsources the version generation of uploaded media to a cron job? a basic

Re: Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-20 Thread David Persson
On 20 Jan., 19:07, Deine Mutter wrote: > okay the answer is clear, it needs ffmpeg extension. > this is stupid for the following reasons: if ffmpeg is compiled with > libswscale, the image extraction method of ffmpeg-php (ffmpeg.so) is > not available (as written somewhere in the respective goog

Re: Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-20 Thread Deine Mutter
okay the answer is clear, it needs ffmpeg extension. this is stupid for the following reasons: if ffmpeg is compiled with libswscale, the image extraction method of ffmpeg-php (ffmpeg.so) is not available (as written somewhere in the respective google group). starting at one of the newer releases o

[Media Plugin] Does ffmpeg adapter need ffmpeg-php extension or is ffmpeg sufficient?

2010-01-20 Thread Deine Mutter
Hey, is the php extension ffmpeg-php necessary for the media plugin's ffmpeg adapter to work? or does it interact with ffmpeg directly via command line? I was having a look at the ffmpeg_video.php in plugins/ media/vendors/medium/adapter and it seemed to me that it rather needs ffmpeg-php, since h