PDA

View Full Version : HD Tag question




Dingo Dave 69
Apr 27, 2009, 12:43 PM
I recently bought an HD Camcorder and hen I first played around with it I could convert the movies and put them on my AppleTV and in the menu they had a little "HD" icon next to it. Now however I can't seem to get that to appear again. I am filming in HD so it must be something I am doing when importing/exporting the movie on imovie. Can anyone tell me how I get this to work again?



p.luik
Apr 27, 2009, 12:47 PM
Revision 141 of mp4v2 is now able to write the atom that iTunes looks for to add the HD logo to a movie, TV show or music video. However combining a SD and a HD version to one entry doesn't work yet.

Usage:
To add the tag:
./mp4tags -H 1 <filename>


To remove the tag:
./mp4tags -r H <filename>


You check whether the flag is set or not with:
./mp4info <filename>


Please note that this is the current development Version of mp4v2, so problems are expected. Please make a backup of any files before you touch them with mp4tags.

TheCheapGeek
Apr 27, 2009, 01:14 PM
I have made several posts on creating the HD tag as well at the HD-SD tag in itunes at my blog. http://bit.ly/iybkc

The HD tag on the Apple TV is generated by the Apple TV based on the resolution of the file. So any video file with a vertical resolution greater than 540 lines will generate the HD logo on the Apple TV.

NightStorm
Apr 27, 2009, 01:49 PM
Subler can do this as well (using mp4v2 library): http://code.google.com/p/subler

TheCheapGeek
Apr 27, 2009, 02:03 PM
I had spotty results with subler, tagger has worked everytime thus far for me.