evdberg
07-09-06, 10:56 AM
Hi all,
Based on the hard teamwork of forum members in the 'HD-DVD Authoring to DVD -/+ Media' I have made the following definition of the Video Attributes (in Big-Endian format):
struct VideoAttributes {
uchar CodingMode:3; // 0 = MPEG1, 1 = MPEG2
uchar Unknown1:1;
uchar HD:1; // 0 = SD, 1 = HD
uchar Unknown2:3; // 3
uchar Unknown3:3;
uchar Progressive:1; // 0 = Interlaced, 1 = Progressive
uchar Unknown4:4; // 8
uchar Resolution:4; // 0 = 352x240, 1 = 352x480, 2 = 480x480, 3 = 544x480, 4 = 704x480, 5 = 720x480, 6 = 704x480 (60hz), 7 = 720x480 (60Hz), 8 = 1280x720 (60Hz), 9 = 960x1080, 10 = 1280x1080, 11 = 1440x1080, 12 = 1920x1080
uchar Reserved1:4;
uchar Reserved2;
};
As you can see quit a number of bits are still unknown. My guess is that Unknown2 actually contains the aspect ratio (3 = 16:9) and the system (NTSC or PAL), but I am not sure yet. I hope you are willing to help fill in the blanks by authoring small examples with different settings! The same goes for audio and subtitle attributes.
If you are willing to help, please post the IFO files along with detailed description of the settings that you used.
It might also be interesting to get IFO files from commercial disks. If you connect the Nec 1100 drive from the Toshiba to your PC, you will notice it won't read HD-DVDs. My guess is that the reason is that XP can not read UDF 2.50 by default. Using IsoBuster should solve this problem. Also connecting to the Mac is an option, since it can read UDF 2.50 without problems and the Apple DVD player can even playback HD-DVDs ... although I would be surprised if it supports AACS and an playback protected titles.
Thanks in advance for any help provided!
Erwin
Based on the hard teamwork of forum members in the 'HD-DVD Authoring to DVD -/+ Media' I have made the following definition of the Video Attributes (in Big-Endian format):
struct VideoAttributes {
uchar CodingMode:3; // 0 = MPEG1, 1 = MPEG2
uchar Unknown1:1;
uchar HD:1; // 0 = SD, 1 = HD
uchar Unknown2:3; // 3
uchar Unknown3:3;
uchar Progressive:1; // 0 = Interlaced, 1 = Progressive
uchar Unknown4:4; // 8
uchar Resolution:4; // 0 = 352x240, 1 = 352x480, 2 = 480x480, 3 = 544x480, 4 = 704x480, 5 = 720x480, 6 = 704x480 (60hz), 7 = 720x480 (60Hz), 8 = 1280x720 (60Hz), 9 = 960x1080, 10 = 1280x1080, 11 = 1440x1080, 12 = 1920x1080
uchar Reserved1:4;
uchar Reserved2;
};
As you can see quit a number of bits are still unknown. My guess is that Unknown2 actually contains the aspect ratio (3 = 16:9) and the system (NTSC or PAL), but I am not sure yet. I hope you are willing to help fill in the blanks by authoring small examples with different settings! The same goes for audio and subtitle attributes.
If you are willing to help, please post the IFO files along with detailed description of the settings that you used.
It might also be interesting to get IFO files from commercial disks. If you connect the Nec 1100 drive from the Toshiba to your PC, you will notice it won't read HD-DVDs. My guess is that the reason is that XP can not read UDF 2.50 by default. Using IsoBuster should solve this problem. Also connecting to the Mac is an option, since it can read UDF 2.50 without problems and the Apple DVD player can even playback HD-DVDs ... although I would be surprised if it supports AACS and an playback protected titles.
Thanks in advance for any help provided!
Erwin