On Tue, Sep 27, 2011 at 07:45:03AM +0200, Anton Khirnov wrote:
> 
> --- a/doc/avconv.texi
> +++ b/doc/avconv.texi
> @@ -82,13 +82,15 @@ described.
>  
>  @item -y (@emph{global})
> -Overwrite output files.
> +Overwrite output files without asking.

Overwrite output files without asking for confirmation.

> @@ -111,9 +113,8 @@ will copy all the streams except the second video, which 
> will be encoded with
>  
>  @item -t @var{duration} (@emph{output})
> -Restrict the transcoded/captured video sequence
> -to the duration specified in seconds.
> -@code{hh:mm:ss[.xxx]} syntax is also supported.
> +Stop writing the output after its duration reaches @var{duration}.
> +@var{duration} may be a number in seconds, or in @code{hh:mm:ss[.xxx]} form.

This is slightly confusing IMO, but not easy to fix.  Maybe:

  Stop running after @var{duration} time has elapsed in the time
  base of the output stream.
  @var{duration} may be a number in seconds or a colon-separated
  hours/minutes/seconds time value @code{hh:mm:ss[.xxx]}.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to