LinuxQuestions.org
Visit Jeremy's Blog.
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 01-17-2010, 09:01 PM   #1
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Mplayer does not play dvd on linux


i type
Code:
mplayer -vf scale=640:480 -vo svga dvd://
all i get is random green and magenta bars on the screen!
----edit----
also:
it has lots of messages like:
frame damaged at EA 4B
or invalid B-frame
further:it plays in windows fine.

Last edited by smeezekitty; 01-17-2010 at 09:14 PM.
 
Old 01-17-2010, 09:24 PM   #2
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
You need the libcss decrypt something. It is illegal to have it installed in the US, be warned.
 
1 members found this post helpful.
Old 01-17-2010, 09:44 PM   #3
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Elv13 View Post
You need the libcss decrypt something. It is illegal to have it installed in the US, be warned.
I think it is compiled in and BTW i know its illegal
here are the libdvdcss messages:
Code:
libdvdread: Using libdvdcss version 1.2.10 for DVD access

libdvdread: Atempting to retrieve all CSS keys
libdvdread: This can take a _long_time, please be patent
 
Old 01-17-2010, 09:50 PM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
mplayer -nocache dvdnav:// should play your new movies better than dvd://

$ apt-cache policy mplayer
mplayer:
Installed: 1:1.0.rc2svn20100115-0.0
Candidate: 1:1.0.rc2svn20100115-0.0

works just fine here, although I normally use smplayer.
 
1 members found this post helpful.
Old 01-17-2010, 09:55 PM   #5
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by craigevil View Post
mplayer -nocache dvdnav:// should play your new movies better than dvd://

$ apt-cache policy mplayer
mplayer:
Installed: 1:1.0.rc2svn20100115-0.0
Candidate: 1:1.0.rc2svn20100115-0.0

works just fine here, although I normally use smplayer.
now i get CRC failed.
 
Old 01-17-2010, 10:21 PM   #6
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
Quote:
Originally Posted by smeezekitty View Post
i type
Code:
mplayer -vf scale=640:480 -vo svga dvd://
all i get is random green and magenta bars on the screen!
----edit----
Well that might be your problem. -vo svga is using SVGAlib, which I believe is meant for if you're not running X Windows. Get rid of that option (altogether; mplayer normally picks a sensible default) and try again.
 
1 members found this post helpful.
Old 01-17-2010, 10:24 PM   #7
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by cantab View Post
Well that might be your problem. -vo svga is using SVGAlib, which I believe is meant for if you're not running X Windows. Get rid of that option (altogether; mplayer normally picks a sensible default) and try again.
It defaults to to fbdev and i get the same bars except in 256 instead of 65536 colors.
 
Old 01-17-2010, 10:29 PM   #8
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
I take it you are running X. It really shouldn't be defaulting to fbdev either I don't think.
Do regular files play successfully with -vo svga? If so, then it's not the problem after all. If not, you need to find a video output that works (try 'mplayer -vo help' for a list).
 
1 members found this post helpful.
Old 01-17-2010, 10:31 PM   #9
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by cantab View Post
I take it you are running X. It really shouldn't be defaulting to fbdev either I don't think.
Do regular files play successfully with -vo svga? If so, then it's not the problem after all. If not, you need to find a video output that works (try 'mplayer -vo help' for a list).
mplayer -vo svga AVIDemo.avi displays a test video in crystal clarity.
 
Old 01-18-2010, 04:08 AM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I would not use the svga driver, it rarely works well. Try 'xv' if you can.
 
Old 01-18-2010, 01:31 PM   #11
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Code:
mplayer -vo xv mplayer*/AVIDemo.avi
MPlayer SVN-r30113-snapshot-4.3.3 (C) 2000-2009 MPlayer Team

Playing Mplayer-2009-12-26/AVIDemo.avi
AVI file format detected.
[aviheader] Video stream found, -vid 0
AVI: No audio stream found -> no sound.
VIDEO: [CRAM] 300x228 16bpp 15.000 fps 1088 kbps (133 kbyte/s)
Error opening/initializing the selected video_out (-vo) device.

Exiting... (End of file)
 
Old 01-18-2010, 04:37 PM   #12
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Hello, World!
 
Old 01-18-2010, 05:30 PM   #13
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
hi smeezekitty,

You need to install some libraries. see this link

That page consists of installation for openSUSE. so never mind the procedure. but just note down the libraries listed there. Install those libraries using your own OS procedure.
 
Old 01-19-2010, 04:49 AM   #14
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You must not have X running, right ? I recommend running it if you can, then running the video. Is your hardware ancient ?
 
Old 01-19-2010, 01:03 PM   #15
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Original Poster
Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by H_TeXMeX_H View Post
You must not have X running, right ? I recommend running it if you can, then running the video. Is your hardware ancient ?
No but i find working on linux easier without X.
I'm sure its a codec problem and not a driver problem.
 
  


Reply



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
mplayer does not play Sony DVD bong.mau Linux - Software 1 11-05-2007 04:07 PM
how to play DVD in mplayer linmix Linux - Software 4 10-02-2005 03:05 AM
DVD"S won't play in mplayer acidblue Fedora 2 01-20-2005 05:05 PM
Mplayer does not play dvd properly! tolis Linux - Software 3 12-15-2003 07:48 AM
mplayer 0.90, can't play dvd mason75 Linux - Software 5 07-17-2003 12:47 PM

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

All times are GMT -5. The time now is 05:49 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