LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-17-2004, 04:29 PM   #1
tho_x_tran
Member
 
Registered: Dec 2003
Posts: 71

Rep: Reputation: 15
which DVD player can play DVD from hard drive *and* support DVD Menu ?


Mplayer is nice and suports so many types but it does not support DVD menu which is hard to understand. XINE is also a great DVD player but cannot play ISO or *entire* ripped DVD movies from hard drive. OGLE is so unstable and GUI is so inferior.

Anyone knows anything better than XINE and MPLAYER. I really like to see InterVideo DVD on Linux but it seems the effort got lost somehow.
 
Old 09-17-2004, 04:31 PM   #2
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Ogle supports menus.
 
Old 09-17-2004, 04:59 PM   #3
tho_x_tran
Member
 
Registered: Dec 2003
Posts: 71

Original Poster
Rep: Reputation: 15
Actually I just found out that XINE can play ripped DVD from hard drive. In the setup input tab just replace the DVD device with the pathname on the hard drive where the movie is. Or one can also edit the 'config' file in .xine directory to specify 'input.dvd_device' to point to where on the hard drive the ripped DVD locates. It works great . I love XINE. Ogle is too buggy and GUI is very inferior.
 
Old 09-17-2004, 06:06 PM   #4
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Rep: Reputation: 41
Quote:
Originally posted by tho_x_tran
Actually I just found out that XINE can play ripped DVD from hard drive. In the setup input tab just replace the DVD device with the pathname on the hard drive where the movie is. Or one can also edit the 'config' file in .xine directory to specify 'input.dvd_device' to point to where on the hard drive the ripped DVD locates. It works great . I love XINE. Ogle is too buggy and GUI is very inferior.
How do u rip dvds in linux?
 
Old 09-17-2004, 06:36 PM   #5
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
How do u rip dvds in linux?
Easy, use either mplayer, transcode, or dvd::rip. The linux way is to use dd and setting the image as a raw device.

Quote:
Mplayer is nice and suports so many types but it does not support DVD menu which is hard to understand.
The reason why mplayer does not support DVD menu (dvdnav library) is because the developers do not like the way dvdnav libraries works. The dvdnav library does an MPEG-2 hack to inject the menu information. Many Windows programs uses the MPEG-2 hack method to display navigation menus. I guess mplayer developers is waiting until MPEG-4 hits DVD movies because it is an object base codec that can make dvd navigation menus a little easier to make and to use. DiVix and Xvidx does not comply to MPEG-4 formats. You can look on mplayer's mailing list to see if there is a patch that adds dvdnav support.

There is totem and video lan player.
 
Old 03-01-2006, 10:16 PM   #6
jg123
LQ Newbie
 
Registered: May 2003
Distribution: Ubuntu
Posts: 4

Rep: Reputation: 0
Lightbulb

I know this topic is old but I found it through Google. You can play dvd's with xine (xine-ui) using the following syntax:
Code:
xine 'dvd://path/to/file.iso'
or
Code:
xine dvd://"path with spaces/to/file.iso"
.
In mythtv:
Code:
xine --fullscreen dvd://%s
 
Old 03-02-2006, 07:38 AM   #7
david.dales
Member
 
Registered: Aug 2005
Location: Hamburg, Germany
Posts: 39

Rep: Reputation: 15
With all the appropriate supporting packages installed, many will play DVDs with menus.

Kaffeine, Mplayer, Xine, VideoLan, etc.....
 
Old 03-02-2006, 11:55 AM   #8
KimVette
Senior Member
 
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794

Rep: Reputation: 46
Quote:
Originally Posted by wearetheborg
How do u rip dvds in linux?
'u' search and find one of the many threads covering that very topic, and don't hijack the thread.
 
Old 07-21-2006, 11:18 AM   #9
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
will kaffeine play dvd's from the hard drive?

Quote:
Originally Posted by jg123
I know this topic is old but I found it through Google. You can play dvd's with xine (xine-ui) using the following syntax:
Code:
xine 'dvd://path/to/file.iso'
___________________________________________

Quote:
Originally Posted by david.dales
With all the appropriate supporting packages installed, many will play DVDs with menus.

Kaffeine, Mplayer, Xine, VideoLan, etc.....
will kaffeine play dvd's from the hard drive with dvd-menu support? (knoppix live-cd)

Last edited by schneidz; 07-21-2006 at 11:21 AM.
 
Old 07-21-2006, 12:05 PM   #10
jg123
LQ Newbie
 
Registered: May 2003
Distribution: Ubuntu
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by schneidz
___________________________________________



will kaffeine play dvd's from the hard drive with dvd-menu support? (knoppix live-cd)
http://www.linuxquestions.org/questi...05#post2164805


kaffeine "dvd://path/to/my/isofile.iso"
 
Old 07-24-2006, 01:36 AM   #11
ddales
LQ Newbie
 
Registered: Jan 2006
Posts: 23

Rep: Reputation: 15
JG123 is correct. Mplayer and VLC will also both do this but I'm not sure if they will work with Knoppix or not.

I would say most of the media players will have about the same functionality and that it's just a matter of preference.
 
Old 07-24-2006, 02:03 AM   #12
slantoflight
Member
 
Registered: Aug 2005
Distribution: Smoothwall
Posts: 283
Blog Entries: 3

Rep: Reputation: 35
Quote:
Originally Posted by Electro
The linux way is to use dd and setting the image as a raw device.
yea!
 
Old 11-16-2006, 12:27 PM   #13
GNUlancer
Member
 
Registered: Oct 2006
Location: Russia
Distribution: Slax KillBill
Posts: 59

Rep: Reputation: 15
Hmm.. Since I have read some essential part of mplayer's manual (i mean the commandline core part, not gmplayer) i never thought about where to get a better player, cause it has literally all the features. Just search trough the manual ('man mplayer', then type '/', enter the search string, and hit Enter, use 'n' to move to the next occurence). I don't know, whether it has the DVD menu support,..
 
Old 11-16-2006, 12:40 PM   #14
GNUlancer
Member
 
Registered: Oct 2006
Location: Russia
Distribution: Slax KillBill
Posts: 59

Rep: Reputation: 15
...but you don't really need it for managing your audio/video. The main key commands are left, right, up, down, pgup, pgdown, *, /, space, # (changing the audio tracks on a videoDVD; don't forget to hold Shift), <, > (changing the video tracks, again don't forget Shift). If you're still in trouble, download'n'burn a 6MB geexbox livecd, and forget about these problems.
 
Old 11-16-2006, 12:47 PM   #15
GNUlancer
Member
 
Registered: Oct 2006
Location: Russia
Distribution: Slax KillBill
Posts: 59

Rep: Reputation: 15
Quote:
Originally Posted by slantoflight
yea!
Just don't forget, dd is a part of GNU coreutils and Linux is just a kernel
 
  


Reply

Tags
xine



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
Media player with dvd-menu support for mounted image directory lagu2653 Linux - Software 2 12-09-2005 02:17 PM
Every DVD Player Fails to Play DVD Movie in SuSE 9.2 Pro....Please Help ! ! ! bedi-beparwah SUSE / openSUSE 2 03-14-2005 06:08 PM
Play DVD on CDRW/DVD Combo Drive?? halo14 Linux - Laptop and Netbook 13 09-21-2004 09:21 AM
dvd-rom drive won't play movies and dvd burner won't record calble Linux - Hardware 1 08-09-2004 07:35 AM
Which DVD software can play DVD from hard drive tho_x_tran Linux - Software 5 08-05-2004 09:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:28 PM.

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