Skip to content

Instantly share code, notes, and snippets.

@dongbum
Created January 17, 2020 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongbum/11aa10f161d2df9a95d46e2808fb8935 to your computer and use it in GitHub Desktop.
Save dongbum/11aa10f161d2df9a95d46e2808fb8935 to your computer and use it in GitHub Desktop.
# 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