Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

mplayer, qt - gentoo-sources

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
TRauMa
n00b
n00b
User avatar
Posts: 43
Joined: Tue Nov 26, 2002 4:04 am
Location: Germany

mplayer, qt - gentoo-sources

  • Quote

Post by TRauMa » Wed Feb 05, 2003 7:41 pm

Hi,

after long being unable to watch quicktime with sorenson 3, i think i found the hard to trace problem:
mplayer FAQ wrote: Q: MPlayer exits with some error when using l3codeca.acm.
A: Check ldd /usr/local/bin/mplayer output. If it contains
libc.so.6 => /lib/libc.so.6 (0x4???????)
where "?" is any number then it's OK, the error is not here. If it is:
libc.so.6 => /lib/libc.so.6 (0x00??????)
then there is a problem with your kernel/libc. Maybe you are using some security patches (for example Solar Designer's OpenWall patch) which forces loading libraries to very low addresses. Because l3codeca.acm is a non-relocatable DLL, it must be loaded to 0x00400000, we can't change this. You should use a non-patched kernel, or use MPlayer's -afm 1 option to disable using l3codeca.acm.
When I do

Code: Select all

ldd /usr/bin/mplayer
I get

Code: Select all

libpostproc.so.0 => /usr/lib/libpostproc.so.0 (0x1556a000)
        libdvdnav.so.1 => /usr/lib/libdvdnav.so.1 (0x15573000)
        libdvdread.so.2 => /usr/lib/libdvdread.so.2 (0x15586000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x155ac000)
        libmad.so.0 => /usr/lib/libmad.so.0 (0x155fc000)
        libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x15618000)
        libogg.so.0 => /usr/lib/libogg.so.0 (0x15638000)
        libdv.so.2 => /usr/lib/libdv.so.2 (0x1563d000)
        libdivxdecore.so.0 => /usr/lib/libdivxdecore.so.0 (0x15666000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0x156b2000)
        libz.so.1 => /usr/lib/libz.so.1 (0x156de000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x156ed000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0x1570d000)
        libdl.so.2 => /lib/libdl.so.2 (0x1579a000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x1579d000)
        libcdda_interface.so.0 => /usr/lib/libcdda_interface.so.0 (0x157f0000)
        libcdda_paranoia.so.0 => /usr/lib/libcdda_paranoia.so.0 (0x1580b000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x15814000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x15829000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x15a79000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x15ae5000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x15afe000)
        libm.so.6 => /lib/libm.so.6 (0x15b11000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x15b34000)
        libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x15b56000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x15b64000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x15b97000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x15bcc000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x15bd0000)
        libaa.so.1 => /usr/lib/libaa.so.1 (0x15c3a000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x15c55000)
        libXxf86dga.so.1 => /usr/X11R6/lib/libXxf86dga.so.1 (0x15c9e000)
        libXv.so.1 => /usr/X11R6/lib/libXv.so.1 (0x15ca4000)
        libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0x15ca9000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x15cae000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x15cbe000)
        libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x15d9e000)
        libgif.so.4 => /usr/lib/libgif.so.4 (0x15dff000)
        libesd.so.0 => /usr/lib/libesd.so.0 (0x15e07000)
        libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x15e10000)
        libc.so.6 => /lib/libc.so.6 (0x15e34000)
        libpopt.so.0 => /usr/lib/libpopt.so.0 (0x15f61000)
        libXft.so.1 => /usr/X11R6/lib/libXft.so.1 (0x15f68000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x15f95000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0x15f9c000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x15fb0000)
        libslang.so.1 => /usr/lib/libslang.so.1 (0x15fd8000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x1603c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x15556000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x163d7000)
This, in my opinion, could be the problem why I can't play Quicktime Sorenson 3 movies...
The problem is: I'm running gentoo-sources-2.4.19-r10 and I disabled GRSecurity completely. So what can I do? I know there is at least one gentoo-sources user watching exactly this Ellen Feiss.mov... :-(
So, please, tell me that magic kernel option I have wrong and others don't.

Output from gmplayer (highlighting by me):
MPlayer 0.90rc3-3.2.1 (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/share/mplayer/mplayer.conf
Reading config file /home/trauma/.mplayer/config
Reading /home/trauma/.mplayer/codecs.conf: can't open '/home/trauma/.mplayer/codecs.conf': No such file or directorynf: 49 audio & 130 video codecs
Failed to open /dev/rtc: Device or resource busy (mplayer should be setuid root or /dev/rtc should be readable by the user.)/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Using usleep() timing
Can't open input config file /home/trauma/.mplayer/input.conf : No such file or directoryfig file /usr/share/mplayer/input.conf parsed : 50 binds

Playing EllenFeiss_m480.mov
480.mov ext: .mov

!!! trying demuxer 7 based on filename extension
QuickTime/MOV file format detected.
--------------
MOV track #0: 120 chunks, 720 samples
MOV: Found unknown movie atom SMI (21)!
Image size: 480 x 360 (24 bpp)
Display size: 480 x 360
Fourcc: SVQ3 Codec: 'Sorenson Video 3'
--------------
MOV track #1: 60 chunks, 0 samples
Audio bits: 16 chans: 2 rate: 44100
Audio extra header: len=92 fcc=0x77617665
Fourcc: QDM2
--------------
MOV: longest streams: A: #1 (60 samples) V: #0 (720 samples)
Clip info:
name: Apple: Switch
copyright: ©2002 Apple, Inc.
comments: QuickTime 5 version by RDW, Apple
==========================================================================
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!
Error no 12
VirtualAlloc(0x0x66800000, 4259840) failed
External func COMCTL32.dll:17
External func COMCTL32.dll:16
Unsupported QuickTime version (0x1747c330)
ADecoder preinit failed :(
InitializeQTML:268498899
ADecoder init failed :(

*** Try to upgrade /home/trauma/.mplayer/codecs.conf from etc/codecs.conf
*** If it still does not work, read DOCS/codecs.html!
Cannot find codec for audio format 0x324D4451.
==========================================================================
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [qtvideo] Quicktime Video decoder
theQuickTimeDispatcher catched -> 0x1747c330
Win32 Warning: Accessed uninitialized Critical Section (0x17705210)!
Win32 Warning: Accessed uninitialized Critical Section (0x177051f8)!


MPlayer interrupted by signal 4 in module: init_video_codec
- MPlayer crashed by an 'Illegal Instruction'.
It usually happens when you run it on a CPU different than the one it was
compiled/optimized for.
Verify this!
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. For details, see DOCS/bugreports.html#crash.b.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc
version. If you think it's MPlayer's fault, please read DOCS/bugreports.html
and follow the instructions there. We can't and won't help unless you provide
this information when reporting a possible bug.

Top
pilla
Bodhisattva
Bodhisattva
User avatar
Posts: 7732
Joined: Wed Aug 07, 2002 8:19 pm
Location: Underworld

  • Quote

Post by pilla » Wed Feb 05, 2003 8:50 pm

I could only play quicktime with mplayer when I changed to vanilla-sources.... I've posted it on the end of this thread.
"I'm just very selective about the reality I choose to accept." -- Calvin
Top
TRauMa
n00b
n00b
User avatar
Posts: 43
Joined: Tue Nov 26, 2002 4:04 am
Location: Germany

  • Quote

Post by TRauMa » Wed Feb 05, 2003 9:12 pm

I diffed the .config of the kernel from the user mentioned above and the only perhaps relevant part was
CONFIG_3GB=y
vs
CONFIG_1GB=y

and the fact that my config still was set to gcc<31

Im compiling right now, we'll see... *sigh*
Top
TRauMa
n00b
n00b
User avatar
Posts: 43
Joined: Tue Nov 26, 2002 4:04 am
Location: Germany

  • Quote

Post by TRauMa » Wed Feb 05, 2003 9:52 pm

:D :D :D :D :D :D :D HAHA! :D :D :D :D :D :D :D

That did it! So, folks, if your ldd gives the output as above, make sure your .config in /usr/src/linux/ contains

Code: Select all

CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_3GB is not set
# CONFIG_05GB is not set
and you set the proper compiler version. Odd enough, to get that line in there and not the 3GB version, I have to set the user address space size to 3GB.

You can access both settings under "Processor type and features"

Addon: thanks to karl11 for verifying with his .config that that indeed was the problem.
Addon2: The setting isn't odd :) The symbol means kernel address space, the list in the menu user address space, they always total to 4 GB (without highmem) on a 32bit-architecture.
Top
pilla
Bodhisattva
Bodhisattva
User avatar
Posts: 7732
Joined: Wed Aug 07, 2002 8:19 pm
Location: Underworld

  • Quote

Post by pilla » Thu Feb 06, 2003 12:01 am

It works now, thanks.

I think it also caused problems with prelink. I'll have to reemerge it to see if it is true.
"I'm just very selective about the reality I choose to accept." -- Calvin
Top
aridhol
Guru
Guru
Posts: 509
Joined: Mon Jan 20, 2003 3:25 pm
Location: Stockholm, Sweden
Contact:
Contact aridhol
Website

  • Quote

Post by aridhol » Wed Feb 19, 2003 4:30 pm

I've still got problems.
All I see is a green sluggish screen and crappy sound. MP3s play perfectly, but not mpg or quicktime.
I've tried emerging mplayer and mplayer-cvs.
I've tried changing the CONFIG_1GB=y and I've tried setting CONFIG_3GB=y as suggested in another thread.

My output running mplayer:

Code: Select all

user@uxstud user $ mplayer /home/user/SparaHär/TheTwoTowers-tlr_240.mov
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/share/locale


MPlayer 0.90rc2-3.2.1 (C) 2000-2002 Arpad Gereoffy (see DOCS)

CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 10)
SSE supported but disabled
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2

Reading config file /usr/share/mplayer/mplayer.conf
Reading config file /home/user/.mplayer/config
Reading /home/user/.mplayer/codecs.conf: 50 audio & 135 video codecs
init_freetype
Failed to open /dev/rtc: No such file or directory (mplayer should be setuid root or /dev/rtc should be readable by the user.)
Using usleep() timing
Can't open input config file /home/user/.mplayer/input.conf : No such file or directory
Input config file /usr/share/mplayer/input.conf parsed : 50 binds

Playing /home/user/SparaHär/TheTwoTowers-tlr_240.mov
Cache fill:  0.00% (0 bytes)    Detected QuickTime/MOV file format!
--------------
MOV track #0: 726 chunks, 2175 samples
MOV: Found unknown movie atom SMI  (21)!
Image size: 240 x 104 (24 bpp)
Display size: 240 x 104
Fourcc: SVQ3  Codec: 'Sorenson Video 3'
--------------
MOV track #1: 363 chunks, 0 samples
Audio bits: 16  chans: 2  rate: 22050
Audio extra header: len=92  fcc=0x77617665
Fourcc: QDM2
--------------
MOV: best streams: A: #1 (363 samples)  V: #0 (2175 samples)
Clip info:
 name: Lord of The Rings: The Two Towers
 copyright: ©2002 New Line Cinema
 comments: QuickTime 5 version encoded and delivered by www.apple.com/trailers
==========================================================================
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!
External func COMCTL32.dll:17
External func COMCTL32.dll:16
QuickTime5 DLLs found
QuickTime.qts patched!!! old entry=0x62924c30
theQuickTimeDispatcher catched -> 0x62924c30
Win32 Warning: Accessed uninitialized Critical Section (0x62b7fcd0)!
WARNING! Invalid Ptr handle!
Win32 Warning: Accessed uninitialized Critical Section (0x62b7fcb8)!
### FindNext: QuickTimeInternetExtras.qtx
### FindNext: QuickTimeEssentials.qtx
### FindNext: 3ivX.qtx
### FindNext: BeHereiVideo.qtx
### FindNext: Indeo4.qtx
### FindNext: On2_VP3.qtx
### FindNext: ZyGoVideo.qtx
### FindNext: QuickTimeInternetExtras.qtx
### FindNext: QuickTimeEssentials.qtx
### FindNext: 3ivX.qtx
### FindNext: BeHereiVideo.qtx
### FindNext: Indeo4.qtx
### FindNext: On2_VP3.qtx
### FindNext: ZyGoVideo.qtx
### FindNext: QuickTimeInternetExtras.qtx
### FindNext: QuickTimeEssentials.qtx
### FindNext: 3ivX.qtx
### FindNext: BeHereiVideo.qtx
### FindNext: Indeo4.qtx
### FindNext: On2_VP3.qtx
### FindNext: ZyGoVideo.qtx
theQuickTimeDispatcher catched -> 0x62924c30
theQuickTimeDispatcher catched -> 0x62924c30
InitializeQTML:0
SoundConverterOpen:0
SoundConverterSetInfo:0
SoundConverterGetBufferSizes:65536
WantedBufferSize = 88200
InputBufferSize  = 4640
OutputBufferSize = 81928
FramesToGet = 10
FrameSize: 464 -> 8192
SoundConverterBeginConversion:0
AUDIO: 22050 Hz, 2 ch, 16 bit (0x10), ratio: 4996->88200 (40.0 kbit)
Selected audio codec: [qdmc] afm:qtaudio (Quicktime QDMC/QDM2 audio decoders)
==========================================================================
==========================================================================
Opening video decoder: [qtvideo] Quicktime Video decoder
InitializeQTML returned 0
Count = 1
Found it! ID = 0x100FC
ci=0x810006
ImageCodecInitialize->(nil)  size=0 (16)
Flags: compr: 0x800420  decomp: 0x400 format: 0x2060
Codec name: Sorenson Video 3
ImageDescription size: 111
 6F 00 00 00 33 51 56 53 00 00 00 00 00 00 00 00
 03 00 80 13 20 49 4D 53 FF 03 00 00 00 02 00 00
 F0 00 68 00 00 00 48 00 00 00 48 00 00 00 00 00
 01 00 10 53 6F 72 65 6E 73 6F 6E 20 56 69 64 65
 6F 20 33 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 18 00 FF FF 00 00 00 15 53 4D 49 20 53 45
 51 48 00 00 00 05 E1 E0 0D 19 C0 00 00 00 00
=============== ImageDescription at 0x85866a8 ==================
idSize=0x6F  fourcc=0x53565133
ver=3 rev=4992 vendor=0x534D4920
tempQ=1023 spatQ=512  dim: 240 x 104  dpi: 4718592 x 4718592  depth: 24
dataSize=0 frameCount=1 clutID=-1
name='Sorenson Video 3'
00 00 00 15 | 53 4D 49 20 | 53 45 51 48 | 00 00 00 05
=========================================================
imgfmt: Packed YUY2 qt_imgfmt: svuy
VDec: vo config request - 240 x 104 (preferred csp: Packed YUY2)
VDec: using Packed YUY2 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [sdl] 240x104 => 240x104 Packed YUY2  [fs]
SDL: Using driver: x11
SDL: Info - please use -vm or -zoom to switch to best resolution.
Selected video codec: [qtsvq3] vfm:qtvideo (win32/quicktime SVQ3 decoder)
==========================================================================
SDL: Samplerate: 22050Hz Channels: Stereo Format Signed 16-bit (Little-Endian)
mcop warning: user defined signal handler found for SIG_PIPE, overriding
AO: [sdl] 22050Hz 2ch Signed 16-bit (Little-Endian)
Building audio filter chain for 22050Hz/2ch/16bit -> 22050Hz/2ch/16bit...
Start playing...
NewGWorldFromPtr returned:65536
ImageCodecPreDecompress cres=0x0
supported csp: 0x79757675 uvuy
supported csp: 0x79757673 svuy
SoundConverterEndConversion:0 ct:  0.005    5/  5   0%  0%  0.0% 0 0 62%
SoundConverterClose:0

Exiting... (Quit)
and mplayer-cvs:

Code: Select all

user@uxstud user $ mplayer-cvs /home/user/SparaHär/TheTwoTowers-tlr_240.mov
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /opt/mplayer-cvs//share/locale


MPlayer dev-CVS-030219-16:59-3.2.1 (C) 2000-2003 Arpad Gereoffy (see DOCS)

CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 10)
Detected cache-line size is 32 bytes
SSE supported but disabled
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2

Reading config file /opt/mplayer-cvs//etc/mplayer.conf: No such file or directory
Reading config file /home/user/.mplayer/config
Reading /home/user/.mplayer/codecs.conf: 50 audio & 135 video codecs
font: can't open file: /home/user/.mplayer/font/font.desc
font: can't open file: /opt/mplayer-cvs//etc/font/font.desc
Failed to open /dev/rtc: No such file or directory (mplayer should be setuid root or /dev/rtc should be readable by the user.)
Using usleep() timing
Can't open input config file /home/user/.mplayer/input.conf : No such file or directory
Input config file /opt/mplayer-cvs//etc/input.conf parsed : 52 binds

Playing /home/user/SparaHär/TheTwoTowers-tlr_240.mov
QuickTime/MOV file format detected.
--------------
MOV track #0: 726 chunks, 2175 samples
MOV: Found unknown movie atom SMI  (21)!
Image size: 240 x 104 (24 bpp)
Display size: 240 x 104
Fourcc: SVQ3  Codec: 'Sorenson Video 3'
--------------
MOV track #1: 363 chunks, 0 samples
Audio bits: 16  chans: 2  rate: 22050
Audio extra header: len=92  fcc=0x77617665
Fourcc: QDM2
--------------
MOV: longest streams: A: #1 (363 samples)  V: #0 (2175 samples)
Clip info:
 name: Lord of The Rings: The Two Towers
 copyright: ©2002 New Line Cinema
 comments: QuickTime 5 version encoded and delivered by www.apple.com/trailers
==========================================================================
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!
External func COMCTL32.dll:17
External func COMCTL32.dll:16
QuickTime5 DLLs found
QuickTime.qts patched!!! old entry=0x62924c30
theQuickTimeDispatcher catched -> 0x62924c30
Win32 Warning: Accessed uninitialized Critical Section (0x62b7fcd0)!
WARNING! Invalid Ptr handle!
Win32 Warning: Accessed uninitialized Critical Section (0x62b7fcb8)!

### Searching for QuickTime plugins (*.qtx) at /usr/lib/win32...
### FindNext: QuickTimeInternetExtras.qtx
### FindNext: QuickTimeEssentials.qtx
### FindNext: 3ivX.qtx
### FindNext: BeHereiVideo.qtx
### FindNext: Indeo4.qtx
### FindNext: On2_VP3.qtx
### FindNext: ZyGoVideo.qtx
theQuickTimeDispatcher catched -> 0x62924c30
theQuickTimeDispatcher catched -> 0x62924c30
InitializeQTML:0
SoundConverterOpen:0
SoundConverterSetInfo:0
SoundConverterGetBufferSizes:65536
WantedBufferSize = 88200
InputBufferSize  = 4640
OutputBufferSize = 81928
FramesToGet = 10
FrameSize: 464 -> 8192
SoundConverterBeginConversion:0
AUDIO: 22050 Hz, 2 ch, 16 bit (0x10), ratio: 4996->88200 (40.0 kbit)
Selected audio codec: [qdmc] afm:qtaudio (Quicktime QDMC/QDM2 audio decoders)
==========================================================================
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [qtvideo] Quicktime Video decoder
InitializeQTML returned 0
Count = 1
Found it! ID = 0x100FC
ci=0x810006
ImageCodecInitialize->(nil)  size=0 (16)
Flags: compr: 0x800420  decomp: 0x400 format: 0x2060
Codec name: Sorenson Video 3
ImageDescription size: 111
 6F 00 00 00 33 51 56 53 00 00 00 00 00 00 00 00
 03 00 80 13 20 49 4D 53 FF 03 00 00 00 02 00 00
 F0 00 68 00 00 00 48 00 00 00 48 00 00 00 00 00
 01 00 10 53 6F 72 65 6E 73 6F 6E 20 56 69 64 65
 6F 20 33 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 18 00 FF FF 00 00 00 15 53 4D 49 20 53 45
 51 48 00 00 00 05 E1 E0 0D 19 C0 00 00 00 00
=============== ImageDescription at 0x85456a8 ==================
idSize=0x6F  fourcc=0x53565133
ver=3 rev=4992 vendor=0x534D4920
tempQ=1023 spatQ=512  dim: 240 x 104  dpi: 4718592 x 4718592  depth: 24
dataSize=0 frameCount=1 clutID=-1
name='Sorenson Video 3'
00 00 00 15 | 53 4D 49 20 | 53 45 51 48 | 00 00 00 05
=========================================================
imgfmt: Packed YUY2 qt_imgfmt: svuy
VDec: vo config request - 240 x 104 (preferred csp: Packed YUY2)
VDec: using Packed YUY2 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 240x104 => 240x104 Packed YUY2
Selected video codec: [qtsvq3] vfm:qtvideo (win32/quicktime SVQ3 decoder)
==========================================================================
Checking audio filter chain for 22050Hz/2ch/16bit -> 22050Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 22050 hz, little endian signed int
AF_pre: 22050Hz 2ch Signed 16-bit (Little-Endian)
audio_setup: Can't open audio device /dev/sound/dsp: No such file or directory
alsa-init: testing and bugreports are welcome.
alsa-init: requested format: 22050 Hz, 2 channels, Signed 16-bit (Little-Endian)
alsa-init: no soundcards found: Success
AO: [arts] Connected to sound server
AO: [arts] Stream opened
AO: [arts] buffer size: 20480
AO: [arts] packet size: 2048
AO: [arts] 22050Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 22050Hz/2ch/16bit -> 22050Hz/2ch/16bit...
Starting playback...
NewGWorldFromPtr returned:65536
ImageCodecPreDecompress cres=0x0
supported csp: 0x79757675 uvuy
supported csp: 0x79757673 svuy
SoundConverterEndConversion:0 ct: -0.066   28/ 28   3%  9%  3.6% 0 0 0%
SoundConverterClose:0

Exiting... (Quit)
I have nothing in my ~/.mplayer/config and I have tried copying the codecs.conf and I've checked I have the apropriate Quicktime-files in /usr/lib/win32/

I've checked my ldd and it's correct according to the post above...

Now what do I check?
And keep it simple, I suck at this :oops:
72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job."
Top
Post Reply

6 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic