From 8819b9c600b0e18367ad577e634a6e0bb8879fea Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 3 Jul 2009 11:14:37 +0000 Subject: Revert r19321. The changes were not approved. Originally committed as revision 19329 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 --- doc/ffmpeg-doc.texi | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index e306894fe4..e3f2dc8727 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -276,16 +276,29 @@ The offset is added to the timestamps of the input files. Specifying a positive offset means that the corresponding streams are delayed by 'offset' seconds. +@item -title @var{string} +Set the title. + @item -timestamp @var{time} Set the timestamp. -@item -metadata @var{key}=@var{value} -Set a metadata key/value pair. +@item -author @var{string} +Set the author. -For example, for setting the title in the output file: -@example -ffmpeg -i in.avi -metadata title="my title" out.flv -@end example +@item -copyright @var{string} +Set the copyright. + +@item -comment @var{string} +Set the comment. + +@item -album @var{string} +Set the album. + +@item -track @var{number} +Set the track. + +@item -year @var{number} +Set the year. @item -v @var{number} Set the logging verbosity level. -- cgit v1.2.3