From edb501c45b963db67a6633ca92c2de615d990740 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 1 Jul 2009 20:11:53 +0000 Subject: Add an explanation and complete the metadata usage example. Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/ffmpeg-doc.texi') 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} -- cgit v1.2.3