diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-04-23 14:56:01 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-04-27 11:04:51 +0200 |
commit | e5474f5c48dc4a051bf9d31966a86908cb04fa63 (patch) | |
tree | 1a1f0a2af81fec3e69993e974a0f648513f5821c /doc/filters.texi | |
parent | bbd3dc49ffc0ae2eb3ed665652093619e360312a (diff) | |
download | ffmpeg-e5474f5c48dc4a051bf9d31966a86908cb04fa63.tar.gz |
doc: fix syntax for durations and timestamps.
Omitting the seconds has not worked for a long time, if ever.
Omitting the minutes too is just nonsensical for a duration
(it is indistinguishable from just seconds).
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 56299771a5..f5740394e6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3254,7 +3254,7 @@ number or a valid video frame rate abbreviation. The default value is @item duration, d Set the video duration of the sourced video. The accepted syntax is: @example -[-]HH[:MM[:SS[.m...]]] +[-]HH:MM:SS[.m...] [-]S+[.m...] @end example See also the function @code{av_parse_time()}. |