[Libav-user] in the list of supported Encoder, i will only get the libx264rgb codec but not the libx264

jan hölscher jan.hoelscher at codergrid.de
Sun Feb 19 14:12:09 CET 2012


Hi,

but now when i try to get the codecs with the following code, i did not get
both libx264 codecs anymore

    AVCodec *p = NULL;
    int a = 0;
    while ((p = av_codec_next(p))) {
      if (p->encode ) {
        JSONNode cnode(JSON_NODE);
        cnode.push_back(JSONNode("longname", p->long_name));
        cnode.push_back(JSONNode("id", p->name));
        cnode.push_back(JSONNode("type", p->type));
        c.push_back(cnode);
      }
    }

under pastebin is the resulting list of codecs.

http://pastebin.com/kbUMyK4i


./ffmpeg
ffmpeg version 0.9.1.git Copyright (c) 2000-2012 the FFmpeg developers
  built on Feb 19 2012 01:12:38 with gcc 4.0.1 (Apple Inc. build 5490)
  configuration:
--prefix=/private/tmp/workspace/ffmpeg/build_type/debug/label/mac/trunk/source/build/ffmpeg
--extra-cflags=-I/private/tmp/workspace/ffmpeg/build_type/debug/label/mac/trunk/source/build/include
--extra-ldflags=-L/private/tmp/workspace/ffmpeg/build_type/debug/label/mac/trunk/source/build/lib
--enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libvorbis
--enable-libtheora --enable-libvpx --disable-devices
--extra-cflags=-fno-common --disable-stripping --disable-zlib --enable-gpl
--enable-shared --disable-static
  libavutil      51. 39.100 / 51. 39.100
  libavcodec     54.  3.100 / 54.  3.100
  libavformat    54.  1.100 / 54.  1.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 62.101 /  2. 62.101
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100

2012/2/17 Carl Eugen Hoyos <cehoyos at ag.or.at>

> jan hölscher <jan.hoelscher at ...> writes:
>
> >    V    libx264
>
> Should be fixed, thank you.
>
> Carl Eugen
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>



-- 
*Media Encoding Cluster <http://codergrid.de>, *
*the first Open Source Cluster Encoding Solution *
*for distributed Media Encoding.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20120219/4609a4f8/attachment.html>


More information about the Libav-user mailing list