On Tue, 8 Nov 2011 11:39:21 -0800, Luca Barbato <[email protected]> wrote: > Update the reference to the conversion tool to use avconv and > make sure the example line works as supposed. > --- > doc/libavfilter.texi | 9 ++++----- > 1 files changed, 4 insertions(+), 5 deletions(-) > > diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi > index 172b7fc..1dbc2e5 100644 > --- a/doc/libavfilter.texi > +++ b/doc/libavfilter.texi > @@ -24,7 +24,7 @@ some directory of your choice by: > @end example > > And then read the README file in the top directory to learn how to > -integrate it into ffmpeg and avplay. > +integrate it into avconv and avplay. > > But note that there may still be serious bugs in the code and its API > and ABI should not be considered stable yet! > @@ -48,15 +48,14 @@ and the vflip filter before merging it back with the > other stream by > overlaying it on top. You can use the following command to achieve this: > > @example > -./ffmpeg -i in.avi -s 240x320 -vf "[in] split [T1], fifo, [T2] overlay= > 0:240 [out]; [T1] fifo, crop=0:0:-1:240, vflip [T2] > +./avconv -i input -vf -vf "[in] split [T1], fifo, [T2] overlay=0:H/2 [out]; > [T1] fifo, crop=iw:ih/2:0:ih/2, vflip [T2]" output -vf -vf
Otherwise should be fine, if you texted that example. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
