[FFmpeg-devel] [PATCH] avfilter/asubprocess: add audio subprocess filter

2024-06-27 Thread Stefan Westerfeld
udio filters to ffmpeg without changing ffmpeg itself. Signed-off-by: Stefan Westerfeld --- libavfilter/Makefile | 1 + libavfilter/af_asubprocess.c | 754 +++ libavfilter/allfilters.c | 1 + 3 files changed, 756 insertions(+) create mode 100644 liba

Re: [FFmpeg-devel] [PATCH] avfilter/asubprocess: add audio subprocess filter

2024-06-27 Thread Stefan Westerfeld
think would be an good way to get the watermarking done from ffmpeg, which clearly has advantages as ffmpeg is good at many things already. Ideally in a way that for the end users - at least one day - would no longer require a custom, patched ffmpeg. Cu... Stefan -- Stefan Westerfeld, http

Re: [FFmpeg-devel] [PATCH] avfilter/asubprocess: add audio subprocess filter

2024-06-30 Thread Stefan Westerfeld
Hi! Am 27.06.24 um 23:35 schrieb Ramiro Polla: On Thu, Jun 27, 2024 at 6:32 PM Stefan Westerfeld wrote: This will send the audio stream to an external command as wav file and read back the output of the subprocess which is also supposed to be a wav file of the same format and length