[FFmpeg-cvslog] r19320 - trunk/doc/ffmpeg-doc.texi
stefano
subversion
Wed Jul 1 22:11:53 CEST 2009
Author: stefano
Date: Wed Jul 1 22:11:53 2009
New Revision: 19320
Log:
Add an explanation and complete the metadata usage example.
Modified:
trunk/doc/ffmpeg-doc.texi
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi Wed Jul 1 20:50:31 2009 (r19319)
+++ trunk/doc/ffmpeg-doc.texi Wed Jul 1 22:11:53 2009 (r19320)
@@ -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}
More information about the ffmpeg-cvslog
mailing list