LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mplayer no video (https://www.linuxquestions.org/questions/linux-software-2/mplayer-no-video-69046/)

wingjumper 06-30-2003 10:26 AM

mplayer no video
 
I open gnome term and type mplayer filename, and i get sound but no video, this text is displayed.
MPlayer 0.90rc5-3.2.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)

CPU: Advanced Micro Devices Duron SF Spitfire (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/mike/.mplayer/config
Reading /home/mike/.mplayer/codecs.conf: can't open '/home/mike/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 50 audio & 136 video codecs
font: can't open file: /home/mike/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
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.
Using usleep() timing
Can't open input config file /home/mike/.mplayer/input.conf : No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory
Falling back on default (hardcoded) input config

Playing farts
MPEG-PS file format detected.
VIDEO: MPEG1 320x240 (aspect 1) 25.00 fps 600.0 kbps (75.0 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 16000->176400 (128.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
fbdev: Can't open /dev/fb0: No such device
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 320 x 240 (preferred csp: Mpeg PES)
VDec: using Mpeg PES as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [null] 320x240 => 320x240 Mpeg PES
Selected video codec: [mpegpes] vfm:mpegpes (Mpeg PES output (.mpg or Dxr3/DVB card))
==========================================================================
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: 24.8 V: 24.8 A-V: 0.027 ct: 0.065 589/589 0% 0% 1.2% 0 0 0%

Exiting... (End of file)

mrb:newbie:

Bigun 06-30-2003 10:28 AM

What type of video file are you playing? MPEG, DivX, VidiX (*shiver*), MOV?

MasterC 06-30-2003 10:40 AM

What's your video output device? How did you compile it? Try this:
mplayer -vo xv /path/to/video

And see if you get anything.

Cool

acid_kewpie 06-30-2003 10:48 AM

I bet... you compiled it from source without having the XFree86-devel rpm installed on your system, as mplayer will default to fbdev if x11 of xv are not available, which will only be availbel if that devel package is installed.

wingjumper 06-30-2003 10:58 AM

the file is a mpeg.
---------------------
I did it from source.
-----------------------
and I tried the line that MasterC gave me it came up with
[mike@localhost mike]$ mplayer -vo xv /path/to/video
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale


MPlayer 0.90rc5-3.2.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)

CPU: Advanced Micro Devices Duron SF Spitfire (Family: 6, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/mike/.mplayer/config
Reading /home/mike/.mplayer/codecs.conf: can't open '/home/mike/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 50 audio & 136 video codecs
font: can't open file: /home/mike/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /home/mike/.mplayer/input.conf : No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory
Falling back on default (hardcoded) input config

Playing /path/to/video
File not found: '/path/to/video'


Exiting... (End of file)
[mike@localhost mike]$


Is it wrong to paste that output? thanx mrb :)

MasterC 06-30-2003 11:04 AM

No, that's perfect. However, I may have been mis-interpreted ;)

/path/to/video is actually nothing more than meaning for you to type the path to your video ;) so if your video is in /home/video/stuff/video.avi then:
mplayer -vo xv /home/video/stuff/video.avi

Not actually:
/path/to/video ;)

Also, FYI: Acid is literally light years ahead of anyone I've seen on Mplayer, so you might take a little more weight on his post than mine (since he pretty much is telling you how to fix the problem I am making sure you have ;) ).

:)

Cool

wingjumper 06-30-2003 11:24 AM

I am running RH9 and I check the package mananger under desktop x window system details and it shows a XFree86-xdm X Display Manager installed, along with the standard packages.
I also went to XFree86 site and downloaded the Xinstall.sh but when i get in gnome term and try ./Xinstall.sh it say permission denies. this is supposed to tell the download i need for my particular machine.

wingjumper 06-30-2003 11:38 AM

Path is /home/mike/oops/farts.mpeg


All times are GMT -5. The time now is 07:58 AM.