in reply to YouTube Video Downloader

After you download it, you should convert it to mpeg. I have a script somewhere that does this. I think it uses mencoder. Then you can use pretty much any player.


--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.

Replies are listed 'Best First'.
Re^2: YouTube Video Downloader
by Fletch (Bishop) on Aug 31, 2006 at 15:34 UTC

    OS X people may be interested in ffmpegX (shareware) which is a drag-n-drop app that sits on top of things like mencoder and can convert between several different video file formats. Of course VLC on OS X seems to be able to open FLV files fine, so that might be a possibility as well (system( "open -a /Applications/VLC.app $infile" );).

    And I had to ++ the OP just for the choice of default URLs it pulls down. :)

Re^2: YouTube Video Downloader
by zentara (Cardinal) on Aug 31, 2006 at 14:47 UTC
    Please post your flv to mpg converter, sounds like a good idea.

    I'm not really a human, but I play one on earth. Cogito ergo sum a bum
Re^2: YouTube Video Downloader
by Anonymous Monk on May 06, 2007 at 06:54 UTC
    is anyone using this script on windows? I am trying to run it with camel pack on win XP. download is fine , size also looks fine but the .flv would not play in VLC player.
      oops forgot to binmode the file on windows !!