[FFmpeg-cvslog] r19285 - trunk/doc/ffmpeg-doc.texi

stefano subversion
Sat Jun 27 15:26:35 CEST 2009


Author: stefano
Date: Sat Jun 27 15:26:35 2009
New Revision: 19285

Log:
Update ffmpeg documentation regarding metadata setting. -title,
-author, -copyright, -track, -album, and -year options have been
dropped in favor of -metadata.

Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Sat Jun 27 12:26:27 2009	(r19284)
+++ trunk/doc/ffmpeg-doc.texi	Sat Jun 27 15:26:35 2009	(r19285)
@@ -282,29 +282,15 @@ The offset is added to the timestamps of
 Specifying a positive offset means that the corresponding
 streams are delayed by 'offset' seconds.
 
- at item -title @var{string}
-Set the title.
-
 @item -timestamp @var{time}
 Set the timestamp.
 
- at item -author @var{string}
-Set the author.
-
- at item -copyright @var{string}
-Set the copyright.
-
- at item -comment @var{string}
-Set the comment.
-
- at item -album @var{string}
-Set the album.
-
- at item -track @var{number}
-Set the track.
+ at item -metadata @var{key}=@var{value}
+Set a metadata key/par value.
 
- at item -year @var{number}
-Set the year.
+ at example
+ffmpeg -i in.avi -metadata title="my title"
+ at end example
 
 @item -v @var{number}
 Set the logging verbosity level.



More information about the ffmpeg-cvslog mailing list