[FFmpeg-devel] [PATCH] VP8 de/encode via libvpx

James Zern jzern
Wed May 26 20:04:22 CEST 2010


On Wed, May 26, 2010 at 13:17, Aurelien Jacobs <aurel at gnuage.org> wrote:
> On Wed, May 26, 2010 at 01:01:23PM -0400, James Zern wrote:
>> On Tue, May 25, 2010 at 20:42, Diego Biurrun <diego at biurrun.de> wrote:
>> > On Tue, May 25, 2010 at 07:36:40PM -0400, James Zern wrote:
>> >> On Wed, May 19, 2010 at 18:22, Diego Biurrun <diego at biurrun.de> wrote:
>> >> > On Wed, May 19, 2010 at 02:28:10PM -0400, James Zern wrote:
>> >> >>
>> >> >> The attached will enable decode and basic encode of VP8 through
>> >> >> libvpx.
>> >> >
>> >> Attached is another pass at a basic encode wrapper. Formatting similar
>> >> to the decoder has been applied.
>> >>
>> >> --- configure (revision 23330)
>> >> +++ configure (working copy)
>> >> @@ -184,6 +184,8 @@ External library support:
>> >> ? ?--enable-libvorbis ? ? ? enable Vorbis encoding via libvorbis,
>> >> ? ? ? ? ? ? ? ? ? ? ? ? ? ? native implementation exists [no]
>> >> ? ?--enable-libvpx ? ? ? ? ?enable VP8 support via libvpx [no]
>> >> + ?--enable-libvpx-decode ? enable VP8 decode via libvpx [no]
>> >> + ?--enable-libvpx-encode ? enable VP8 encode via libvpx [no]
>> >
>> > I'm not sure what you are trying to achieve here. ?AFAIU libvpx supports
>> > both encoding and decoding, right? ?Then you do not need to introduce
>> > split options.
>> >
>> --disable-vp8-decoder/--disable-vp8-encoder
>
> Actually, those options are called:
> ? ?--disable-decoder=vp8
> ? ?--disable-encoder=vp8
>
Sorry, I was referring to libvpx configure options:
      --disable-<codec>-encoder
      --disable-<codec>-decoder



More information about the ffmpeg-devel mailing list