PDA

View Full Version : mplayer question


hasomaso
02-18-2012, 09:55 AM
hello community,

is there a possibility to play youtube videos with mplayer under windows?

the parameters are as follows

mplayer -fs $(echo "http://youtube.com/get_video.php?$(curl -s $youtube_url | sed -n "/watch_fullscreen/s;.*(video_id.+)&title.*;1;p")")


here are a few left

hxxp://techie-buzz.com/foss/play-youtube-videos-directly-in-mplayer.html

hxxp://www.commandlinefu.com/commands/view/1405/stream-youtube-url-directly-to-mplayer.



I thank you in advance :rolleyes:




thanks
hasomaso

bat999
02-18-2012, 11:05 AM
hello community,

is there a possibility to play youtube videos with mplayer under windows?



Hi
I don't know how to view youtube videos with mPlayer.

But there is an mPlayer GUI called SMPlayer for Windows and Linux.
From here ---> http://smplayer.sourceforge.net/downloads.php?tr_lang=en
SMPlayer v-0.7.0 will play (some) youtube videos.

Either
Open > URL...

Or from command line like this:-
smplayer "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"


http://img803.imageshack.us/img803/6381/hendrix2.png

hasomaso
02-18-2012, 11:31 AM
@bat999

thank you for your help, but i do not want gui! but mplayer or smplayer binary.

here is my mplayer package, please download it and watch it
with mplayer or smplayer i want to play youtube videos

http://desmond.imageshack.us/Himg189/scaled.php?server=189&filename=14165368.png&res=medium

hxxp://www.sendspace.com/file/126x5g



thanks
hasomaso

bat999
02-18-2012, 11:54 AM
smplayer binary.

smplayer.exe is a binary.
"C:\Program Files\SMPlayer\smplayer.exe" "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

svnpenn
02-18-2012, 12:03 PM
You can download them with a Bookmarklet.

svnpenn.github.com/bm

hasomaso
02-18-2012, 12:39 PM
smplayer.exe is a binary.
"C:\Program Files\SMPlayer\smplayer.exe" "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

ok but i need the smplayer running under cmd
look here how this with mplayer

http://img571.imageshack.us/img571/3588/47835053.png

bat999
02-18-2012, 01:02 PM
ok but i need the smplayer running under cmd

Windows 101 :rolleyes:

Start

Run...

cmd

OK

cd "C:\Program Files\SMPlayer"
smplayer.exe "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

hasomaso
02-18-2012, 01:38 PM
Windows 101 :rolleyes:

Start

Run...

cmd

OK

cd "C:\Program Files\SMPlayer"
smplayer.exe "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

but this is the gui of smplayer I do not want

svnpenn
02-18-2012, 01:57 PM
SMPlayer is a cross-platform free and open source multimedia player front-end for MPlayer.

That means IT IS A GUI, GET OVER IT.

bat999
02-18-2012, 03:48 PM
Hi
There is a mPlayer solution.
For Windows
use "youtube-dl.exe 2011.10.19" from here ----> http://www.himili.com/blog/downloads/youtube-video-downloader/
Pipe it through mPlayer.
Something like this:-
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.

http://img16.imageshack.us/img16/9100/hendrix3.png

hasomaso
02-18-2012, 04:04 PM
Hi
There is a mPlayer solution.
For Windows
use "youtube-dl.exe 2011.10.19" from here ----> http://www.himili.com/blog/downloads/youtube-video-downloader/
Pipe it throught mPlayer.
Something like this:-
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.

http://img16.imageshack.us/img16/9100/hendrix3.png


hello bat999

exactly what i was looking for, you're awesome


thanks :eek: