how to any video thumnail without ffmpeg

Discussion in 'PHP' started by verak123, Dec 9, 2011.

  1. #1
    Sir


    i want to create a thumbnail of video at uploading time using php but without ffmpeg.


    how to do it? if any script you have please refer it.
    i will be very thank full to your replies and help.
     
    verak123, Dec 9, 2011 IP
  2. kasun0777

    kasun0777 Well-Known Member

    Messages:
    355
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #2
    You can do it for youtube in easy.

    Video URL = www.youtube.com/watch?v=
    
    Thumbnail Image URL = i2.ytimg.com/vi/[CODE]/default.jpg
    
    Changing [CODE] part only.
    Code (markup):
     
    kasun0777, Dec 9, 2011 IP