On Mon, 21 May 2012 14:21:15 -0400, Justin Ruggles <[email protected]> wrote: > Based on current version of the asplit filter in FFmpeg written by > Stefano Sabatini and others. > --- > Changelog | 1 + > doc/filters.texi | 13 +++++++++++++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/split.c | 29 +++++++++++++++++++++++++++-- > libavfilter/version.h | 2 +- > 6 files changed, 44 insertions(+), 3 deletions(-) > > diff --git a/Changelog b/Changelog > index afde0e9..2da60b1 100644 > --- a/Changelog > +++ b/Changelog > @@ -19,6 +19,7 @@ version <next>: > - add libavresample audio conversion library > - audio filters support in libavfilter and avconv > - add fps filter > +- audio split filter > > > version 0.8: > diff --git a/doc/filters.texi b/doc/filters.texi > index cda235f..180e5ed 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -137,6 +137,19 @@ aformat=sample_fmts\=u8\,s16:channel_layouts\=stereo > > Pass the audio source unchanged to the output. > > +@section asplit > + > +Split input audio into several identical outputs. > + > +The filter accepts a single parameter which specifies the number of outputs. > If > +unspecified, it defaults to 2. > + > +For example > +@example > +avconv -i INPUT -filter_complex split=5 OUTPUT
asplit Otherwise lgtm. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
