Last active
September 22, 2017 14:20
-
-
Save evantbyrne/c3a966dd3581023f8004c3484a5be4c2 to your computer and use it in GitHub Desktop.
ffmpeg .mkv to .mp4 with AAC audio
This file contains hidden or 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 -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