Last active
October 22, 2017 09:41
-
-
Save derpeter/306452b1b6a8c569690a43de49145d8b to your computer and use it in GitHub Desktop.
reencode unsupported audio codec to a second audio track
This file contains 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 -y -i in.mkv -map 0:v -c:v copy -map 0:a:0 -c:a:0 copy -map 0:a:0 -c:a:0 ac3 out.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment