summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-01 20:11:53 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-01 20:11:53 +0000
commitedb501c45b963db67a6633ca92c2de615d990740 (patch)
tree77fe30953d64d5a8ecc6df41efaed5f6f83dfd4b /doc
parentdec14949a6998179d48de36f2df57c237b970ed1 (diff)
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')
-rw-r--r--doc/ffmpeg-doc.texi3
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}