[FFmpeg-devel] [PATCH v1] doc/utils: add more examples for valid time duration

lance.lmwang at gmail.com lance.lmwang at gmail.com
Fri May 1 13:21:46 EEST 2020


On Wed, Apr 08, 2020 at 10:10:44AM +0800, lance.lmwang at gmail.com wrote:
> From: Limin Wang <lance.lmwang at gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
>  doc/utils.texi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/doc/utils.texi b/doc/utils.texi
> index 05a2f81626..ca599f145b 100644
> --- a/doc/utils.texi
> +++ b/doc/utils.texi
> @@ -126,6 +126,15 @@ The following examples are all valid time duration:
>  @item 55
>  55 seconds
>  
> + at item 0.2
> +0.2 seconds
> +
> + at item 200ms
> +200 milliseconds, that's 0.2s
> +
> + at item 200000us
> +200000 microseconds, that's 0.2s
> +

will apply.

>  @item 12:03:45
>  12 hours, 03 minutes and 45 seconds
>  
> -- 
> 2.21.0
> 

-- 
Thanks,
Limin Wang


More information about the ffmpeg-devel mailing list