#1 Burning Software

It is currently Thu Dec 19, 2024 7:23 am

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Session closing (DVD Video)
PostPosted: Fri Aug 12, 2005 1:54 pm 
Offline

Joined: Tue Aug 09, 2005 2:54 pm
Posts: 2
I've tried DVDVideoTrackAtOnceFromTree sample and was able to burn a DVD Video successfully. Starburn works fine. The burning time was less than 2 mins but "closing session..." took about 2 minutes.

I then tried larger video files and session closing took about 15-20 seconds.

Is it because of 1GB DVD padding? If so, do we have an option to turn it on/off? (I understand some players may need disc padded) I've tried StarBurn_SetDVDPadding() but to no avail.


Top
 Profile  
 
 Post subject: Re: Session closing (DVD Video)
PostPosted: Fri Aug 12, 2005 3:53 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Yes, it's b/s of the DVD padding. You may use StarBurn_GetDVDPadding and StarBurn_SetDVDPadding API calls (pretty easy ones). However some drives would burn padding in single session mode for DVD-R/-RW in any case - it's unturnable. You may experiment with your hardware.

wkl wrote:
I've tried DVDVideoTrackAtOnceFromTree sample and was able to burn a DVD Video successfully. Starburn works fine. The burning time was less than 2 mins but "closing session..." took about 2 minutes.

I then tried larger video files and session closing took about 15-20 seconds.

Is it because of 1GB DVD padding? If so, do we have an option to turn it on/off? (I understand some players may need disc padded) I've tried StarBurn_SetDVDPadding() but to no avail.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 30, 2005 10:37 pm 
Offline

Joined: Thu Jun 02, 2005 8:50 pm
Posts: 115
Can you give an example of using GetDVDPadding and SetDVDPadding. I can guess at setDVDPadding but I don't see the purpose of GetDVDPadding(where is the Padding value stored?).

Nathan


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 30, 2005 10:42 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Sure!

BOOLEAN l__BOOLEAN__IsEnabled = StarBurn_GetDVDPadding();

StarBurn_SetDVDPadding( TRUE ); // Enable

StarBurn_SetDVDPadding( FALSE ); // Disable

Internally and globally to whole StarBurn library.

Acidtech wrote:
Can you give an example of using GetDVDPadding and SetDVDPadding. I can guess at setDVDPadding but I don't see the purpose of GetDVDPadding(where is the Padding value stored?).

Nathan


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 30, 2005 10:53 pm 
Offline

Joined: Thu Jun 02, 2005 8:50 pm
Posts: 115
Thanks. I actually found were you answered this early just now as well.

>>Posted: Tue Jun 14, 2005 7:34 pm Post subject:
>>
>>--------------------------------------------------------------------------------
>>
>>This one is not yet documented however both methods (to set and get >>are very easy). Here are prototypes (cut-n-paste from StarBurn.h):
>>
>>BOOLEAN StarBurn_GetDVDPadding( IN VOID );
>>
>>VOID StarBurn_SetDVDPadding( IN BOOLEAN NewDVDPadding );
>>
>>First one just retuns correct state (TRUE - enabled, FALSE - disabled) >>and second one sets it (globally, to all of the StarBurn threads).

Nathan


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 30, 2005 10:54 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
NP

Acidtech wrote:
Thanks. I actually found were you answered this early just now as well.

>>Posted: Tue Jun 14, 2005 7:34 pm Post subject:
>>
>>--------------------------------------------------------------------------------
>>
>>This one is not yet documented however both methods (to set and get >>are very easy). Here are prototypes (cut-n-paste from StarBurn.h):
>>
>>BOOLEAN StarBurn_GetDVDPadding( IN VOID );
>>
>>VOID StarBurn_SetDVDPadding( IN BOOLEAN NewDVDPadding );
>>
>>First one just retuns correct state (TRUE - enabled, FALSE - disabled) >>and second one sets it (globally, to all of the StarBurn threads).

Nathan


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 7:15 pm 
Offline

Joined: Thu Jun 02, 2005 8:50 pm
Posts: 115
I think my drive is forcing Padding no matter. I have Plextor 716A. I'm burning DVD+R DL and I've set SetDVDPadding(FALSE) but it still takes over 5 minutes to close the session(DVD video). Also I get no callbacks while the closing session.

Nathan


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 15, 2006 8:32 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
This could be. And there's are no progress for session close (lead-out write) as we don't know amount of data drive would write for sure.

Acidtech wrote:
I think my drive is forcing Padding no matter. I have Plextor 716A. I'm burning DVD+R DL and I've set SetDVDPadding(FALSE) but it still takes over 5 minutes to close the session(DVD video). Also I get no callbacks while the closing session.

Nathan


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 32 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