[FFmpeg-devel] [PATCH] doc/ffmpeg: note that -t is also an input option
Michael Niedermayer
michaelni at gmx.at
Tue May 13 15:48:29 CEST 2014
On Mon, Apr 07, 2014 at 12:03:56PM -0800, Lou Logan wrote:
> On Mon, 7 Apr 2014 11:59:51 -0800, Lou Logan wrote:
>
> > ---
> > doc/ffmpeg.texi | 9 +++++++--
> > 1 file changed, 7 insertions(+), 2 deletions(-)
> >
> > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> > index 8d646f5..3b09c8e 100644
> > --- a/doc/ffmpeg.texi
> > +++ b/doc/ffmpeg.texi
> > @@ -272,8 +272,13 @@ ffmpeg -i INPUT -map 0 -c copy -c:v:1 libx264 -c:a:137 libvorbis OUTPUT
> > will copy all the streams except the second video, which will be encoded with
> > libx264, and the 138th audio, which will be encoded with libvorbis.
> >
> > - at item -t @var{duration} (@emph{output})
> > -Stop writing the output after its duration reaches @var{duration}.
> > + at item -t @var{duration} (@emph{input/output})
> > +When used as an input option (before @code{-i}), limit the @var{duration} of
> > +data read from an input file.
>
> s/an/the nit fixed locally.
LGTM
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Its not that you shouldnt use gotos but rather that you should write
readable code and code with gotos often but not always is less readable
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140513/a7383973/attachment.asc>
More information about the ffmpeg-devel
mailing list