On Sun, Sep 27, 2020 at 14:03:52 +0100, da...@3adesign.co.uk wrote:
> Was looking to create a filter to process video and audio in a filter graph,
> can find examples in movie or a source that has both video and audio but not
> anything that takes both, any pointers to something to use as a reference?

Are you looking to process both vidoe and audio inputs in *one* filter,
creating something which needs both inputs?

This hasn't been done yet, but I'm not sure it's impossible.

Do note that there are filters that convert audio to video, and vice
versa:

$ ffmpeg -filters | grep -E 'V->A|A->V'

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

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to