#1 Burning Software

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

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: DVD Padding Question
PostPosted: Tue Jun 14, 2005 12:16 am 
hi,

i have a question about dvd padding. I just tried using starburn sdk to burn 100megs worth of data onto a dvd using StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree(). Everything worked fine except that it took forever because of the padding part. Can someone explain to me what padding is and why it needs to be done?

thanks


Top
  
 
 Post subject: Re: DVD Padding Question
PostPosted: Tue Jun 14, 2005 1:20 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Padding is done to write at least one gigabyte to DVD so stand-alone DVD players (mostly old ones) would not reject the disc. For data recording it's not used so you can turn it off by calling _SetDVDPaddingState(...) API call. Also make sure you don't write in single session mode (older drives would provide padding automatically), make sure IsNextSessionAllowed set to TRUE.

pr0digy1 wrote:
hi,

i have a question about dvd padding. I just tried using starburn sdk to burn 100megs worth of data onto a dvd using StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree(). Everything worked fine except that it took forever because of the padding part. Can someone explain to me what padding is and why it needs to be done?

thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 14, 2005 5:12 pm 
Offline

Joined: Tue Jun 14, 2005 5:10 pm
Posts: 11
Location: Vancouver, BC
great to know, thanks :D


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 14, 2005 5:25 pm 
Offline

Joined: Tue Jun 14, 2005 5:10 pm
Posts: 11
Location: Vancouver, BC
hi Anton, I searched the pdf manual but cannot find anything about SetDVDPaddingState. Can you tell me where i can find some info on this api?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 14, 2005 7:34 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
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).

pr0digy1 wrote:
hi Anton, I searched the pdf manual but cannot find anything about SetDVDPaddingState. Can you tell me where i can find some info on this api?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 14, 2005 8:45 pm 
Offline

Joined: Tue Jun 14, 2005 5:10 pm
Posts: 11
Location: Vancouver, BC
thank you


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 14, 2005 9:11 pm 
Offline
Site Admin

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

pr0digy1 wrote:
thank you


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

All times are UTC


Who is online

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