[FFmpeg-user] vp6 encoding with ffmpeg

Lou lou at lrcd.com
Tue May 1 04:02:48 CEST 2012


On Tue, 1 May 2012 07:16:26 +0530
Hans Emmanuel <hans at sparksupport.com> wrote:

> Can we use ffmpeg for encoding flv with vp6 ?

No, and I believe that includes any external libraries supported by
FFmpeg. Decoding is supported natively, however.

$ ffmpeg -codecs 2>&1 | grep vp6
 D V D  vp6             On2 VP6
 D V D  vp6a            On2 VP6 (Flash version, with alpha channel)
 D V D  vp6f            On2 VP6 (Flash version)
 D..... = Decoding supported
 .E.... = Encoding supported
 ..V... = Video codec


More information about the ffmpeg-user mailing list