All AVI files gives : no suitable decoder module for fourcc

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
plume

All AVI files gives : no suitable decoder module for fourcc

Postby plume » 13 Nov 2005 14:46

Dear reader,

When trying to play an avi file, I can get the audio but not the video, whatever the encoding is (DIV3, DIVX, wma2, DX50, XVID, ...).

Note:
  • with other players (mplayer, xmms), I can play these files without any troubles.
    with vlc
    , I can play non-AVI files, like MPEG1/2 files.
Version:

Code: Select all

evo(~) [106] > vlc --version VLC media player snapshot-20051027 Janus VLC version snapshot-20051027 Janus Compiled by root. Compiler: gcc version 3.4.2 [FreeBSD] 20040728
Here is the error messages for a couple of files:

Code: Select all

VLC media player snapshot-20051027 Janus [00000256] main decoder error: no suitable decoder module for fourcc `DIV3'. VLC probably does not support this sound or video format. [00000322] main decoder error: no suitable decoder module for fourcc `DIVX'. VLC probably does not support this sound or video format. [00000323] main decoder error: no suitable decoder module for fourcc `wma2'. VLC probably does not support this sound or video format. [00000236] main playlist: nothing to play [00000329] main decoder error: no suitable decoder module for fourcc `DX50'. VLC probably does not support this sound or video format. [00000339] main decoder error: no suitable decoder module for fourcc `DIV3'. VLC probably does not support this sound or video format. [00000349] main decoder error: no suitable decoder module for fourcc `XVID'. VLC probably does not support this sound or video format. [00000359] main decoder error: no suitable decoder module for fourcc `DX50'. VLC probably does not support this sound or video format. [00000360] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000 No accelerated IMDCT transform found [00000369] main decoder error: no suitable decoder module for fourcc `DX50'. VLC probably does not support this sound or video format. [00000379] main decoder error: no suitable decoder module for fourcc `XVID'. VLC probably does not support this sound or video format. [00000380] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000
Thanks you for any help you can provide me with.

marc

sdhays-neon
Blank Cone
Blank Cone
Posts: 15
Joined: 14 Sep 2005 03:30

Postby sdhays-neon » 14 Nov 2005 07:39

Can you play any files with those encodings (DIV3, DIVX, etc...) in a different container (like MOV) or as an elementary stream? MPEG1/2 just proves that your MPEG1/2 codecs are installed properly; if you can play using a different container or as elementary streams, the problem would seem to be in your AVI demuxer. Otherwise the problem is that you lack those codecs. If that's the case, I'd suggest checking your VLC plugins folder. I had similar error messages before which were due to the proper plugins not getting included in the installer (which I was custom building). Of course, YMMV.

Hope that helps.

Scott
Scott Hays
R & D Engineer
Neon Advanced Technology Co., Ltd.

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Postby xtophe » 14 Nov 2005 13:41

Have you compiled VLC yourself ?
Is it compiled with ffmpeg ?

Code: Select all

vlc --list |grep ffmpeg
without ffmpeg VLC is not very useful
Xtophe

Guest

Postby Guest » 26 Nov 2005 04:27

Have you compiled VLC yourself ?
Is it compiled with ffmpeg ?

Code: Select all

vlc --list |grep ffmpeg
without ffmpeg VLC is not very useful
How do i do that? i also have these problems. i grabed my vlc from linuxpackages.net since i run slackware. i must compile vlc from source? how to compile with all these codecs?

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Postby xtophe » 26 Nov 2005 12:53

You need ffmpeg to read a lot of format as ffmpeg devs have done a great job.
So if the maintaner of your distro didn't include ffmpeg it's a bit silly.

So you need to find better packages or compile yourself
Xtophe

Guest

Postby Guest » 26 Nov 2005 15:13

You need ffmpeg to read a lot of format as ffmpeg devs have done a great job.
So if the maintaner of your distro didn't include ffmpeg it's a bit silly.

So you need to find better packages or compile yourself
Yes... that's why i asked how to compile them... ;)

jklsemicolon
New Cone
New Cone
Posts: 1
Joined: 08 Dec 2006 05:43

Postby jklsemicolon » 08 Dec 2006 05:49

Heres a guide to posix enviroment compiling:
http://developers.videolan.org/vlc/nix-compile.html

Download the source, run the configure script with appropriate options than "make".
Here is their long nasty example. You could model after this:

./configure --enable-x11 --enable-xvideo --disable-gtk --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --enable-mad --enable-libdvbpsi --enable-a52 --enable-dts --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-livedotcom --with-livedotcom-tree=/usr/lib/live --enable-caca --enable-skins --enable-skins2 --enable-alsa --disable-kde --disable-qt --enable-wxwindows --enable-ncurses --enable-release

if you have specific trouble with this, post your errors.

edit: oh god damn.. I didnt look at the year on that last post, sorry for the bump, but this was a high traffic link on google for

"main decoder error: no suitable decoder module for fourcc `DIVX'"


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 16 guests