Created
January 17, 2020 04:55
-
-
Save dongbum/11aa10f161d2df9a95d46e2808fb8935 to your computer and use it in GitHub Desktop.
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
# https://superuser.com/questions/1373570/converting-a-mkv-file-with-dts-ma-audio-to-ac3-5-1-with-no-loss-in-video | |
ffmpeg -i inputfile.mkv -c:v copy -c:a ac3 outputfile.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment