Revision 1829e195 doc/ffmpeg-doc.texi
doc/ffmpeg-doc.texi | ||
---|---|---|
586 | 586 |
Just enumerate the input streams in the order you want them in the output. |
587 | 587 |
@var{sync_stream_id} if specified sets the input stream to sync |
588 | 588 |
against. |
589 |
@item -map_meta_data @var{outfile}:@var{infile}
|
|
589 |
@item -map_meta_data @var{outfile}[,@var{metadata}]:@var{infile}[,@var{metadata}]
|
|
590 | 590 |
Set meta data information of @var{outfile} from @var{infile}. Note that those |
591 | 591 |
are file indices (zero-based), not filenames. |
592 |
Optional @var{metadata} parameters specify, which metadata to copy - (g)lobal |
|
593 |
(i.e. metadata that applies to the whole file), per-(s)tream, per-(c)hapter or |
|
594 |
per-(p)rogram. All metadata specifiers other than global must be followed by the |
|
595 |
stream/chapter/program number. If metadata specifier is omitted, it defaults to |
|
596 |
global. |
|
597 |
For example to copy metadata from the first stream of the input file to global metadata |
|
598 |
of the output file: |
|
599 |
@example |
|
600 |
ffmpeg -i in.ogg -map_meta_data 0:0,s0 out.mp3 |
|
601 |
@end example |
|
592 | 602 |
@item -debug |
593 | 603 |
Print specific debug info. |
594 | 604 |
@item -benchmark |
Also available in: Unified diff