Skip to content

Instantly share code, notes, and snippets.

@megawertz
Created December 9, 2012 15:03
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 megawertz/4245483 to your computer and use it in GitHub Desktop.
Save megawertz/4245483 to your computer and use it in GitHub Desktop.
Tag iTunes Videos as Combined HD-SD
# Download and install mp4tags command line utility and add to path
# OPTIONAL: Find the video on iTunes and select Copy Link. From the end of the link extract the 9 number video ID.
# Tag each movie
mp4tags -I 123456789 -H 1 -i movie MOVIE_HD.m4v
mp4tags -I 123456789 -H 0 -i movie MOVIE_SD.m4v
# Drag into iTunes together and they should be listed as HD-SD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment