LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Mplayer problem (https://www.linuxquestions.org/questions/debian-26/mplayer-problem-340069/)

alan_daniel 07-04-2005 10:29 PM

Mplayer problem
 
I am now running Debian 3.1 on an IBM Thinkpad and I just installed mplayer via source tarballs from the website. Everything installed fine and I included the "All codecs" package (I like having a massive video-playing program like that), but whenever I try to play a video, it won't play the video. It doesn't matter the format of the video, it just plays the audio. Here's what it does:

Code:

motw@ADANIEL:~/backup$ mplayer ericprydz_callonme_300k.wmv

MPlayer 1.0pre6-3.3.5 (C) 2000-2004 MPlayer Team

CPU: Intel Celeron 2/Pentium III Tualatin (Family: 6, Stepping: 1)

Detected cache-line size is 32 bytes

CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0

Compiled for x86 CPU with extensions: MMX MMX2 SSE





Linux RTC init error in ioctl (rtc_irqp_set 1024): Invalid argument

Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.

Playing ericprydz_callonme_300k.wmv.

ASF file format detected.

VIDEO:  [WMV3]  320x240  24bpp  1000.000 fps    0.0 kbps ( 0.0 kbyte/s)

Clip info:

 name: Call On Me (Late Night Version)

 author: Eric Prydz

 copyright: Data Records

 comments:

==========================================================================

Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders

AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 6003->176400 (48.0 kbit)

Selected audio codec: [ffwmav2] afm:ffmpeg (DivX audio v2 (ffmpeg))

==========================================================================

vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)!

vosub_vidix: Couldn't find working VIDIX driver

==========================================================================

Opening video decoder: [dmo] DMO video codecs

DMO dll supports VO Optimizations 0 1

DMO dll might use previous sample when requested

GetOutput r=0x0  size:230400  align:1

StreamCount r=0x0  1  1

Decoder supports the following YUV formats: YV12 YUY2 UYVY YVYU   

Decoder is capable of YUV output (flags 0x1b)

VDec: vo config request - 320 x 240 (preferred csp: Packed YUY2)

VDec: using Planar YV12 as output csp (no 0)

Movie-Aspect is undefined - no prescaling applied.

VO: [null] 320x240 => 320x240 Planar YV12

Selected video codec: [wmv9dmo] vfm:dmo (Windows Media Video 9 DMO)

==========================================================================

Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...

AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int

AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)

AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)

Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...

Starting playback...

A:  3.7 V:  3.7 A-V: -0.010 ct: -0.036  13/ 13  8%  0%  7.4% 0 0

Thanks for any help!

adz 07-05-2005 12:26 AM

Presumably it plays the audio? Try running mplayer with the command mplayer <filename> -vo xv. If that doesn't work try substituting in "x11" where you see "xv" above.

Additionally, you're running an old version of mplayer. You said you installed from source but you seem to have downloaded the wrong tarball. The current release version is 1.0pre7... Or use the CVS version.

One other point is that you don't need the "all codecs" package. That package includes all codecs even ones that have linux (unix) native equivalents. This may cause some problems by having too many options for codecs to use. The "essential" package is better since it only contains codecs which don't have native equivalents. Not to mention it's smaller.

runlevel0 07-05-2005 04:49 AM

Try doing what the error message says:

Code:

echo 1024 > /proc/sys/dev/rtc/max-user-freq
I did it and it runs.


All times are GMT -5. The time now is 04:56 PM.