View Single Post
Old 9th March 2007, 06:54   #12  |  Link
awhitehead
Registered User
 
Join Date: Jan 2007
Location: Tel-Aviv, Israel
Posts: 185
KenD00, could you release the source code?
You currently have something akin to
Code:
       out.print("Identifying disc... ");
        File discIdFile = new File(aacsDir, "VTKF000.AACS");
        if(!discIdFile.isFile())
            break
in dumphd/aacs/AACSDecrypter.java

There are now disks that use standard content authoring and instead have VTKF.AACS (as opposed to advanced content authoring that indeed uses VTKF000.AACS). I'd be interested in getting DumpHD to work with these disks.
awhitehead is offline   Reply With Quote