I tried to convert a file to Dirac format and got the following in the Messages :
Code: Select all
avcodec error: cannot find encoder Dirac
*** Your FFMPEG installation is crippled. ***
*** Please check with your FFMPEG packager. ***
*** This is NOT a VLC media player issue. ***
AFAIK VLC is a self-contained player/encoder of many formats and does not depend on system/external codecs.
What am I missing ?
P.S.
I got a similar error with Theora, until I installed Xiph.org's opencodec pack.
So VLC does indeed depend on external codecs and libtheora_plugin.dll is only a decoder and libavcodec_plugin.dll does not contain support for Theora ?