Skip to content

Instantly share code, notes, and snippets.

@AlexKasaku
Created August 22, 2019 21:25
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 AlexKasaku/52fa4e063733feaca2fab567beacfd30 to your computer and use it in GitHub Desktop.
Save AlexKasaku/52fa4e063733feaca2fab567beacfd30 to your computer and use it in GitHub Desktop.
FFMpeg - Convert audio to AC3
ffmpeg.exe -i "Video.mkv" -map 0 -vcodec copy -scodec copy -acodec ac3 -b:a 448k "AC3.mkv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment