Skip to content

Instantly share code, notes, and snippets.

@Utshaw
Created April 11, 2020 02:56
Show Gist options
  • Save Utshaw/23224622e53b8d374a44be184845d8a0 to your computer and use it in GitHub Desktop.
Save Utshaw/23224622e53b8d374a44be184845d8a0 to your computer and use it in GitHub Desktop.
Solve audio issues where voice can't be heard but music plays well
ffmpeg -i Star.Wars.The.Clone.Wars.S07E08.720p.WEB.H264-GHOSTS\[eztv\].mkv -c:a libmp3lame -q:a 4 star.mp3
ffmpeg -i Star.Wars.The.Clone.Wars.S07E08.720p.WEB.H264-GHOSTS\[eztv\].mkv -i star.mp3 -c:v copy -map 0:v:0 -map 1:a:0 StarWars.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment