How to get the FLV of video sites

Discussion in 'PHP' started by explorer11, Nov 9, 2007.

  1. #1
    I want to create a thumbnail from video url that user submits from video sites like youtube, google video, metacafe etc. For example user can submit this video url: http://video.google.com/videoplay?docid=6204903272262158881

    I know that we can use ffmpeg to create the thumbnail but we have to get the video file (FLV) first, right? how to get the FLV from the site?
     
    explorer11, Nov 9, 2007 IP
  2. Kidijs

    Kidijs Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    you could try keepvid.com. they have some sort of encryption, which doesn't allow to download videos to ordinary mortals, but just programs/sites, which decrypt the quite simple (I think javascript) encryption method. There are many more ways described here : mashable.com/2007/05/05/download-youtube-video/
     
    Kidijs, Nov 10, 2007 IP
  3. sofolo

    sofolo Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    search how to download from you tube you will find alot of nice programmes
     
    sofolo, Nov 10, 2007 IP
  4. picobello

    picobello Well-Known Member

    Messages:
    572
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
  5. Agent_Dweeb

    Agent_Dweeb Peon

    Messages:
    5,607
    Likes Received:
    384
    Best Answers:
    0
    Trophy Points:
    0
  6. Awesome Ninja

    Awesome Ninja Peon

    Messages:
    141
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Use the copy() function www.php.net/copy
     
    Awesome Ninja, Nov 10, 2007 IP
  7. explorer11

    explorer11 Peon

    Messages:
    107
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No, i mean like ulinkx.com, if you're a member you can add video by entering the video url from any sites and they will capture the thumbnail of those videos. When I opened this thread I thought they download the video first, but I'm wrong, it seems they don't download because it will take a long time to download video just for getting the thumbnail. So, how do they do that?
     
    explorer11, Nov 10, 2007 IP