#1 Burning Software

It is currently Wed Dec 18, 2024 11:16 pm

All times are UTC




Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: burn DVD9 movie to DVD+R DL
PostPosted: Wed Jun 29, 2005 8:25 am 
Offline

Joined: Tue Jan 18, 2005 9:38 am
Posts: 8
I burn a DVD9 movie (Men in Black II) to a DVD+R DL disc using StarBurn. It can be played normally on computer with PowerDVD. But when I play it on a common DVD Player, only the main movie can be played. It halt when play any special feature (I think those VTS located in layer 2). And then I burn the same content to other DVD_R DL disc using Nero, everything is OK. Do I need to modify something before burn a DVD9 movie to DL disc?


Top
 Profile  
 
 Post subject: Re: burn DVD9 movie to DVD+R DL
PostPosted: Wed Jun 29, 2005 8:58 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
I think I've already had answered this request. Plase ENABLE DVD+R DL "compatible" mode by calling SetDVDPLUSRSComaptibleMode. It would switch the drive to mode when layer break would happen in the middle of the movie. BTW, if you grab the movie into ISO and burn it as image, not as file set, is everything OK?

STARBURN_IMPEX_API
BOOLEAN
__stdcall
StarBurn_GetDVDPLUSRDLCompatibleMode(
IN VOID
);

STARBURN_IMPEX_API
VOID
__stdcall
StarBurn_SetDVDPLUSRDLCompatibleMode(
IN BOOLEAN p__BOOLEAN__NewDVDPLUSRDLCompatibleMode
);


Sam wrote:
I burn a DVD9 movie (Men in Black II) to a DVD+R DL disc using StarBurn. It can be played normally on computer with PowerDVD. But when I play it on a common DVD Player, only the main movie can be played. It halt when play any special feature (I think those VTS located in layer 2). And then I burn the same content to other DVD_R DL disc using Nero, everything is OK. Do I need to modify something before burn a DVD9 movie to DL disc?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 29, 2005 12:02 pm 
Offline

Joined: Tue Jan 18, 2005 9:38 am
Posts: 8
Thank you very much. I'll try it.
I really posted a same question last week. But I can't find it today. So I post it again. And thanks again.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 29, 2005 1:58 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Another issue with the code - did you use IFO patching with StarBurn_UDF_PatchIfoTable and StarBurn_UDF_PatchIfoHeader?

I guess it's b/s we had to roll back to June 23d backup after server malfunction.

Sam wrote:
Thank you very much. I'll try it.
I really posted a same question last week. But I can't find it today. So I post it again. And thanks again.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 01, 2005 8:26 am 
Offline

Joined: Tue Jan 18, 2005 9:38 am
Posts: 8
I try to add following code in my program.

StarBurn_SetDVDPLUSRDLCompatibleMode(TRUE);
BOOLEAN mode = StarBurn_GetDVDPLUSRDLCompatibleMode();

But the value of mode is still FALSE. Why? And where should I call StarBurn_SetDVDPLUSRDLCompatibleMode?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 01, 2005 9:06 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) There's a bug in latest public release of the StarBurn, I've fixed it some time ago and forgot public one is still problematic. Would you please write me down to anton@rocketdivision.com and I would send you fixed DLL.

2) You need to call this API before recording.

3) You did not answer do you have the same problems in ISO mode.

Thanks!

Sam wrote:
I try to add following code in my program.

StarBurn_SetDVDPLUSRDLCompatibleMode(TRUE);
BOOLEAN mode = StarBurn_GetDVDPLUSRDLCompatibleMode();

But the value of mode is still FALSE. Why? And where should I call StarBurn_SetDVDPLUSRDLCompatibleMode?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 05, 2005 1:52 am 
Offline

Joined: Tue Jan 18, 2005 9:38 am
Posts: 8
I've sent a email to anton@rocketdivision.com but not received reply. Have you received my email?
Sorry, I don't know how to grab the movie into ISO. Do you mean I grab the movie into ISO using starburn and then burn the ISO to DVD+R DL using starburn?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 05, 2005 9:37 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Hm... I've sent you an e-mail with StarBurn LIBs and DLLs on Friday. Would resent it now using different archiver.

Yes, that's what I mean. Use GrabTrack to create ISO image of the whole movie and use TrackAtOnceFromFile to record created ISO image to DVD disc.

Sam wrote:
I've sent a email to anton@rocketdivision.com but not received reply. Have you received my email?
Sorry, I don't know how to grab the movie into ISO. Do you mean I grab the movie into ISO using starburn and then burn the ISO to DVD+R DL using starburn?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 06, 2005 2:03 am 
Offline

Joined: Tue Jan 18, 2005 9:38 am
Posts: 8
Thank you very much! But I havn't received your email yet. I will send a email to you from my another email.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 06, 2005 10:39 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
E-mail has been sent to the other address as well. Please let me know did you receive it or not. Also some information about ISO image recording would be very nice to have. I'm nearly 99% sure the problem is in DVD mastering (IFOs has not been patched) and has nothing to do with DVD+R DL layer switch.

Sam wrote:
Thank you very much! But I havn't received your email yet. I will send a email to you from my another email.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 06, 2005 11:20 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Guys, your free e-mail servers (gmail and hotmail) are blocking large attachments. Download your stuff from:

link was removed


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 10, 2005 12:19 am 
Offline

Joined: Thu Aug 26, 2004 12:58 am
Posts: 45
I am using delphi ,i can't find the function declare in starburn.pas and help doc
i have downloaded last version of sdk.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 10, 2005 1:06 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Please wait for the official release.

abs wrote:
I am using delphi ,i can't find the function declare in starburn.pas and help doc
i have downloaded last version of sdk.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 8:29 am 
Offline

Joined: Sun Jul 10, 2005 4:31 am
Posts: 18
I have downloaded the StarBurn SDK, however,I can't find

STARBURN_IMPEX_API
BOOLEAN
__stdcall
StarBurn_GetDVDPLUSRDLCompatibleMode(
IN VOID
);

STARBURN_IMPEX_API
VOID
__stdcall
StarBurn_SetDVDPLUSRDLCompatibleMode(
IN BOOLEAN p__BOOLEAN__NewDVDPLUSRDLCompatibleMode
);

in the SDK, so when I compiled the code using the up two funcs, It told me


Linking...
DVDCopyRecord.obj : error LNK2001: unresolved external symbol "void __stdcall StarBurn_SetDVDPLUSRDLCompatibleMode(unsigned char)" (?StarBurn_SetDVDPLUSRDLCompatibleMode@@YGXE@Z)
Debug/DVDXStudio.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


Could you tell me How to get them?
Thank you!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 8:31 am 
Offline

Joined: Sun Jul 10, 2005 4:31 am
Posts: 18
I have downloaded the StarBurn SDK, however,I can't find

STARBURN_IMPEX_API
BOOLEAN
__stdcall
StarBurn_GetDVDPLUSRDLCompatibleMode(
IN VOID
);

STARBURN_IMPEX_API
VOID
__stdcall
StarBurn_SetDVDPLUSRDLCompatibleMode(
IN BOOLEAN p__BOOLEAN__NewDVDPLUSRDLCompatibleMode
);

in the SDK, so when I compiled the code using the up two funcs, It told me


Linking...
DVDCopyRecord.obj : error LNK2001: unresolved external symbol "void __stdcall StarBurn_SetDVDPLUSRDLCompatibleMode(unsigned char)" (?StarBurn_SetDVDPLUSRDLCompatibleMode@@YGXE@Z)
Debug/DVDXStudio.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


Could you tell me How to get them?
Thank you!


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 44 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