Log in

View Full Version : Movie Title from decrypted files?


scifiguy
19th December 2006, 14:35
Is there any way to get the movie title programatically from the contents of any of the files on the DVD?

I'm not sure if this is the appropriate forum on which to post this question. Feel free to move it or suggest a better place and I'll move it...

blutach
19th December 2006, 22:32
Optionally entered by the studio is the VMG_TXTDT_MG table. Use IfoEdit (http://ifoedit.wh.fr0zen.com/).

Moved to IFO/VOB Editors

Regards

Bro
8th January 2007, 00:13
Hi

Did you find a better way to get the title?

Bro

r0lZ
8th January 2007, 10:29
There is no universal way to know where the main movie title is, but you can probably check the length of the PGCs, and assume that the longest one is the main movie.

Bro
8th January 2007, 15:32
Hi

We're pursuing a way to grab the movie title e.g. "Predator" from the files on the DVD. Preferably the unencrypted ifo files.

Bro

r0lZ
8th January 2007, 16:14
Some extremely rare DVDs have DVD-Text data from which it should be possible to retrieve the name of the movie or the name of the DVD. As blutach said, it's the VMG_TXTDT table.
If that table is not present, you could retrieve the provider ID, but it is usually not the name of the movie.
There is nothing else.

Bro
8th January 2007, 16:18
Ok, thanks anyways.

I'll just grab the ISO name from the DVD disc instead.

Bro