1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-02 20:35:37 +02:00

Revert r19321.

The changes were not approved.


Originally committed as revision 19329 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
This commit is contained in:
Stefano Sabatini 2009-07-03 11:14:37 +00:00
parent 5d62141092
commit 8819b9c600

View File

@ -276,16 +276,29 @@ 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 -metadata @var{key}=@var{value} @item -author @var{string}
Set a metadata key/value pair. Set the author.
For example, for setting the title in the output file: @item -copyright @var{string}
@example Set the copyright.
ffmpeg -i in.avi -metadata title="my title" out.flv
@end example @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} @item -v @var{number}
Set the logging verbosity level. Set the logging verbosity level.