diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:49 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:49 +0000 |
commit | a46515115cd0ab552e7035afdb3f96a603e3a28f (patch) | |
tree | 1873a8545f005370725654695309fa2e099901cb /doc/general.texi | |
parent | bb62d5c1f06e7ff0446abb9cbe6a102cdbd38cc0 (diff) | |
download | ffmpeg-a46515115cd0ab552e7035afdb3f96a603e3a28f.tar.gz |
Metadata muxer
Dumps all metadata to a text file for easy manual editing.
Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index a837098295..75c6f57da9 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -118,6 +118,8 @@ library: @tab VR native stream format, used by Leitch/Harris' video servers. @item Matroska @tab X @tab X @item Matroska audio @tab X @tab +@item FFmpeg metadata @tab X @tab + @tab Metadata in text format. @item MAXIS XA @tab @tab X @tab Used in Sim City 3000; file extension .xa. @item MD Studio @tab @tab X |