[FFmpeg-devel] [PATCH] Add an example showing how to add streams to the output file

Stefano Sabatini stefano.sabatini-lala
Fri Aug 29 19:44:05 CEST 2008


On date Friday 2008-08-29 07:41:40 +0200, Diego Biurrun encoded:
> On Fri, Aug 29, 2008 at 12:54:21AM +0200, Stefano Sabatini wrote:
> > --- doc/ffmpeg-doc.texi	(revision 15009)
> > +++ doc/ffmpeg-doc.texi	(working copy)
> > @@ -159,6 +159,21 @@
> > +
> > +* You can put many streams of the same type in the output:
> > +
> > + at example
> > +ffmpeg -i test1.avi -i test2.avi -vcodec copy -acodec copy -vcodec copy -acodec copy test12.avi -newvideo -newaudio
> > + at end example
> > +
> > +The resulting output file @file{test12.avi} in the example will
> > +contain, in addition to the first video and audio streams, also the
> > +second video stream and the second audio stream found in the input
> > +streams list.
> 
> This is unnecessarily convoluted.  Try to keep your sentences as simple
> as possible.
> 
>   In addition to the first video and audio streams, the resulting
>   output file @file{test12.avi} will contain the second video
>   and the second audio stream found in the input streams list.
> 
> > +The @code{-newvideo}, @code{-newaudio}, and @code{-newsubtitle}
> 
> Do not put a comma before and in enumerations.
> 
> No need to send further patches, just commit with these changes.

Thanks, applied.

Regards.
-- 
FFmpeg = Frightening & Friendly Minimalistic Powered Eager Glue




More information about the ffmpeg-devel mailing list