Hi Stefan, On Thu, Jun 27, 2024 at 6:32 PM Stefan Westerfeld <ste...@space.twc.de> 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.
Subprocesses are a pita to support and maintain in a cross-platform project. This approach would just open up a whole new can of worms to achieve something that FFmpeg can already do with a pipe, multiple inputs, and -map_metadata. Since your project already uses FFmpeg, perhaps you could use it to encode the output and keep the metadata as well. Or provide a simple script that would invoke FFmpeg with the correct parameters. Regards, Ramiro _______________________________________________ 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".