summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-01 20:14:19 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-01 20:14:19 +0000
commit5d621410922d42ca3c641102b766d3ddc297dc98 (patch)
tree8e532915d26b37d0a2365725dbae532553f568f6 /doc
parent44b20d1d7419ae26a4166ae123ce1dc09e6bf796 (diff)
Update ffmpeg documentation regarding metadata setting. -title,
-author, -copyright, -track, -album, and -year options have been dropped in favor of -metadata. Backfix of r19285, r19287, and r19320. Originally committed as revision 19321 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi25
1 files changed, 6 insertions, 19 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index e3f2dc8727..e306894fe4 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -276,29 +276,16 @@ 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/value pair.
-@item -track @var{number}
-Set the track.
-
-@item -year @var{number}
-Set the year.
+For example, for setting the title in the output file:
+@example
+ffmpeg -i in.avi -metadata title="my title" out.flv
+@end example
@item -v @var{number}
Set the logging verbosity level.