View Single Post
  #10  
Old 02-18-2012, 03:48 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: mplayer question


Hi
There is a mPlayer solution.
For Windows
use "youtube-dl.exe 2011.10.19" from here ----> http://www.himili.com/blog/downloads...eo-downloader/
Pipe it through mPlayer.
Something like this:-
Code:
youtube-dl.exe -f 18 "http://www.youtube.com/watch?v=jE80W5xYbTI" -o - | mplayer.exe -cache 1024 -
youtube-dl is a command line downloader program originally written for Linux.
Use "youtube-dl --help" for more info.

Reply With Quote