ffmpeg -i input.mp4 -ac 1 output.mp4
Category: Media & Conversion
ffmpeg -i input.mp4 -ac 1 output.mp4
Downmix audio to mono
Downmixes the audio to a single channel with -ac 1. Useful for podcasts, voice memos, and compatibility with mono speakers. -ac 2 converts to stereo.