View previous topic :: View next topic |
Author |
Message |
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Wed Apr 17, 2002 7:03 am Post subject: how to install xine |
|
|
is xine or other dvd player in portage? |
|
Back to top |
|
|
gschneider Tux's lil' helper
Joined: 10 Apr 2002 Posts: 81 Location: Rostock, Germany
|
Posted: Wed Apr 17, 2002 7:11 am Post subject: |
|
|
yes.
emerge xine-lib
emerge xine-dvdnav
emerge xine-ui
emerge ogle
emerge ogle-gui
Hint:
emerge --search package _________________ /(bb|[^b]{2})/ |
|
Back to top |
|
|
arnbak n00b
Joined: 17 Apr 2002 Posts: 40 Location: Denmark
|
Posted: Wed Apr 17, 2002 8:52 am Post subject: Nice |
|
|
That was a nice command "emerge --search package" thanks |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Wed Apr 17, 2002 11:55 am Post subject: |
|
|
cool ta! and how to I get xine to play encrypted dvd's (ie movies from video rental place)
ta! |
|
Back to top |
|
|
gschneider Tux's lil' helper
Joined: 10 Apr 2002 Posts: 81 Location: Rostock, Germany
|
Posted: Wed Apr 17, 2002 12:01 pm Post subject: |
|
|
emerge libdvdcss
perhaps you have to remerge xine after that. _________________ /(bb|[^b]{2})/ |
|
Back to top |
|
|
citron n00b
Joined: 17 Apr 2002 Posts: 12 Location: Prague, Czech Republic
|
Posted: Wed Apr 17, 2002 12:01 pm Post subject: mplayer |
|
|
I think as well mplayer is good player - supports subtitles in different encodings. You can find it in portage tree. |
|
Back to top |
|
|
cat5 n00b
Joined: 10 Apr 2002 Posts: 5 Location: Ottawa, On, Canada
|
Posted: Wed Apr 17, 2002 11:35 pm Post subject: |
|
|
I had someone also tell me to add 'dvd' to my USE flags.
Once that was in, I emerged mplayer and everything works FINE!! _________________ cat5@catfive.org |
|
Back to top |
|
|
freefall Tux's lil' helper
Joined: 13 Apr 2002 Posts: 89
|
Posted: Wed Apr 17, 2002 11:53 pm Post subject: |
|
|
cat5 wrote: | I had someone also tell me to add 'dvd' to my USE flags.
Once that was in, I emerged mplayer and everything works FINE!! |
Yeah, I did the same. Great isn't it. No hassle looking for various libs, just 'emerge mplayer'.
Btw, does '--search' really work for you? Isn't that replaced with just 'search'? |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Thu Apr 18, 2002 2:24 am Post subject: |
|
|
what's the best command to use to open mplayer?
mplayer -vo xv -gui
?? |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Thu Apr 18, 2002 2:27 am Post subject: |
|
|
taskara wrote: | what's the best command to use to open mplayer?
mplayer -vo xv -gui
?? |
Better yet try: Code: | mkdir ~/.mplayer
cat <<EOF > ~/.mplayer/config
vo = xv
gui = 1
EOF
|
Now, it will default to using those settings and save you some typing.
Maybe add some other options in there like "ao=oss" to change your audio out. _________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't. |
|
Back to top |
|
|
analog n00b
Joined: 18 Apr 2002 Posts: 20 Location: Vancouver, Canada
|
Posted: Thu Apr 18, 2002 8:57 am Post subject: |
|
|
Thanks to all who posted about mplayer, I'd never used it before and must say now that I've installed it, it is a thing of beauty |
|
Back to top |
|
|
c_kuzmanic Guru
Joined: 18 Apr 2002 Posts: 488 Location: Los Angeles , California
|
Posted: Fri Apr 19, 2002 1:29 am Post subject: |
|
|
mplayer -ao sdl to use arts under KDE 3.0 |
|
Back to top |
|
|
|