Browse Source

Add an explanation and complete the metadata usage example.

Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
edb501c45b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      doc/ffmpeg-doc.texi

+ 2
- 1
doc/ffmpeg-doc.texi View File

@@ -288,8 +288,9 @@ Set the timestamp.
@item -metadata @var{key}=@var{value} @item -metadata @var{key}=@var{value}
Set a metadata key/value pair. Set a metadata key/value pair.


For example, for setting the title in the output file:
@example @example
ffmpeg -i in.avi -metadata title="my title"
ffmpeg -i in.avi -metadata title="my title" out.flv
@end example @end example


@item -v @var{number} @item -v @var{number}


Loading…
Cancel
Save