diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index b68b130bc20c6c3a6825b3bf2d3620cbfc4fe1aa..182b2146bf8d78f0d1b76d340f30074c075e2410 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -282,29 +282,15 @@ 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 -author @var{string}
-Set the author.
-
-@item -copyright @var{string}
-Set the copyright.
-
-@item -comment @var{string}
-Set the comment.
-
-@item -album @var{string}
-Set the album.
+@item -metadata @var{key}=@var{value}
+Set a metadata key/par value.
 
-@item -track @var{number}
-Set the track.
-
-@item -year @var{number}
-Set the year.
+@example
+ffmpeg -i in.avi -metadata title="my title"
+@end example
 
 @item -v @var{number}
 Set the logging verbosity level.