ffmpeg commands
- Published: 2024-09-23 16:03
- Updated: 2024-09-23 18:32
Extract multiple audio tracks from a video¶
- ‘-map’ identifies the audio channels
- ‘-y’ specifies the file to write to
- .wav sets the output format via the file extension
- Don’t omit this!