mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
ffmpeg.c: document default metadata mappings
Originally committed as revision 25795 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
477b1aeac9
commit
fb3d8c23cc
@ -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
|
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
|
stream/chapter/program number. If metadata specifier is omitted, it defaults to
|
||||||
global.
|
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
|
For example to copy metadata from the first stream of the input file to global metadata
|
||||||
of the output file:
|
of the output file:
|
||||||
@example
|
@example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user