Changeset 71ec3d36 in ffmpeg


Ignore:
Timestamp:
Jan 8, 2015, 11:53:15 AM (10 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
3852e2c9, de8f70b8
Parents:
5a1addd7
git-author:
Martin Storsjö <martin@martin.st> (01/07/15 22:02:05)
git-committer:
Martin Storsjö <martin@martin.st> (01/08/15 11:53:15)
Message:

doc: Add initial documentation about the OpenH264 encoder wrapper

Signed-off-by: Martin Storsjö <martin@martin.st>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/general.texi

    r5a1addd7 r71ec3d36  
    9494Go to @url{http://www.wavpack.com/} and follow the instructions for
    9595installing the library. Then pass @code{--enable-libwavpack} to configure to
     96enable it.
     97
     98@section OpenH264
     99
     100Libav can make use of the OpenH264 library for H.264 encoding.
     101
     102Go to @url{http://www.openh264.org/} and follow the instructions for
     103installing the library. Then pass @code{--enable-libopenh264} to configure to
    96104enable it.
    97105
     
    594602@item H.263+ / H.263-1998 / H.263 version 2  @tab  X  @tab  X
    595603@item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10  @tab  E  @tab  X
    596     @tab encoding supported through external library libx264
     604    @tab encoding supported through external library libx264 and OpenH264
    597605@item HEVC                   @tab  X  @tab  X
    598606    @tab encoding supported through the external library libx265
Note: See TracChangeset for help on using the changeset viewer.