Page 1 of 1

Unable to play .mp2

Posted: 16 Sep 2009 23:47
by geoffleach
Newbie here. Sorry if this is a FAQ.

Fedora 11 (up-to-date), source (latest) build configure options: -disable-swscale --disable-postproc --disable-fribidi --disable-qt4 --disable-skins2

I'm interested only in command line execution.

cvlc foo.mp2 results in "no suitable decoder module for fourcc `mpgv'"

Could someone kindly elucidate this? FWIW, the mp2 file is playable with mplayer.

Re: Unable to play .mp2

Posted: 17 Sep 2009 00:36
by Jean-Baptiste Kempf
do you have an avcodec module in vlc --list ?

Re: Unable to play .mp2

Posted: 17 Sep 2009 01:20
by geoffleach
No. Should have come in with ffmpeg. Thanks.

Re: Unable to play .mp2

Posted: 17 Sep 2009 17:59
by geoffleach
Turns out that ffmpeg builds only .a by default. One needs an option to get relocatable .so How strange is that?

Re: Unable to play .mp2

Posted: 17 Sep 2009 19:23
by Jean-Baptiste Kempf
--enable-shared?
You need to recompile VLC afterwards.