Created
April 11, 2020 02:56
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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