Menu

#181 Extrace thumb off flv files via php

closed
nobody
None
5
2007-05-31
2006-11-29
fanno
No

For a few days i have been trying to look throw the source so i could see if it was posable to create thumbs in php on servers without ffmpeg (since i cant install stuff on my host)

i asume in ffmqeg i would be done like this:
ffmpeg -y -i [test.flv] -vframes 1 -ss 00:00:02 -an -vcodec png -f rawvideo -s 320×240 [thumbnailimage.png]

since i have not even founed where this happens its hard for me to know if it could be done =( anyone know where in the source this would happen ?

fanno

Discussion

  • Michael Niedermayer

    • status: open --> closed
     
  • Michael Niedermayer

    Logged In: YES
    user_id=282150
    Originator: NO

    there is nothing related to php in ffmpeg

     

Log in to post a comment.