[SCM] libav/experimental: ffmpeg.c: document default metadata mappings

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:16 UTC 2013


The following commit has been merged in the experimental branch:
commit fb3d8c23cc20efac83a66120821fc91697b52a0c
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Mon Nov 22 07:32:27 2010 +0000

    ffmpeg.c: document default metadata mappings
    
    Originally committed as revision 25795 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index ed46b49..397c3b4 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -625,6 +625,12 @@ Optional @var{metadata} parameters specify, which metadata to copy - (g)lobal
 per-(p)rogram. All metadata specifiers other than global must be followed by the
 stream/chapter/program number. If metadata specifier is omitted, it defaults to
 global.
+
+By default, global metadata is copied from the first input file to all output files,
+per-stream and per-chapter metadata is copied along with streams/chapters. These
+default mappings are disabled by creating any mapping of the relevant type. A negative
+file index can be used to create a dummy mapping that just disables automatic copying.
+
 For example to copy metadata from the first stream of the input file to global metadata
 of the output file:
 @example

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list