On Fri, Jul 18, 2014 at 12:08:41PM +0100, JULIAN GARDNER wrote:
> How do I fix a filter so that it takes in 1 input but has no output, this is 
> part of a project and this part is a detection filter, it does nothing else.
> 
> The problem at the moment is that with the current filter, based on drawbox, 
> is that it produces an output which i need to the use overlay to dump.
> 
> Is there a video filter which has 1 input but 0 outputs

Just make a passthrough filtering (ff_filter_frame(in)), and do not map
its output

-- 
Clément B.

Attachment: pgped2QJ2XCgh.pgp
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to