#1 Burning Software

It is currently Thu Dec 19, 2024 2:21 am

All times are UTC




Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Sun Nov 13, 2005 11:05 am 
Offline

Joined: Mon Jun 06, 2005 1:47 pm
Posts: 53
8) Okay, so my question is still here: Will it harm the DVD if I call "StarBurn_UDF_PatchIfoHeader()" even if I don't have the playability problem currently ?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 13, 2005 12:51 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
It *could* if you have very complex IFO file structure. That's why you need to patch IFOs only if you have problems with DVD playability on hardware players.

That's very easy to check w/o implementing StarBurn patching. Try to burn your DVD conent with Nero. If you'll have DIFFERENT IFOs in original compilation and it what Nero finally recorded - you NEED to apply IFO patching. If all IFOs would be binary identcal - your DVD authoring application generates zero-offset IFOs and they don't need to be patched.

raymng wrote:
8) Okay, so my question is still here: Will it harm the DVD if I call "StarBurn_UDF_PatchIfoHeader()" even if I don't have the playability problem currently ?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 13, 2005 1:31 pm 
Offline

Joined: Mon Jun 06, 2005 1:47 pm
Posts: 53
Quote:
If you'll have DIFFERENT IFOs in original compilation and it what Nero finally recorded - you NEED to apply IFO patching. If all IFOs would be binary identcal - your DVD authoring application generates zero-offset IFOs and they don't need to be patched.


Will Nero modify the IFO files on the hard drive? If Nero burn the modified IFO file to a DVD, it should have different filesize compare with the original one, right ?

Thanks for your detailed explanation so far. :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 13, 2005 1:49 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
No. Compare files on original compilation and recorded DVD.

raymng wrote:
Quote:
If you'll have DIFFERENT IFOs in original compilation and it what Nero finally recorded - you NEED to apply IFO patching. If all IFOs would be binary identcal - your DVD authoring application generates zero-offset IFOs and they don't need to be patched.


Will Nero modify the IFO files on the hard drive? If Nero burn the modified IFO file to a DVD, it should have different filesize compare with the original one, right ?

Thanks for your detailed explanation so far. :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 10:32 am 
Offline

Joined: Mon Jun 06, 2005 1:47 pm
Posts: 53
Hello,

I have implemented as you suggested; allocating exact memory for operations. I tested the code, it seems working fine.

/////////////////////////////////
UDF_TREE_ITEM *l__UDF_TREE_ITEM__File = new UDF_TREE_ITEM[nDVDFilesCount + 1]; // File[ 0 ] is not used

...
...
...
StarBurn_UDF_CleanUp(
&l__UDF_TREE_ITEM__File[ 0 ],
nDVDFilesCount + 1 //100
);
//////////////////////////////////

Except allocating and cleaning up memory, any other code should be updated as well ??

Also, regarding the IFO patching issue, I sent you an email, please check.


Thanks.
Raymond


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 2:04 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Yes, that's the right way!

I'm checking it right now...

raymng wrote:
Hello,

I have implemented as you suggested; allocating exact memory for operations. I tested the code, it seems working fine.

/////////////////////////////////
UDF_TREE_ITEM *l__UDF_TREE_ITEM__File = new UDF_TREE_ITEM[nDVDFilesCount + 1]; // File[ 0 ] is not used

...
...
...
StarBurn_UDF_CleanUp(
&l__UDF_TREE_ITEM__File[ 0 ],
nDVDFilesCount + 1 //100
);
//////////////////////////////////

Except allocating and cleaning up memory, any other code should be updated as well ??

Also, regarding the IFO patching issue, I sent you an email, please check.


Thanks.
Raymond


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3

All times are UTC


Who is online

Users browsing this forum: No registered users and 48 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group