View Single Post
  #11  
Old 02-18-2012, 04:04 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: mplayer question


Quote:
Originally Posted by bat999 View Post
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 throught 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.


hello bat999

exactly what i was looking for, you're awesome


thanks
Reply With Quote