[FFmpeg-devel] [PATCH] doc/faq: improve concatenation entry.

Clément Bœsch ubitux at gmail.com
Thu Dec 20 01:19:24 CET 2012


On Thu, Dec 20, 2012 at 01:11:05AM +0100, Stefano Sabatini wrote:
> On date Wednesday 2012-12-19 22:33:47 +0100, Clément Bœsch encoded:
> > ---
> >  doc/faq.texi | 15 +++++++++++----
> >  1 file changed, 11 insertions(+), 4 deletions(-)
> > 
> > diff --git a/doc/faq.texi b/doc/faq.texi
> > index a7b34b1..273804d 100644
> > --- a/doc/faq.texi
> > +++ b/doc/faq.texi
> > @@ -265,12 +265,19 @@ the other; it can be done using the
> >  
> >  There are several solutions, depending on the exact circumstances.
> >  
> > - at subsection Concatenating using filters
> > + at subsection Concatenating using the concat @emph{filter}
> >  
> > -FFmpeg has a @url{http://ffmpeg.org/ffmpeg.html#concat-1, @code{concat}}
> > -filter designed specifically for that, with examples in the documentation.
> > +FFmpeg has a @url{http://ffmpeg.org/ffmpeg-filters.html#concat,
> > + at code{concat}} filter designed specifically for that, with examples in the
> > +documentation. This operation is recommended if you need to re-encode.
> >  
> > - at subsection Concatenating at the file level
> > + at subsection Concatenating using the concat @emph{demuxer}
> > +
> > +FFmpeg has a @url{https://www.ffmpeg.org/ffmpeg-formats.html#concat,
> > + at code{concat}} demuxer which you can use when you want to avoid a re-encode and
> > +your format doesn't support file level concatenation.
> > +
> > + at subsection Concatenating using the concat @emph{protocol} (file level)
> 
> LGTM, thanks.

Applied.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121220/40ea4452/attachment.asc>


More information about the ffmpeg-devel mailing list