View previous topic :: View next topic |
Author |
Message |
Bangz Tux's lil' helper
Joined: 23 Jan 2003 Posts: 148 Location: Brisbane/Austrralia
|
Posted: Thu Jun 05, 2003 11:37 am Post subject: DVD Playback |
|
|
Can someone please point me in the right direction for playing back DVD on my gentoo system.
I have mplayer working and it plays all my files without a problem but I am not sure how to play DVDs back.
If I try and mount my DVD drive, it says something about no UDF support in the kernel.
What do I do? |
|
Back to top |
|
|
Useful Idiot Guru
Joined: 30 Aug 2002 Posts: 329 Location: Finland
|
Posted: Thu Jun 05, 2003 12:35 pm Post subject: |
|
|
You don't need to mount dvd.
You can play dvd's with mplayer with this:
Code: | mplayer -dvd <title> |
The default dvd device is /dev/dvd. If you don't have it, you need to use option -dvd-device <device>, where device is your dvd-player.
For more options(subtitles, audio etc.) check out the mplayer doc or man pages. _________________ [size=9]We are all in the gutter, but some of us are looking at the stars. |
|
Back to top |
|
|
vt n00b
Joined: 07 Oct 2002 Posts: 39 Location: Vilnius, Lithuania
|
Posted: Thu Jun 05, 2003 12:42 pm Post subject: |
|
|
mplayer is great for files. for dvd discs xine is better. emerge xine xine-dvdnav. |
|
Back to top |
|
|
Bangz Tux's lil' helper
Joined: 23 Jan 2003 Posts: 148 Location: Brisbane/Austrralia
|
Posted: Thu Jun 05, 2003 1:30 pm Post subject: |
|
|
Do I need to mount the DVD drive with SCSI emulation or anything?
Recently I got my burner to work (although, lately it hasnt been working properly but thats another issue) and I think I also made my DVDROM have SCSI emulation
hdc = dvd
hdd = cdr
I only pass hdd=ide-scsi in the kernel options though.
In fstab however, my dvd has the device of a SCSI CDROM.
/dev/scsi/host0/bus0/cd (approx) |
|
Back to top |
|
|
t0nik n00b
Joined: 11 Oct 2002 Posts: 55 Location: Moscow, Russia
|
Posted: Thu Jun 05, 2003 1:47 pm Post subject: |
|
|
best way is :or Code: | mplayer dvd://<another title> | in mplayer-cvs Code: | mplayer -dvd <title> | - is deprecated!!! _________________ sorry my bad english
t0nik |
|
Back to top |
|
|
Bangz Tux's lil' helper
Joined: 23 Jan 2003 Posts: 148 Location: Brisbane/Austrralia
|
Posted: Thu Jun 05, 2003 2:29 pm Post subject: |
|
|
cheers, you guys rock!
I left my DVD with SCSI emulation, so I just made a quick soft link from /dev/scsi/blah to /dev/dvd and it works sweets
One thing though, the DVD playback is MASSIVE. "Normal Size" the video is bigger than my 1600x1200 desktop, and "Double Size" is rediculous. Whats up with this? |
|
Back to top |
|
|
paranode l33t
Joined: 06 Mar 2003 Posts: 679 Location: Texas
|
Posted: Thu Jun 05, 2003 2:45 pm Post subject: |
|
|
I think Ogle is the best, it supports menus and looks very nice. _________________ Meh. |
|
Back to top |
|
|
bfg n00b
Joined: 07 Jul 2003 Posts: 58 Location: Amparo, SP
|
Posted: Sat Aug 02, 2003 4:42 pm Post subject: |
|
|
Yeah, i like Ogle very much too, althought he misses some features. |
|
Back to top |
|
|
Jimbow Guru
Joined: 18 Feb 2003 Posts: 597 Location: Silver City, NM
|
Posted: Sun Aug 03, 2003 1:54 am Post subject: |
|
|
I like Olge a lot but I now use Xine most of the time. One reason is the de-interlacing that Xine provides. _________________ After Perl everything else is just assembly language. |
|
Back to top |
|
|
|