[FFmpeg-devel] [RFC] lavf/tee per-output stream selection

Stefano Sabatini stefasab at gmail.com
Sat Aug 3 14:11:42 CEST 2013


On date Saturday 2013-08-03 13:01:36 +0200, Michael Niedermayer encoded:
> On Sat, Aug 03, 2013 at 12:22:35PM +0200, Stefano Sabatini wrote:
[...]
> >  doc/muxers.texi   |    5 +++++
> >  libavformat/tee.c |   43 +++++++++++++++++++++++++++++++++++++------
> >  2 files changed, 42 insertions(+), 6 deletions(-)
> > bd71c3240f2963c03669a59b26a2eb22f933fc52  0002-lavf-tee-add-special-select-option.patch
> > From ce21456c8e778ddea3f4c2017c9c987978195c5f Mon Sep 17 00:00:00 2001
> > From: Stefano Sabatini <stefasab at gmail.com>
> > Date: Sat, 3 Aug 2013 11:23:59 +0200
> > Subject: [PATCH] lavf/tee: add special select option
> > 
> > TODO: bump micro
> > ---
> >  doc/muxers.texi   |  5 +++++
> >  libavformat/tee.c | 43 +++++++++++++++++++++++++++++++++++++------
> >  2 files changed, 42 insertions(+), 6 deletions(-)
> > 
> > diff --git a/doc/muxers.texi b/doc/muxers.texi
> > index 7c5a1c8..37a1734 100644
> > --- a/doc/muxers.texi
> > +++ b/doc/muxers.texi
> > @@ -844,6 +844,11 @@ The BNF description of the bitstream filters specification is given by:
> >  @var{BSF} ::= @var{BSF_NAME}[+ at var{STREAM_SPECIFIER}]
> >  @var{BSFS} ::= @var{BSF}[, at var{BSFS}]
> >  @end example
> > +
> > + at item select
> > +Select the streams that should be mapped to the slave output,
> > +specified by a stream specifier. If not specified, this defaults to
> > +all the input streams.
> >  @end table
> 
> might be a good idea to add an example too

Updated with a few minor fixes, and a documentation example patch.
-- 
FFmpeg = Fascinating Free Miracolous Petty EnGine
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-lavf-tee-add-special-select-option.patch
Type: text/x-diff
Size: 5005 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130803/560346f9/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-doc-muxers-add-elaborate-example-for-the-tee-muxer.patch
Type: text/x-diff
Size: 1323 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130803/560346f9/attachment-0001.bin>


More information about the ffmpeg-devel mailing list