ffmpeg4discord icon indicating copy to clipboard operation
ffmpeg4discord copied to clipboard

feat: Implement audio merge functionality

Open austin8788 opened this issue 6 months ago • 0 comments

Add Audio Merge Feature

Adds a new --amerge command-line flag and corresponding web UI checkbox to allow merging all audio streams into a single mono channel after the main encoding process is complete. This uses an ffmpeg filter_complex (amerge + pan) for proper downmixing.

austin8788 avatar Apr 29 '25 20:04 austin8788