diff options
author | Matthew Heaney <matthewjheaney@google.com> | 2013-06-12 12:46:16 -0700 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-06-17 22:28:19 +0200 |
commit | b24f15c45ed5328844367d88ebe71e0f142b7187 (patch) | |
tree | be5e224e1c9f1aa75f3d94251955ba333c5a7dcd /doc | |
parent | b4579a29c75e2968ede2ad002dd4a495dbfc883d (diff) | |
download | ffmpeg-b24f15c45ed5328844367d88ebe71e0f142b7187.tar.gz |
lavf: add WebVTT muxer.
This revision creates a WebVTT muxer, that outputs files having the
format described in the following specification:
http://dev.w3.org/html5/webvtt/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 76325324d6..2aa7d5a58f 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -962,7 +962,7 @@ performance on systems without hardware floating point support). @item TED Talks captions @tab @tab X @tab @tab X @item VobSub (IDX+SUB) @tab @tab X @tab @tab X @item VPlayer @tab @tab X @tab @tab X -@item WebVTT @tab @tab X @tab @tab X +@item WebVTT @tab X @tab X @tab @tab X @item XSUB @tab @tab @tab X @tab X @end multitable |