[sclug] World's first Open movie released

John Stumbles john at stumbles.org.uk
Thu Jun 8 23:25:54 UTC 2006


Jonathan H N Chin wrote:
> john at stumbles.org.uk wrote:

> I'd try compiling your own debian package from source:
> 
> 	http://www.mplayerhq.hu
> 
> Do './configure --help' to get an idea of the compile options.

I admit I haven't tried it but I suspect the options wouldn't mean much 
to me and I'd be on a 6 months learning curve googling & RTFMing to 
understand what I need to set up. TBH at the moment I don't understand 
enough (and don't have enough time to put into learning) Linux & related 
stuff to embark on compiling my own version of mplayer.

> I downloaded the first 2MB of the ED file and, with the version
> of mplayer installed on my machine, I got:
> 
> 	$ mplayer ED_1024.avi
> 	MPlayer dev-CVS-060410-16:27-4.0.3 (C) 2000-2006 MPlayer Team
> 	CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 10)
> 	CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
> 	Compiled for x86 CPU with extensions: MMX MMX2 SSE

$ mplayer Elephants_Dream_1024.avi
MPlayer dev-CVS--3.3.5 (C) 2000-2006 MPlayer Team
CPU: Advanced Micro Devices Sempron/Athlon MP/XP Thoroughbred; Duron 
Applebred (Family: 6, Stepping: 1)
MMX2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX SSE

> 	91 audio & 208 video codecs
> 	Playing ED_1024.avi.
> 	Cache fill:  0.00% (0 bytes)   
> 	AVI file format detected.
> 	AVI: ODML: Building odml index (2 superindexchunks)
> 	AVI: ODML: Broken (incomplete?) file detected. Will use traditional index
> 	VIDEO:  [DIVX]  1024x576  24bpp  24.000 fps  5005.4 kbps (611.0 kbyte/s)
> 	Clip info:
>  	Software: AVI-Mux GUI 1.17.5, Apr  5 2006  18:41:17
> 	SUB: Could not determine file format
> 	==========================================================================

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.
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing Elephants_Dream_1024.avi.
AVI file format detected.
AVI: ODML: Building odml index (2 superindexchunks)
VIDEO:  [DIVX]  1024x576  24bpp  24.000 fps  5001.2 kbps (610.5 kbyte/s)
Clip info:
  Software: AVI-Mux GUI 1.17.5, Apr  5 2006  18:41:17
==========================================================================

> 	Opening audio decoder: [liba52] AC3 decoding with liba52
> 	Using SSE optimized IMDCT transform
> 	AC3: 5.1 (3f+2r+lfe)  48000 Hz  448.0 kbit/s
> 	Using MMX optimized resampler
> 	AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
> 	Selected audio codec: [a52] afm: liba52 (AC3-liba52)
> 	==========================================================================
> 	xscreensaver_disable: xscreensaver wid=25190749.
> 	==========================================================================

Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
AC3: 5.1 (3f+2r+lfe)  48000 Hz  448.0 kbit/s
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
open: No such file or directory
vo_mga: Couldn't open /dev/mga_vid
open: No such file or directory
vo_mga: Couldn't open /dev/mga_vid
tdfxfb: can't open /dev/fb0: No such file or directory
==========================================================================

> 	Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> 	Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> 	==========================================================================

Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================

> 	AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
> 	Starting playback...
> 	VDec: vo config request - 1024 x 576 (preferred colorspace: Planar YV12)
> 	VDec: using Planar YV12 as output csp (no 0)
> 	Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
> 	VO: [xv] 1024x576 => 1024x576 Planar YV12 

alsa-init: no soundcards found: Success
Could not open/initialize audio device -> no sound.
Audio: no sound
Starting playback...
VDec: vo config request - 1024 x 576 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 1024x576 => 1024x576 Planar YV12
V:   3.4  83/ 83 123% 90%  0.0% 0 0

Looks to me as if your mplayer is using oss for sound output whereas 
mine is trying to use alsa. (My vague understanding is that these are 
two different interfaces between programs and the sound hardware.) Given 
that the package of mplayer (from marillat IIRC) is supposed to be for 
this version of debian and I guess they had it working when they 
packaged it I'm hoping that it's some sort of configuration thing on my 
installation. Maybe there's some dpkg-reconfigure incantation if I knew 
where to look.

FWIW I think there's something wrong with the sound setup on my machine 
because if I'm playing something in realplayer, xmms or audacity and 
something like a terminal tries to generate a sound (e.g. beep) it gets 
held up until xmms (or whatever) takes a break between tracks, and then 
it locks out xmms for a few seconds. The lockout time seems to be set in 
kde control centre's 'Sound & Multimedia'/'Sound System' settings.

I've tried installing ALSA and selecting it in kde control centre but I 
get an 'Informational artsmessage' 'Error while initialising the sound 
driver: device: default can't be opened for playback (No such device)"

-- 
John Stumbles


More information about the Sclug mailing list