[vlc-devel] FFMpeg question.

Jean-Baptiste Kempf jb at videolan.org
Wed Mar 7 01:00:37 CET 2007


Hi,

I was trying to add support for ZMBV (DosBox Codec) because ppl have
asked for it on the forum.
FFMPEG is able to Decode/Encode it.

I did a:
@@ -944,6 +947,10 @@
       VIDEO_ES, "VMware Video" },
 #endif
 
+    /* DOSBOX Capture Codec */
+    { VLC_FOURCC('Z','M','B','V'), CODEC_ID_ZMBV,
+              VIDEO_ES, "DosBox Capture Video" },
+
     /*
      *  Image codecs
      */

to codec/ffmpeg/ffmpeg.c

But VLC runs and tells me:
[00000557] main video output error: no chroma module for RV24 to YUY2

Compiling ffmpeg with or without --enable-swscaler does not change
anything... 

What did I do wrong ?

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list