Create image from movie frame

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mb5000@gmail.com

    #1

    Create image from movie frame

    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

Working...