Commit d5f1cc03 authored by stefano's avatar stefano

Add an explanation and complete the metadata usage example.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19320 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 248dc1dd
...@@ -288,8 +288,9 @@ Set the timestamp. ...@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment