Re: mplayer
When I run mplayer -v movie as root I get the following as below,
> Run mplayer with the -v switch, it'll print some debug output to give an
> idea of what it's trying to do. For instance, when running it here, I get
> this during the mplayer xv startup:
>
> X11 opening display: :0.0
> vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF)
> vo: X11 running at 1680x1050 with depth 24 and 32 bpp (":0.0" => local
> display)
> [x11] Detected wm supports layers.
> [x11] Detected wm supports NetWM.
> [x11] Detected wm supports FULLSCREEN state.
> [x11] Detected wm supports ABOVE state.
> [x11] Detected wm supports BELOW state.
> [x11] Current fstype setting honours LAYER FULLSCREEN ABOVE BELOW X atoms
> Disabling DPMS
> DPMSDisable stat: 1
> [xv common] Drawing colorkey manually.
> [xv common] Using colorkey from Xv (0x0101fe).
> Opening video filter: [lavcdeint]
>
>
> Jim.
When I run it as a normal user I get basically the same output as I do for
root but from this point on it is different
using /dev/fb0
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 352 x 240 (preferred csp: Mpeg PES)
Trying filter chain: vo
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
SwScale params: -1 x -1 (-1=no scaling)
Trying filter chain: scale vo
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG-1 or 2 (libmpeg2))
==========================================================================
Checking audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
[libaf] Adding filter dummy
[dummy] Was reinitialized: 44100Hz/2ch/s16le
AF_pre: 44100Hz/2ch/s16le
ao2: 44100 Hz 2 chans s16le
audio_setup: using '/dev/dsp' dsp device
audio_setup: using '/dev/mixer' mixer device
audio_setup: using 'pcm' mixer device
audio_setup: sample format: s16le (requested: s16le)
audio_setup: using 2 channels (requested: 2)
audio_setup: using 44100 Hz samplerate (requested: 44100)
audio_setup: frags: 8/8 (4096 bytes/frag) free: 32768
AO: [oss] 44100Hz 2ch s16le (2 bps)
AO: Description: OSS/ioctl audio output
AO: Author: A'rpi
Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
[dummy] Was reinitialized: 44100Hz/2ch/s16le
[dummy] Was reinitialized: 44100Hz/2ch/s16le
Starting playback...
VDec: vo config request - 352 x 240 (preferred csp: Planar YV12)
Trying filter chain: vo
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
SwScale params: -1 x -1 (-1=no scaling)
Trying filter chain: scale vo
The selected video_out device is incompatible with this codec.
FATAL: Could not initialize video filters (-vf) or video output (-vo).
Uninit audio filters...
[libaf] Removing filter dummy
uninit audio: mp3lib
uninit video: libmpeg2
Can't restore text mode: Invalid argument
Exiting... (End of file)
Clyde
Reply to:
- References:
- mplayer
- From: hjalmar <bytor1@lsn.se>
- Re: mplayer
- From: "Jim Crilly" <jim@why.dont.jablowme.net>