Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MPlayer Codecs not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Aitikin
Apprentice
Apprentice


Joined: 14 May 2005
Posts: 227

PostPosted: Tue Jul 04, 2006 10:40 pm    Post subject: MPlayer Codecs not working Reply with quote

I have been trying to watch some recordings of BSG that my brother gave me and they won't play. I went through and tried to figure out what codecs I needed, and I tried pretty much everything. Now when I run mplayer -vc help I get a number of them as having problems or crashing. How would I go about fixing this?
Back to top
View user's profile Send private message
lxg
Veteran
Veteran


Joined: 12 Nov 2005
Posts: 1019
Location: Aachen, Germany

PostPosted: Tue Jul 04, 2006 11:04 pm    Post subject: Reply with quote

You missed out the most important info: what container and codec format do you exactly need?

If it's a recent WMV, forget it, it's DRM crap.
_________________
lxg.de – codebits and tech talk
Back to top
View user's profile Send private message
Aitikin
Apprentice
Apprentice


Joined: 14 May 2005
Posts: 227

PostPosted: Wed Jul 05, 2006 12:04 am    Post subject: Nope Reply with quote

It's AVI and I've had it work on other Linux installs so I'm pretty much certain that it's not DRM crap.
Back to top
View user's profile Send private message
BRPXQZME
Apprentice
Apprentice


Joined: 23 Mar 2006
Posts: 163
Location: Centreville, VA

PostPosted: Wed Jul 05, 2006 7:57 am    Post subject: Reply with quote

AVI tells nothing about what codec the video is in, except what it can't be.

What does MPlayer output when you try to play the video?
_________________
Firefox is spelled F-i-r-e-f-o-x - only the first letter capitalized (i.e. not FireFox, not Foxfire, FoxFire or whatever else a number of folk seem to think it to be called.) The preferred abbreviation is "Fx" or "fx".

FF = Final Fantasy.
Back to top
View user's profile Send private message
lxg
Veteran
Veteran


Joined: 12 Nov 2005
Posts: 1019
Location: Aachen, Germany

PostPosted: Wed Jul 05, 2006 8:43 am    Post subject: Reply with quote

And could you please post the output of emerge -pv mplayer.
_________________
lxg.de – codebits and tech talk
Back to top
View user's profile Send private message
Aitikin
Apprentice
Apprentice


Joined: 14 May 2005
Posts: 227

PostPosted: Sun Jul 09, 2006 12:56 am    Post subject: Yeah Reply with quote

Sorry, I was out of town for a few days. Here's the output from running mplayer "Battlestar Galactica - 1x05 - You Can't Go Home Again.avi":

Code:
MPlayer dev-CVS-060414-17:32-3.4.5 (C) 2000-2006 MPlayer Team
CPU: Advanced Micro Devices Athlon 64/FX Sledgehammer,San Diego,Venice (Family: 15, Stepping: 10)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



91 audio & 208 video codecs
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
Playing Battlestar Galactica - 1x05 - You Can't Go Home Again.avi.


Exiting... (End of file)


making me think I might not have enough privileges? I'm in the video group though.

Here's emerge -pv mplayer

Code:
Calculating dependencies... done!
[ebuild     UD] media-video/mplayer-1.0_pre8 [1.0.20060415] USE="X aac alsa arts cdparanoia dga dts dvd dvdread encode gif gtk ipv6 jpeg mad nvidia opengl png rtc sdl theora unicode v4l v4l2 vorbis x264 xinerama xv xvid -aalib -bidi -bindist -bl -cpudetection -custom-cflags -debug -directfb -doc -dv -dvb -esd -fbcon -ggi -i8x0 -jack -joystick -libcaca -lirc -live -livecd -lzo -matrox -musepack -nas -openal -oss -samba -speex -tga -truetype -xanim -xmms -xvmc" 7,975 kB

Total size of downloads: 7,975 kB


Thanks
Back to top
View user's profile Send private message
Fukai
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2006
Posts: 149
Location: São Paulo, Brazil

PostPosted: Sun Jul 09, 2006 2:29 am    Post subject: Re: Yeah Reply with quote

Aitikin wrote:

Code:

Exiting... (End of file)


making me think I might not have enough privileges? I'm in the video group though.


Strange... what is the output of:
Code:

file Battlestar Galactica - 1x05 - You Can't Go Home Again.avi


And the rtc error can be resolved puting "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to /etc/conf.d/local.start (but this is not the best place and i don't remeber now where to put 1024 for rtc max-freq...). This only works in the next boot you can run the echo as root to solve now.

The strange thing is mplayer don't say nothing about the .avi file.
Back to top
View user's profile Send private message
Fukai
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2006
Posts: 149
Location: São Paulo, Brazil

PostPosted: Sun Jul 09, 2006 2:37 am    Post subject: Re: Yeah Reply with quote

Fukai wrote:

And the rtc error can be resolved puting "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to /etc/conf.d/local.start (but this is not the best place and i don't remeber now where to put 1024 for rtc max-freq...). This only works in the next boot you can run the echo as root to solve now.


Remember! Add "dev.rtc.max-user-freq = 1024" to the /etc/sysctl.conf. And run this command as root (to solve this now):
Code:

sysctl -w dev.rtc.max-user-freq=1024
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Sun Jul 09, 2006 4:14 am    Post subject: Reply with quote

Could it be that you have a 64bit compiled mplayer (since it is Athlon64) while having 32bit codecs ?

Try precompiled 32bit mplayer-bin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum