Skip to content

Instantly share code, notes, and snippets.

@evantbyrne
Last active September 22, 2017 14:20
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 evantbyrne/c3a966dd3581023f8004c3484a5be4c2 to your computer and use it in GitHub Desktop.
Save evantbyrne/c3a966dd3581023f8004c3484a5be4c2 to your computer and use it in GitHub Desktop.
ffmpeg .mkv to .mp4 with AAC audio
ffmpeg -i video.mkv -strict experimental -c:v copy -c:a aac -b:a 192k video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment