|
Posted by mb5000@gmail.com on 06/12/06 09:06
Dear friends,
I'm design a new website based on PHP, I haveing a module to umpload
images (jpg,gif) and upload movies (mpeg,wmv). To create thumbs from
the uploading mages I'm using the GD to resize the original images. Now
I want to create a thumbs for the movies too, in the past I used the
convert command (ImageMagic) on my personal Linux machine, but the
option to execute command from the webserver is blocked due to security
issue.
I find that ther is ffmpeg-php modules to do my task (create and image
from movie frame) but my server's hosting company does not use it.
Is there any option in PHP / GD to do it?
Thanks,
Miki Bzrailay
[Back to original message]
|