Skip to content

Instantly share code, notes, and snippets.

View jahed's full-sized avatar

jahed.dev jahed

View GitHub Profile
@jahed
jahed / ffmpeg-tricks.md
Last active May 28, 2023 17:54
FFMPEG Tricks

FFMPEG Tricks

Merging Multiple Audio Tracks

Useful for gamerips where music is split into multiple tracks for dynamic mixes and need to be merged together for a true track.

amerge is more flexible than amix so prefer using amerge.

-ac is to set the number of audio channels (e.g. -ac 2 for stereo)