[libav-bugs] [Bug 365] Named input stream does not connect to filter
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Fri Oct 5 15:35:37 CEST 2012
http://bugzilla.libav.org/show_bug.cgi?id=365
Anton Khirnov <anton at khirnov.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |anton at khirnov.net
Resolution| |INVALID
--- Comment #1 from Anton Khirnov <anton at khirnov.net> 2012-10-05 15:35:37 CEST ---
What makes you think it would work? -filter is a per-stream option, it applies
a chain of filters to a single output stream. It does not make sense to specify
an input for it, since that is determined by the stream you're applying it to.
And it cannot work with multiple input streams.
The feature you're looking for is called 'complex filtergraphs', but it's not
present in the 0.8 release. You should compile git master or wait for the next
release (ComingSoon) and use -filter_complex there.
--
Configure bugmail: http://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list