Skip to content
Snippets Groups Projects
Commit b11b72a6 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

ffmpeg.c manual: clarify map_meta_data usage.

Originally committed as revision 25590 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c8dcb9de
No related branches found
No related tags found
No related merge requests found
...@@ -587,7 +587,8 @@ Just enumerate the input streams in the order you want them in the output. ...@@ -587,7 +587,8 @@ Just enumerate the input streams in the order you want them in the output.
@var{sync_stream_id} if specified sets the input stream to sync @var{sync_stream_id} if specified sets the input stream to sync
against. against.
@item -map_meta_data @var{outfile}:@var{infile} @item -map_meta_data @var{outfile}:@var{infile}
Set meta data information of @var{outfile} from @var{infile}. Set meta data information of @var{outfile} from @var{infile}. Note that those
are file indices (zero-based), not filenames.
@item -debug @item -debug
Print specific debug info. Print specific debug info.
@item -benchmark @item -benchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment