diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-07-01 20:11:53 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-07-01 20:11:53 +0000 |
commit | edb501c45b963db67a6633ca92c2de615d990740 (patch) | |
tree | 77fe30953d64d5a8ecc6df41efaed5f6f83dfd4b /doc/ffmpeg-doc.texi | |
parent | dec14949a6998179d48de36f2df57c237b970ed1 (diff) | |
download | ffmpeg-edb501c45b963db67a6633ca92c2de615d990740.tar.gz |
Add an explanation and complete the metadata usage example.
Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 35148e7f06..ad0af0747e 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -288,8 +288,9 @@ Set the timestamp. @item -metadata @var{key}=@var{value} Set a metadata key/value pair. +For example, for setting the title in the output file: @example -ffmpeg -i in.avi -metadata title="my title" +ffmpeg -i in.avi -metadata title="my title" out.flv @end example @item -v @var{number} |