Created
May 30, 2012 09:25
-
-
Save Remz-Jay/2835042 to your computer and use it in GitHub Desktop.
ffmpeg mkv to itunes m4v conversion (WIP)
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
ffmpeg -i <input>.mkv -vcodec copy -acodec copy <output>.m4v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment