LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-13-2008, 12:34 AM   #1
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225
Blog Entries: 8

Rep: Reputation: 50
mplayer and libdvdnav...


Hi, first I just wanted to say thanks for all the help I get on this forum. I have a quick question about mplayer and libdvdnav: why can't I see DVD menus? I went to www.slackbuilds.org and installed the mplayer-codec, libdvdnav, and finally mplayer. I noticed that mplayer found the dvd navigation library successfully, but I still can't see any menus on my DVDs. I didn't explicitly install libdvdread, so I shouldn't have the conflict problem. Any ideas?
 
Old 05-13-2008, 01:55 AM   #2
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
If you have libdvdnav installed, and not told mplayer to not use internal libdvdread, than you have support for both input streams. The default input-stream for dvds is dvd://, which is the old one without the menus. If you want to see the menus than you have to use the dvdnav:// input stream. But don't expect too much. DVD Navigation support in mplayer is in its early stages.
 
Old 05-13-2008, 02:14 AM   #3
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225

Original Poster
Blog Entries: 8

Rep: Reputation: 50
I don't have a dvdnav link, so I guess I am having the conflict problem. Looking at your response to the thread here...

http://www.linuxquestions.org/questi...ight=libdvdnav

you say to remove libdvdread anywhere mplayer installed it. Will that break anything else like xine? After I do that, do I need to rebuild the mplayer package?
 
Old 05-13-2008, 02:18 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
If you want good DVD menu support, and don't want to use Xine, then I suggest you try VLC.

Eric
 
Old 05-13-2008, 02:43 AM   #5
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
Quote:
Originally Posted by vik View Post
I don't have a dvdnav link, so I guess I am having the conflict problem. Looking at your response to the thread here...

http://www.linuxquestions.org/questi...ight=libdvdnav

you say to remove libdvdread anywhere mplayer installed it. Will that break anything else like xine? After I do that, do I need to rebuild the mplayer package?
If you do not have installed a package called libdvdread, than you do not have to remove anything. If you have installed libdvdnav before you compiled mplayer and saw something like this during configure:

Code:
Checking for DVD support (libdvdnav) ... yes
than your mplayer is configured to use libdvdnav. You can than see the menu with

Code:
gmplayer dvdnav://
but you won't be able to interact with it, ie click on it like in xine. You can (most likely) play the movie with

Code:
gmplayer dvdnav://1
If this doesn't work there's something wrong. Post the error message here, probably someone can help you.
 
Old 05-13-2008, 07:18 AM   #6
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
I compiled the svn mplayer with dvd navigation a while back but I suspect the method has not changed. The svn dvdnav is here:

Code:
svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav libdvdnav
and you will need to compile and install the source code. You will need to download and install libdvdread and libdvdcss and compile the svn mplayer with:

Code:
./configure --disable-dvdread-internal
and perhaps add the following to ~/.mplayer/config:

Code:
mouse-movements=yes
This was all a little while ago though so be a little cautious with these directions :-)

Andrew
 
Old 05-13-2008, 11:37 AM   #7
vadkutya
Member
 
Registered: Apr 2008
Distribution: slackware 10.2
Posts: 117

Rep: Reputation: 17
besides: are the dvd menues of any importance? you can play a dvd with dvd:// or you can even play a .vob file. so why bother with menues?

vadkutya
 
Old 05-13-2008, 12:50 PM   #8
vik
Member
 
Registered: Apr 2008
Distribution: Gentoo, FreeBSD
Posts: 225

Original Poster
Blog Entries: 8

Rep: Reputation: 50
Thanks for all the responses. I'll try these out when I get home. The only reason I wanted DVD navigation is so I could view the extras. So mplayer doesn't really support DVD navigation but Xine and VLC player do? Maybe I'll try to get those working then.
 
Old 05-13-2008, 01:45 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Xine has excellent DVD menu support (haven't tried VLC) and allows you to either click on menu items (or scroll using PageUp and PageDown, etc. I think) or it also has a DVD remote window, which allows you to navigate through menus just as if it were a real DVD player -- so you won't miss out on any extras or easter eggs.
 
Old 05-13-2008, 01:52 PM   #10
digger95
Member
 
Registered: Oct 2007
Location: Indiana, PA
Distribution: Slackware 14
Posts: 330

Rep: Reputation: 46
I agree Xine is quite nice, but unfortunately I also need mplayer/mencoder for devede 3.7 to work (it does a great job of authoring dvd's with menu support and subtitles). I don't usually like having redundant apps (i'm a clean freak with my system) but these two seem to play pretty well together. Why not just keep both?
 
Old 05-13-2008, 02:06 PM   #11
vadkutya
Member
 
Registered: Apr 2008
Distribution: slackware 10.2
Posts: 117

Rep: Reputation: 17
Quote:
The only reason I wanted DVD navigation is so I could view the extras.
you kann skip through the tracks by giving dvd:// a numer other than 1. try dvd://[2...]. if this doesn't work you still can play the different vob files so you won't miss any extras . all you miss is the fancy menu screen...

vadkutya
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
internal or external libdvdnav and libdvdread with mplayer ? Carpo Slackware 7 01-17-2008 10:54 AM
Question on SlackBuild for Mplayer and libdvdnav Lufbery Slackware 6 01-12-2008 07:25 AM
mplayer with libdvdnav support rocksniffer Linux - Software 4 06-06-2007 10:31 PM
libdvdcss and libdvdnav problems mcanallyd Linux - Newbie 1 12-22-2006 02:22 PM
libdvdnav not found by mplayer r_jensen11 Linux - Software 0 04-16-2004 05:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration