diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-09-30 23:03:30 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2013-10-02 21:03:11 -0400 |
commit | 848826f527bcf9927a539f7808d1d7c08f57193b (patch) | |
tree | 4f72a06e03034ce29c83d0190eaee657896272ae /doc/general.texi | |
parent | face578d56c2d1375e40d5e2a28acc122132bc55 (diff) | |
download | ffmpeg-848826f527bcf9927a539f7808d1d7c08f57193b.tar.gz |
Native VP9 decoder.
Authors: Ronald S. Bultje <rsbultje gmail com>,
Clement Boesch <u pkh me>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index f4776c8cb7..647c5e20ee 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -94,7 +94,7 @@ Then pass @code{--enable-libtwolame} to configure to enable it. @section libvpx -FFmpeg can make use of the libvpx library for VP8 encoding. +FFmpeg can make use of the libvpx library for VP8/VP9 encoding. Go to @url{http://www.webmproject.org/} and follow the instructions for installing the library. Then pass @code{--enable-libvpx} to configure to @@ -676,6 +676,8 @@ following image formats are supported: @tab fourcc: VP60,VP61,VP62 @item VP8 @tab E @tab X @tab fourcc: VP80, encoding supported through external library libvpx +@item VP9 @tab E @tab X + @tab encoding supported through external library libvpx @item Pinnacle TARGA CineWave YUV16 @tab @tab X @tab fourcc: Y216 @item Prores @tab @tab X |