Skip to content

Instantly share code, notes, and snippets.

@Remz-Jay
Created May 30, 2012 09:25
Show Gist options
  • Save Remz-Jay/2835042 to your computer and use it in GitHub Desktop.
Save Remz-Jay/2835042 to your computer and use it in GitHub Desktop.
ffmpeg mkv to itunes m4v conversion (WIP)
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