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 of ffmpeg, the option to compile ffmpeg without libswcale is not available anymore (that is just my own humble experience).
thus i suggest to write an adapter for ffmpeg w/o the use of ffmpeg- php extension, i.e. with direct command line execution (basically not that difficult). being a linux novice this might be a naive suggestion since probably it opens up massive security holes. would be nice if someone here would have an opinion on that! thx
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
