kkroening/ffmpeg-python

Add ability to use filters with no outputs i.e. nullsink

zberry opened this issue · 0 comments

zberry commented

I do not believe it is currently possible to use the nullsink filter since it does not have any outputs.

In my use case i would like to send the passthrough stream of scale2ref to a null sink and not be required to use it as an input to another filter or as an output.