yibofang via ffmpeg-devel (HE12025-10-17): > PR #20715 opened by yibofang > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20715 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20715.patch > > This patch adds the ability to dump raw PCM audio data between AVFilter > links. It introduces a configure-time option `--dumpdir=PATH` to control > the output directory of dump files (default: /tmp/). This feature is > helpful for debugging filter behavior and verifying audio processing. > > Two filter commands are added: > - dump_raw_start <dst_filter_name> > - dump_raw_stop <dst_filter_name> > > The PCM files are written in the format: srcname-dstname-<channel>.pcm. > > Supports both packed and planar formats. File descriptors are > automatically managed. Works only on audio links. > > Example usage: > avfilter_process_command(filter, "dump_raw_start", "volume", NULL, 0, 0); > > Signed-off-by: YiboFang <[email protected]>
Hi. The file option seems to be documented but not implemented, it is still using a hard-coded default directory, and a problematic one. And you have not answered Andreas's question about using asplit. Regards, -- Nicolas George _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
