summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-03 11:14:37 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-03 11:14:37 +0000
commit8819b9c600b0e18367ad577e634a6e0bb8879fea (patch)
tree0f9f221d9b109385894547412ae97e1fae4d6961 /doc
parent5d621410922d42ca3c641102b766d3ddc297dc98 (diff)
Revert r19321.
The changes were not approved. Originally committed as revision 19329 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi25
1 files 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.