Commit 39a4f146 authored by Stefano Sabatini's avatar Stefano Sabatini

Update ffmpeg documentation regarding metadata setting. -title,

-author, -copyright, -track, -album, and -year options have been
dropped in favor of -metadata.

Originally committed as revision 19285 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent da4c2dab
...@@ -282,29 +282,15 @@ The offset is added to the timestamps of the input files. ...@@ -282,29 +282,15 @@ The offset is added to the timestamps of the input files.
Specifying a positive offset means that the corresponding Specifying a positive offset means that the corresponding
streams are delayed by 'offset' seconds. streams are delayed by 'offset' seconds.
@item -title @var{string}
Set the title.
@item -timestamp @var{time} @item -timestamp @var{time}
Set the timestamp. Set the timestamp.
@item -author @var{string} @item -metadata @var{key}=@var{value}
Set the author. Set a metadata key/par value.
@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} @example
Set the track. ffmpeg -i in.avi -metadata title="my title"
@end example
@item -year @var{number}
Set the year.
@item -v @var{number} @item -v @var{number}
Set the logging verbosity level. Set the logging verbosity level.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment