[MPlayer-G2-dev] Re: A new vf layer proposal...

D Richard Felker III dalias at aerifal.cx
Mon Sep 15 18:17:56 CEST 2003


On Mon, Sep 15, 2003 at 03:59:18PM +0200, Felix Buenemann wrote:
> On Friday 12 September 2003 06:17, Andriy N. Gritsenko wrote:
> > >BTW there's also the question of how to do filters that have multiple
> > >outputs, and it's a little more complicated, but I think they can be
> > >done as two filters sorta linked together. In any case, there doesn't
> > >seem to be anything in my design that precludes filters with multiple
> > >outputs, so I'm happy.
> >
> >     I think that multiple-output filter is very rare case and I even
> > cannot see real example but two-screen display of video or cloning for
> > network streaming. :)
> Or think about a filter that splits up the picture to it's planes for eg. 
> dumping them to files, but that probably could be done inside the filter 
> without the need of further processsing the output.

Or think about mplayer-g2-PVR, with simultaneous display and encoding
of video. Maybe you have something like:

                 ,-> vf_madei -> vo
                /
tvin -> vd_raw <
                \
                 `-> ve

...or...

                              ,-> vo
                             /
tvin -> vd_raw -> vf_pullup <
                             \
                              `-> vf_scale -> ve

:))))))))

Rich



More information about the MPlayer-G2-dev mailing list