No suitable decoder module for fourcc `XVID' [Solved]

*nix specific usage questions
L3oN
Blank Cone
Blank Cone
Posts: 13
Joined: 08 Dec 2006 00:46

Re: No suitable decoder module for fourcc `XVID'

Postby L3oN » 22 Jan 2008 01:05

Yes:

Code: Select all

rc libavformat0d 3:0.cvs20060823-3.1ubuntu4 ffmpeg file format library ii libavformat1d 3:0.cvs20070307-5ubuntu4+medibuntu3 ffmpeg file format library - Medibuntu package rc libavcodec0d 3:0.cvs20060823-3.1ubuntu4+medibuntu2 ffmpeg codec library - Medibuntu package ii libavcodec1d 3:0.cvs20070307-5ubuntu4+medibuntu3 ffmpeg codec library - Medibuntu package ii libpostproc0d 3:0.cvs20060823-3.1ubuntu4 ffmpeg video postprocessing library ii libpostproc1d 3:0.cvs20070307-5ubuntu4+medibuntu3 ffmpeg video postprocessing library - Medibu

brn0
New Cone
New Cone
Posts: 1
Joined: 22 Jan 2008 12:03

Re: No suitable decoder module for fourcc `XVID'

Postby brn0 » 22 Jan 2008 12:21

I had the same error on fedora fc8 (yeah I know, don't ask!)

rm ~/.vic; vlc -vvv --no-plugin-cache revealed the following error:

cannot load module `/usr/lib/vlc/codec/libffmpeg_plugin.so' (libmp4v2.so.0: cannot open shared object file: No such file or directory)

with a yum install libmp4v2 (apt-get install libmp4v2 should work for debian/ubuntu) and xvid/divx video worked!

seems like it is a package dependency problem, tho not just for fedora, as i had the same problem when compiling from the source tarball. so i don't know if its a videolan or ffmpeg dependency responsibility.

hope this helps

brn0

L3oN
Blank Cone
Blank Cone
Posts: 13
Joined: 08 Dec 2006 00:46

Re: No suitable decoder module for fourcc `XVID'

Postby L3oN » 22 Jan 2008 13:36

Ok... now it seems to work:

Code: Select all

vlc --reset-plugins-cache
Thanks for help :)

giaur
Blank Cone
Blank Cone
Posts: 42
Joined: 10 Jun 2008 19:29

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby giaur » 10 Jun 2008 19:36

To vlc developers: It seems you made vlc completly useless :!:

For me, problem can't be solved. There is no matter what I do: 0.8.6.e never works due to this bug and 0.8.6.c always works perfectly... I suggest to add this issue to list of known bugs and to fix it immediatelly...

vlc without xvid support is a piece of --please stay polite-- ...

My distro: Debian Sid, all required packages installed, and I have tried everything posted here

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby Jean-Baptiste Kempf » 10 Jun 2008 20:36

This is one of the most stupid comment ever...

VLC still support XVID perfectly.
The fact that YOUR distribution miscompiles VLC is NOT our fault.
If your VLC is correctly comiled, it has the FFmpeg plugin and support XVID.

Bug YOUR distribution. Not us.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

giaur
Blank Cone
Blank Cone
Posts: 42
Joined: 10 Jun 2008 19:29

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby giaur » 11 Jun 2008 06:59

Sorry, but this not ffmpeg or anything related bug. This is vlc related, because older version works, new wersion - don't. And Debian is probably one of best distros, so it's hard to assume that this is Debian, not vlc bug

What is changed in latest vlc causing stop it work? Even if this is not a bug, I thing you should consider to undo these changes, because they cause problems on some distros (as you can see)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby Jean-Baptiste Kempf » 11 Jun 2008 09:50

No. VLC works. Use a windows or a mac or a fedora to see...

"No suitable decoder module for fourcc 'XVID'" means the module cache is corrupted or the VLC is miscompiled and vlc-ffmpeg-plugin isn't there.

So, sorry, this isn't a VLC bug.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

giaur
Blank Cone
Blank Cone
Posts: 42
Joined: 10 Jun 2008 19:29

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby giaur » 11 Jun 2008 17:10

Hmmm it seems you are right :? I've just installed latest vlc version from Ubuntu repositories on my Debian machine and everything works... So the reason is that debian package in Sid is compiled without ffmpeg support :? Not nice anyway

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby Arite » 11 Jun 2008 22:58

Yes, I was having problems with the Debian (64-bit) sid repository version too. Haven't tried it for a bit though.

Arite.
Don't use PMs for support questions.

dosdo
New Cone
New Cone
Posts: 2
Joined: 21 Jun 2008 18:34

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby dosdo » 21 Jun 2008 18:48

I had the same problem with vlc 0.8.6.e-2.3+b1 in debian-testing and solved it as follows:

-- Uninstall vlc and all its dependencies.
-- Remove all installed packages from the repository www.debian-multimedia.org with Synaptic.
-- Remove www.debian-multimedia.org from my sources.list.
-- Update the list of packages from Synaptic (apt-get update).
-- Reinstall vlc and its dependencies from Synaptic.
-- Empty the cache from the terminal ($ rm ~ / .vlc/cache/plugins- *. dat)

Please, read this:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483000

dosdo
New Cone
New Cone
Posts: 2
Joined: 21 Jun 2008 18:34

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby dosdo » 21 Jun 2008 19:02

In http://www.debian-multimedia.org/ we can read this:

Code: Select all

18/06/2008 : Broken ffmpeg libraries : Since Debian use the same soname packages name than my packages, official packages (vlc, totem, etc...) linked against libavc* doesn't work with my libavc* packages. If you want to use vlc and friends you need to downgrade libavc* packages to the official packages. Beware : downgrading to these packages will remove all debian-multimedia packages who depends on libavc* To downgrade do the following : dpkg -l | grep 3:2008 for each package echoed do : apt-get install --reinstall <package>=0.svn20080206-8 0.svn20080206-8 is the unstable version and 0.cvs20070307-6 for testing (check with apt-cache for the current version). If somebody know a better solution tell me.

cb474
New Cone
New Cone
Posts: 6
Joined: 25 Jun 2008 00:32

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby cb474 » 25 Jun 2008 07:35

I had the same problem with vlc 0.8.6.e-2.3+b1 in debian-testing and solved it as follows:

-- Uninstall vlc and all its dependencies.
-- Remove all installed packages from the repository http://www.debian-multimedia.org with Synaptic.
-- Remove http://www.debian-multimedia.org from my sources.list.
-- Update the list of packages from Synaptic (apt-get update).
-- Reinstall vlc and its dependencies from Synaptic.
-- Empty the cache from the terminal ($ rm ~ / .vlc/cache/plugins- *. dat)
I used this method for solving the problem. But then what if I have some other packages (like Lame and Realplayer) that I want to use, which do come from debian-multimedia? My solution was to reenable the debian-multimedia repository and reinstall Lame and Realplayer and then disable debian-multimedia. But, of course, now I won't get updates to these packages, without constantly enabling and disabling the debian-multimedia repository.

If I leave debian-multimedia enabled, will vlc end up getting upgraded from that repositiory rather than from the official debian repositories? And then I'll end up with the problem all over again? What's the solution to this situation?

bugmenot
Blank Cone
Blank Cone
Posts: 91
Joined: 03 Feb 2008 16:15

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby bugmenot » 16 Jul 2008 07:41

I had the same problem with vlc 0.8.6.e-2.3+b1 in debian-testing and solved it as follows:

-- Uninstall vlc and all its dependencies.
-- Remove all installed packages from the repository http://www.debian-multimedia.org with Synaptic.
-- Remove http://www.debian-multimedia.org from my sources.list.
-- Update the list of packages from Synaptic (apt-get update).
-- Reinstall vlc and its dependencies from Synaptic.
-- Empty the cache from the terminal ($ rm ~ / .vlc/cache/plugins- *. dat)
I used this method for solving the problem. But then what if I have some other packages (like Lame and Realplayer) that I want to use, which do come from debian-multimedia? My solution was to reenable the debian-multimedia repository and reinstall Lame and Realplayer and then disable debian-multimedia. But, of course, now I won't get updates to these packages, without constantly enabling and disabling the debian-multimedia repository.

If I leave debian-multimedia enabled, will vlc end up getting upgraded from that repositiory rather than from the official debian repositories? And then I'll end up with the problem all over again? What's the solution to this situation?
Try locking the packages in Synaptic. Once you re-enable the repository and reload the package info, check which packages synaptic wants to upgrade, then select them and go to Package > Lock Package. This should theoretically take care of the problem, allowing you to only install those packages which do not mess with ffmpeg et al.

marceln
New Cone
New Cone
Posts: 1
Joined: 06 Aug 2008 20:48

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby marceln » 06 Aug 2008 20:54

Hello guys,

Just wanted to say that this problem appears on other platforms as well (slackware 12.1, in my case), because ffmpeg by default installs its headers in /usr/local/include/libavdevice, libavutil, etc. But vlc expects to find all the ffmpeg headers in the same location (/usr/local/include/ffmpeg, for instance).
This prevented vlc from compiling the avcodec plugin.
In my case I just created /usr/local/include/ffmpeg and copied all the headers there.

graysky
Blank Cone
Blank Cone
Posts: 21
Joined: 19 Nov 2008 22:42

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby graysky » 19 Nov 2008 22:46

Man, I have the same problem w/ my vlc on lenny amd64: after I installed some stuff from the http://www.debian-multimedia.org repo, my vlc doesn't display xvid at all :(
I had the same problem with vlc 0.8.6.e-2.3+b1 in debian-testing and solved it as follows:

-- Uninstall vlc and all its dependencies.
-- Remove all installed packages from the repository http://www.debian-multimedia.org with Synaptic.
-- Remove http://www.debian-multimedia.org from my sources.list.
-- Update the list of packages from Synaptic (apt-get update).
-- Reinstall vlc and its dependencies from Synaptic.
-- Empty the cache from the terminal ($ rm ~ / .vlc/cache/plugins- *. dat)
When I attempted to remove some of the packages from the multimedia repo, synaptic told me it wanted to remove gnome! I'm not sure how to proceede since I know I don't wanna let it remove my desktop :)

Image

Anyone?

BTW, vlc on my lenny box is 0.8.6h

zyndarius
New Cone
New Cone
Posts: 1
Joined: 06 Dec 2008 08:00

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby zyndarius » 06 Dec 2008 08:06

Man, I have the same problem w/ my vlc on lenny amd64: after I installed some stuff from the http://www.debian-multimedia.org repo, my vlc doesn't display xvid at all :(
I had the same problem with vlc 0.8.6.e-2.3+b1 in debian-testing and solved it as follows:

-- Uninstall vlc and all its dependencies.
-- Remove all installed packages from the repository http://www.debian-multimedia.org with Synaptic.
-- Remove http://www.debian-multimedia.org from my sources.list.
-- Update the list of packages from Synaptic (apt-get update).
-- Reinstall vlc and its dependencies from Synaptic.
-- Empty the cache from the terminal ($ rm ~ / .vlc/cache/plugins- *. dat)
When I attempted to remove some of the packages from the multimedia repo, synaptic told me it wanted to remove gnome! I'm not sure how to proceede since I know I don't wanna let it remove my desktop :)

Image

Anyone?

BTW, vlc on my lenny box is 0.8.6h
try to use apt-get install gnome to make apt-get to recognize the package as manually installed.

do the same with everything you are sure that must not be removed

and BTW, I am having the same problem in Debian Lenny amd64 with ver 0.8.6h

indiefan23

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby indiefan23 » 02 May 2011 13:06

This is one of the most stupid comment ever...

VLC still support XVID perfectly.
The fact that YOUR distribution miscompiles VLC is NOT our fault.
If your VLC is correctly comiled, it has the FFmpeg plugin and support XVID.

Bug YOUR distribution. Not us.
Know what? This is a total BS response. Your error message says it's impossible to fix and is totally misleading. Because of your arrogance it still says that 3 years later and I'm struggling to get it fixed on my computer. Yea, it's my distro's fault that the links to your software from your site don't work. then you try to fix it and all you get is key board warriors talking smack instead of the help these forums are supposed to provide for situations like this. GTFO.

Rémi Denis-Courmont
Developer
Developer
Posts: 15279
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby Rémi Denis-Courmont » 02 May 2011 13:40

Sorry but you're the one talking BS here, and that makes you badly ungrateful.

In this thread, VLC (and gstreamer too!) were broken because of the debian-multimedia garbage repository. And no, just removing the repository from the list does not fix the problem. It's not so easy once debian-multimedia messed up your Linux installation.

Neither the VideoLAN developers, nor your distirbution can fix problems caused by (your use of) debian-multimedia. We even have a PRETTY DAMN F*CKING CLEAR warning not to use Debian Multimedia EVER EVER at the very top of this forum. There is not much more we can do.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

indiefan23

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby indiefan23 » 02 May 2011 14:38

No. VLC works. Use a windows or a mac or a fedora to see...

"No suitable decoder module for fourcc 'XVID'" means the module cache is corrupted or the VLC is miscompiled and vlc-ffmpeg-plugin isn't there.

So, sorry, this isn't a VLC bug.
Good lord. Stop trying to deny responsibility. VLC spits out a decoder error so why not just pipe that into your UI instead of "this problem can't be fixed." I don't care who's fault it is, you guys can trap the error and provide help on how to fix it. Does it even matter? Standard use of your product on fedora crashes. It's reported and all you do is give people the run around.

You're totally full of it. Your software says its impossible to fix making it look like VLC purposefully controls something that prevents this operation. Stop making excuses and acting like I'm being a bad person for pointing out something that's obviously dumb is dumb. It's also obviously not a debian issue either since I get the same problems on Fedora, and I've seen other people having the same problems on other distros. It's pretty damn f*cking clear there's an issue of fragility of your releases if it's breaking everywhere, is it not?

Question: Did VLC mis-report a state as impossible to fix, that was actually possible to fix, and provide little to no information on the problem, rather discourage people from solving the issue?

Answer: Why yes it did, and the problem was reported to them years ago but everyone was too convinced of their awesome to do anything about it.

That's reality. If I'm grateful or ungrateful it still sucks and you pretending like it's not a problem is what's keeping it at that level.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No suitable decoder module for fourcc `XVID' [Solved]

Postby Jean-Baptiste Kempf » 02 May 2011 16:02

No. VLC works. Use a windows or a mac or a fedora to see...

"No suitable decoder module for fourcc 'XVID'" means the module cache is corrupted or the VLC is miscompiled and vlc-ffmpeg-plugin isn't there.

So, sorry, this isn't a VLC bug.
Good lord. Stop trying to deny responsibility. VLC spits out a decoder error so why not just pipe that into your UI instead of "this problem can't be fixed." I don't care who's fault it is, you guys can trap the error and provide help on how to fix it. Does it even matter? Standard use of your product on fedora crashes. It's reported and all you do is give people the run around.

You're totally full of it. Your software says its impossible to fix making it look like VLC purposefully controls something that prevents this operation. Stop making excuses and acting like I'm being a bad person for pointing out something that's obviously dumb is dumb. It's also obviously not a debian issue either since I get the same problems on Fedora, and I've seen other people having the same problems on other distros. It's pretty damn f*cking clear there's an issue of fragility of your releases if it's breaking everywhere, is it not?

Question: Did VLC mis-report a state as impossible to fix, that was actually possible to fix, and provide little to no information on the problem, rather discourage people from solving the issue?

Answer: Why yes it did, and the problem was reported to them years ago but everyone was too convinced of their awesome to do anything about it.

That's reality. If I'm grateful or ungrateful it still sucks and you pretending like it's not a problem is what's keeping it at that level.
And of course, you are being banned of here. Topic is locked too.

We have no time to spend with people unable to read and understand basic english and who refuse to understand basic concepts...
Not to mention insults...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 35 guests