
Code: Select all
==========================================================================
Opening audio decoder: [qtaudio] QuickTime Audio Decoder
win32 libquicktime loader (c) Sascha Sommer
Standard init done you may now call supported functions
loader_init DONE???
loader_init DONE!
InitializeQTML:0
SoundConverterOpen:0
SoundConverterSetInfo:0
SoundConverterGetBufferSizes:131072
WantedBufferSize = 176400
InputBufferSize = 13000
OutputBufferSize = 163848
FramesToGet = 10
FrameSize: 1300 -> 16384
SoundConverterBeginConversion:0
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 13997->176400 (112.0 kbit)
Selected audio codec: [qdmc] afm:qtaudio (Quicktime QDMC/QDM2 audio decoders)
==========================================================================
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmjpeg] vfm:ffmpeg (FFmpeg MJPEG decoder)
==========================================================================
AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Start playing...
mjpeg: JFIF header found (version: 2.1)
mjpeg: Adobe header found
VDec: vo config request - 640 x 272 (preferred csp: Planar 444P)
Couldn't find matching colorspace - retrying with -vop scale... <--- maybe this is the problem??
Opening video filter: [scale]
VDec: using Planar 444P as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
SwScaler: reducing / aligning filtersize 1 -> 4
SwScaler: reducing / aligning filtersize 9 -> 8
SwScaler: reducing / aligning filtersize 1 -> 1
SwScaler: reducing / aligning filtersize 9 -> 8
SwScaler: BICUBIC scaler, from Planar 444P to Planar YV12 using MMX2
VO: [xv] 640x272 => 640x272 Planar YV12
A: 0.2 V: 0.0 A-V: 0.166 ct: 0.017 1/ 1 0% 0% 0.0% 0 0 0%
SoundConverterEndConversion:0
SoundConverterClose:1112866816
TerminateQTML:1
qt dll loader uninit done
Exiting... (End of file)

I had the same problem, but I found this on the mailing lists:karl11 wrote:The fullscreen version of LOTR trailer won't work since they have shockwave type stuff (although quicktime versions)....you need to go get the large version instead. I'm almost certain this is your problem. If you didn't just try to get the fullscreen version to run, then please inform me.
Karl
It does work... And the resolution on my poor 17" at 1024x768 is pretty damn good!Arpi wrote: Hi,
-vid 5 -aid 6
the default video track is a single jpeg image in this silly mov file...

Code: Select all
mplayer-quicktime TheTwoTowers_fs.l.mov
/usr/lib/wine/bin/wine: could not load 'Z:\opt\mplayer-quicktime\bin\mplayer.exe.so': /opt/mplayer-quicktime/bin/mplayer.exe.so: undefined symbol: init_freetype

Looks like a freetype error to me... Try doing an "ldd /opt/mplayer-quicktime/bin/mplayer.exe.so" and make sure you see something like this:sordid wrote:My problem:
Code: Select all
mplayer-quicktime TheTwoTowers_fs.l.mov /usr/lib/wine/bin/wine: could not load 'Z:\opt\mplayer-quicktime\bin\mplayer.exe.so': /opt/mplayer-quicktime/bin/mplayer.exe.so: undefined symbol: init_freetype
Code: Select all
libfreetype.so.6 => /usr/lib/libfreetype.so.6


Have you tried using some other audio output device?Saturn wrote:Hi,
I just emerged mplayer-quicktime. Video is just fine but there is no nound.
For example, If I type mplayer-quicktime -ao alsa9 -vo xv *.mov
I get this message:
<snip>
alsa-init: testing and bugreports are welcome.
alsa-init: requested format: 44100 Hz, 2 channels, Signed 16-bit (Little-Endian)
alsa-init: 1 soundcard found, using: hw:0,0
ALSA lib dlmisc.c:97:(snd_dlsym_verify) unable to verify version for symbol snd_
config_hook_load
ALSA lib conf.c(snd_config_hooks_call) symbol snd_config_hook_load is not
defined inside (null)
ALSA lib conf.c(snd_config_update_r) hooks failed, removing configuration
alsa-init: playback open error: No such device or address
couldn't open/init audio device -> no sound
Any idea?
Thanks
Without?Lin_Matt wrote:The folks at mplayer have done it! Full quicktime support without wine!
Code: Select all
# emerge -p mplayer-cvs
These are the packages that I would merge, in order.
Calculating dependencies ...done!
[ebuild N ] app-emulation/wine-20021031
[ebuild N ] media-video/mplayer-cvs-0.91Code: Select all
>>> Unpacking source...
* Running cvs -q -f -z4 update -dP -rHEAD with mplayerhq.hu:/cvsroot/mplayer for main/...
/usr/sbin/ebuild.sh: cvs: command not found
!!! ERROR: media-video/mplayer-cvs-0.91 failed.
!!! Function cvs_fetch, Line -9918, Exitcode 127
!!! died running cvs update

This is the problem kan reported above. Either go ahead and emerge cvs manually, or re-download the ebuild. The dependencies are fixed there...spendabuck wrote:this is what I get when I try to emerge the cvs ebuild..
shape mplayer-quicktime # emerge mplayer-cvs
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/mplayer-cvs-0.91 to /
>>> md5mp-arial-iso-8859-1.zip
>>> md5mp-arial-iso-8859-2.zip
>>> md5mplayer-quicktime-dlls.tar.bz2
>>> md5default-skin-0.1.tar.bz2
>>> Unpacking source...
* Running cvs -q -f -z4 update -dP -rHEAD with mplayerhq.hu:/cvsroot/mplayer for main/...
/usr/sbin/ebuild.sh: cvs: command not found
!!! ERROR: media-video/mplayer-cvs-0.91 failed.
!!! Function cvs_fetch, Line -9918, Exitcode 127
!!! died running cvs update