Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2548 connectés 

 


Dernière réponse
Sujet : avifile et sdl
kalamityjoe C'est un compilant
 
dans le ./configure, j'ai ceci :
 
checking for /usr/X11R6/include/X11/extensions/dpms.h... yes
checking whether system declares DPMS functions in X11/extensions/dpms.h... yes checking for sdl-config... no
checking for sdl11-config... no
checking for sdl-config... no
checking for SDL - version >= 1.1.3... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: warning: Could not find SDL >= 1.1.3!
 
 
Alors, qu'il semble que j'ai le SDL 1.2 installé (/usr/lib/libSDL-1.2.so.0 et libSDL-1.2.so.0.0.2)
 
Et à la lecture d'un divx, j'ai ça
 
[geoffroy2@localhost divx]$ aviplay SHIVAREE.avi
fs seg 0x400a0000
Available CPU flags: fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr
384.958000 MHz AMD-K6(tm) 3D processor processor detected
MainAVIHeader: MicroSecPerFrame=40000 MaxBytesPerSec=0
 PaddingGranularity=0  Flags=[ HAS_INDEX IS_INTERLEAVED ] TotalFrames=5726
 InitialFrames=0  Streams=2  SuggestedBufferSize=0 WxH=384x288
AVIStreamHeader: FccType=vids FccHandler=divx Flags=[ ]
 InitialFrames=0 Scale=40000 Rate=1000000 Start=0 Length=5726
 SuggestedBufferSize=42038 Quality=10000 SampleSize=0 Rect l,r,t,b=0,384,0,288
AVIStreamHeader: FccType=auds FccHandler=0x0 Flags=[ ]
 InitialFrames=1 Scale=256 Rate=4000 Start=0 Length=3578
 SuggestedBufferSize=1792 Quality=-1 SampleSize=256 Rect l,r,t,b=0,0,0,0
Stream 0: 0x73646976 (vids) : 0x78766964 (divx)   5726 chunks (89.47KB)
Cache: Adding stream 0, 5726 chunks
Stream 1: 0x73647561 (auds) : 0x0 (unknown?)   3572 chunks (55.81KB)
Cache: Adding stream 1, 3572 chunks
Cache:   Creating cache for file descriptor: 7
Initialized stream 0 (Chunk table size 5726, format size 40)
Initialized stream 0 (Chunk table size 915713, format size 28)
Successfully opened SHIVAREE.avi
/usr/local/lib/avifile0.6/libwin32.so: found  A: 13  V: 46  plugins
/usr/local/lib/avifile0.6/libmpeg_audiodec.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmp3lame_audioenc.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmjpeg.so: found  A: 0  V: 1  plugin
/usr/local/lib/avifile0.6/libmad_audiodec.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libffmpeg.so: found  A: 2  V: 5  plugins
/usr/local/lib/avifile0.6/libdivx4.so: found  A: 0  V: 2  plugins
/usr/local/lib/avifile0.6/libaudiodec.so: found  A: 5  V: 0  plugins
/usr/local/lib/avifile0.6/libac3pass.so: found  A: 1  V: 0  plugin
Win32 LoadLibrary failed to load: DDRAW.DLL, /usr/lib/win32/DDRAW.DLL, /usr/local/lib/win32/DDRAW.DLL
Using DirectShow codec: divxdec.ax
Decoder does not support upside-down RGB frames
Decoder is capable of YUV output ( flags 0x1f )
Win32 DivX4 4.0 DirectShow video decoder created
Trying audio renderers: OSS,noaudio
Loaded DLL driver divxa32.acm
Windows Media Audio audio decoder created
src [wFormatTag=0x161, nChannels=1, nSamplesPerSec=32000, nAvgBytesPerSec=4000,
nBlockAlign=256, wBitsPerSample=16, cbSize=10]
dst [wFormatTag=0x01, nChannels=1, nSamplesPerSec=32000, nAvgBytesPerSec=64000,
nBlockAlign=2, wBitsPerSample=16, cbSize=0]
OSS audio renderer initialized
Video decoder thread lowered priority to 5
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
Warning: unsupported color space
AviPlayer2: FATAL: Error setting YUV decoder output at aviplay2.cpp: 172
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
Warning: unsupported bit depth
Direct mode is disabled
Erreur de segmentation

Votre réponse
Nom d'utilisateur    Pour poster, vous devez être inscrit sur ce forum .... si ce n'est pas le cas, cliquez ici !
Le ton de votre message                        
                       
Votre réponse


[b][i][u][strike][spoiler][fixed][cpp][url][email][img][*]   
 
   [quote]
 

Options

 
Vous avez perdu votre mot de passe ?


Vue Rapide de la discussion
kalamityjoe C'est un compilant
 
dans le ./configure, j'ai ceci :
 
checking for /usr/X11R6/include/X11/extensions/dpms.h... yes
checking whether system declares DPMS functions in X11/extensions/dpms.h... yes checking for sdl-config... no
checking for sdl11-config... no
checking for sdl-config... no
checking for SDL - version >= 1.1.3... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: warning: Could not find SDL >= 1.1.3!
 
 
Alors, qu'il semble que j'ai le SDL 1.2 installé (/usr/lib/libSDL-1.2.so.0 et libSDL-1.2.so.0.0.2)
 
Et à la lecture d'un divx, j'ai ça
 
[geoffroy2@localhost divx]$ aviplay SHIVAREE.avi
fs seg 0x400a0000
Available CPU flags: fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr
384.958000 MHz AMD-K6(tm) 3D processor processor detected
MainAVIHeader: MicroSecPerFrame=40000 MaxBytesPerSec=0
 PaddingGranularity=0  Flags=[ HAS_INDEX IS_INTERLEAVED ] TotalFrames=5726
 InitialFrames=0  Streams=2  SuggestedBufferSize=0 WxH=384x288
AVIStreamHeader: FccType=vids FccHandler=divx Flags=[ ]
 InitialFrames=0 Scale=40000 Rate=1000000 Start=0 Length=5726
 SuggestedBufferSize=42038 Quality=10000 SampleSize=0 Rect l,r,t,b=0,384,0,288
AVIStreamHeader: FccType=auds FccHandler=0x0 Flags=[ ]
 InitialFrames=1 Scale=256 Rate=4000 Start=0 Length=3578
 SuggestedBufferSize=1792 Quality=-1 SampleSize=256 Rect l,r,t,b=0,0,0,0
Stream 0: 0x73646976 (vids) : 0x78766964 (divx)   5726 chunks (89.47KB)
Cache: Adding stream 0, 5726 chunks
Stream 1: 0x73647561 (auds) : 0x0 (unknown?)   3572 chunks (55.81KB)
Cache: Adding stream 1, 3572 chunks
Cache:   Creating cache for file descriptor: 7
Initialized stream 0 (Chunk table size 5726, format size 40)
Initialized stream 0 (Chunk table size 915713, format size 28)
Successfully opened SHIVAREE.avi
/usr/local/lib/avifile0.6/libwin32.so: found  A: 13  V: 46  plugins
/usr/local/lib/avifile0.6/libmpeg_audiodec.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmp3lame_audioenc.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libmjpeg.so: found  A: 0  V: 1  plugin
/usr/local/lib/avifile0.6/libmad_audiodec.so: found  A: 1  V: 0  plugin
/usr/local/lib/avifile0.6/libffmpeg.so: found  A: 2  V: 5  plugins
/usr/local/lib/avifile0.6/libdivx4.so: found  A: 0  V: 2  plugins
/usr/local/lib/avifile0.6/libaudiodec.so: found  A: 5  V: 0  plugins
/usr/local/lib/avifile0.6/libac3pass.so: found  A: 1  V: 0  plugin
Win32 LoadLibrary failed to load: DDRAW.DLL, /usr/lib/win32/DDRAW.DLL, /usr/local/lib/win32/DDRAW.DLL
Using DirectShow codec: divxdec.ax
Decoder does not support upside-down RGB frames
Decoder is capable of YUV output ( flags 0x1f )
Win32 DivX4 4.0 DirectShow video decoder created
Trying audio renderers: OSS,noaudio
Loaded DLL driver divxa32.acm
Windows Media Audio audio decoder created
src [wFormatTag=0x161, nChannels=1, nSamplesPerSec=32000, nAvgBytesPerSec=4000,
nBlockAlign=256, wBitsPerSample=16, cbSize=10]
dst [wFormatTag=0x01, nChannels=1, nSamplesPerSec=32000, nAvgBytesPerSec=64000,
nBlockAlign=2, wBitsPerSample=16, cbSize=0]
OSS audio renderer initialized
Video decoder thread lowered priority to 5
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
Warning: unsupported color space
AviPlayer2: FATAL: Error setting YUV decoder output at aviplay2.cpp: 172
library compiled without SDL support - sorry no rendering
library compiled without SDL support - sorry no rendering
Warning: unsupported bit depth
Direct mode is disabled
Erreur de segmentation
NounouRs c une installe par RPM (et quel type) ou bien en compilant ?
 
C quoi le message d'erreur (fais un copié collé) ?
kalamityjoe sous mdk 8.1
J'arrive pas à installer aviplay. cause : il n'identifie pas la library SDL. pourtant, celle-ci est installée.
keskifofair ? Merci à ceux qui peuve m'aider !

Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)