vegac wrote:
I'm confused what issues I had...
I used to watch movies fullscreen just fine on my octane with just SI+Tram. What mplayer command line are you using?
If I recall I used either gl or gl2 for the video out...command line was something like
mplayer -vo gl -ao sgi -zoom -f moviename
However, for 720x480, it would need a texture sized at 1024x512, which at 32bpp would end up being 2mb, and that should fit. I know that gl2 uses multiple textures, try the standard gl plugin and see if that runs better?
I was using:
mplayer -vo -gl2 -vf format=RGB24 name.avi whiich does not work with 720x480 movies.
With:
mplayer -vo gl -ao sgi -zoom -f name.avi
I get errot:
MPlayer 1.0pre4 - MIPSpro Compilers: Version 7.41 (C) 2000-2004 MPlayer Team
CPU: SGI MIPS
Reading config file /opt/mplayer/etc/mplayer/mplayer.conf
Reading config file //.mplayer/config
Unknown option on the command line: f
With:
mplayer -vo gl -ao sgi -zoom name.avi
I get a blank window and error:
MPlayer 1.0pre4 - MIPSpro Compilers: Version 7.41 (C) 2000-2004 MPlayer Team
CPU: SGI MIPS
Reading config file /opt/mplayer/etc/mplayer/mplayer.conf
Reading config file //.mplayer/config
Unknown option on the command line: f
root@IRIS:/usr/people/paul/movies> mplayer -vo gl -ao sgi -zoom name.avi
MPlayer 1.0pre4 - MIPSpro Compilers: Version 7.41 (C) 2000-2004 MPlayer Team
CPU: SGI MIPS
Reading config file /opt/mplayer/etc/mplayer/mplayer.conf
Reading config file //.mplayer/config
Reading //.mplayer/codecs.conf: 66 audio & 176 video codecs
font: can't open file: //.mplayer/font/font.desc
Font /opt/mplayer/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using usleep() timing
Can't open input config file //.mplayer/input.conf: No such file or directory
Can't open input config file /opt/mplayer/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
Playing name.avi.
Cache fill: 2.05% (172032 bytes) AVI file format detected.
VIDEO: [XVID] 720x480 24bpp 25.000 fps 1125.2 kbps (137.4 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 (0x20), ratio: 24000->176400 (192.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
[gl] Using 4 as slice height (0 means image height).
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, big endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Big-Endian)
ao_sgi, init: Samplerate: 44100Hz Channels: Stereo Format Signed 16-bit (Big-Endian)
AO: [sgi] 44100Hz 2ch Signed 16-bit (Big-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
[mpeg4 @ 106a56a8]looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
VDec: vo config request - 720 x 480 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
No accelerated colorspace conversion found
SwScaler: using unscaled Planar YV12 -> RGB 32-bit special converter
VO: [gl] 720x480 => 720x480 RGB 32-bit [zoom]
XIO: fatal IO error 131 (Connection reset by peer) on X server ":0.0"90%
after 67 requests (67 known processed) with 0 events remaining.
BTW what does the -f switch do and what does the -ao switch do. Sorry but I don't seem to have any documentation and I don't know how to install the man pages(if it exists).
Cheers
barefoot