[FFmpeg-devel] [PATCH] doc/filters: fix main/over mismatch in overlay example

Stefano Sabatini stefasab at gmail.com
Sat Apr 6 01:03:44 CEST 2013


On date Friday 2013-04-05 22:24:42 +0800, littlebat encoded:
> On Fri,  5 Apr 2013 13:07:28 +0200
> Stefano Sabatini <stefasab at gmail.com> wrote:
> 
> > Found-By: littlebat <dashing.meng at gmail.com>
> > ---
> >  doc/filters.texi |   10 ++++++----
> >  1 file changed, 6 insertions(+), 4 deletions(-)
> > 
> > diff --git a/doc/filters.texi b/doc/filters.texi
> > index 630db43..b2e7ff6 100644
> > --- a/doc/filters.texi
> > +++ b/doc/filters.texi
> > @@ -7134,16 +7134,18 @@ movie --> scale--> deltapts1 -------+
> >  Skip 3.2 seconds from the start of the avi file in.avi, and overlay
> > it on top of the input labelled as "in":
> >  @example
> > -movie=in.avi:seek_point=3.2, scale=180:-1, setpts=PTS-STARTPTS
> > [movie]; -[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]
> > +movie=in.avi:seek_point=3.2, scale=180:-1, setpts=PTS-STARTPTS
> > [over]; +[in] setpts=PTS-STARTPTS [main];
> > +[main][over] overlay=16:16 [out]
> >  @end example
> >  
> >  @item
> >  Read from a video4linux2 device, and overlay it on top of the input
> >  labelled as "in":
> >  @example
> > -movie=/dev/video0:f=video4linux2, scale=180:-1, setpts=PTS-STARTPTS
> > [movie]; -[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]
> > +movie=/dev/video0:f=video4linux2, scale=180:-1, setpts=PTS-STARTPTS
> > [over]; +[in] setpts=PTS-STARTPTS [main];
> > +[movie][over] overlay=16:16 [out]
> 
> "[movie][over] overlay=16:16 [out]" should be: 
> "[main][over] overlay=16:16 [out]" here.

Thanks, applied with that change.
-- 
FFmpeg = Frenzy & Freak Marvellous Patchable Elastic Gadget


More information about the ffmpeg-devel mailing list