#1 Burning Software

It is currently Mon Apr 29, 2024 1:01 pm

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Progress Status in StarBurnX
PostPosted: Thu Jul 03, 2008 7:55 pm 
Offline

Joined: Thu Jul 03, 2008 6:31 pm
Posts: 4
Location: Baton Rouge, LA
Hi,

I've got the project burning correctly, but the progress being report by StarBurnX seems to be off. Here is the code:

Code:
private void BurnDisk()
        {           
            try
            {
                Utility.VideoDVDBurner.Drive = r;
                Utility.VideoDVDBurner.VideoDirectory = System.IO.Path.Combine(_currentSession.DvdPaths[_currentDisc], "VIDEO_TS");
                Utility.VideoDVDBurner.WriteSpeed = 0;
                Utility.VideoDVDBurner.LockTray = true;
                Utility.VideoDVDBurner.OnProgress += new IDvdVideoBurnerEvents_OnProgressEventHandler(VideoDVDBurner_OnProgress);
                try
                {
                    Utility.VideoDVDBurner.Burn(false);
                }
                catch (Exception ex)
                {

                }

                BurnComplete delBC = new BurnComplete(onBurnComplete);
                this.Invoke(delBC);
            }

            catch (Exception ex)
            {

            }
           
            return ;
        }

        void VideoDVDBurner_OnProgress(int Percent, int TimeRemaining)
        {
            UpdateProgress delUP = new UpdateProgress(onUpdateProgress);
            Object[] delArgs = new Object[2];
            delArgs[0] = Percent;
            delArgs[1] = TimeRemaining;
           
            this.Invoke(delUP, delArgs);
        }


Percent will get to 100 well before the disk is ejected. In addition the TimeRemaining variable is always 0.

Any suggestions for getting a more accurate progress reading?

Thanks,
Jeremy Beckham
High Power Consulting, Inc.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 04, 2008 9:26 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Jeremy,

1) We will fix problem with TimeRemaining;

2) The OnProgress event indicates progress of burning the VIDEO_TS directory!! We will burn the additional data if the "DVD Padding" is enabled (it is enabled by default ) . In order to control this process the OnPadding event was added to DVDVideoBurner.

Regards,

Dmitry Bortsov


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 07, 2008 1:31 pm 
Offline

Joined: Thu Jul 03, 2008 6:31 pm
Posts: 4
Location: Baton Rouge, LA
Ok. Thanks.

The version of starburnx.dll (1.0.0.1) that I am using does not have an onPadding event. I'm assuming there is a new version out. I'll wait for the TimeRemaining to be fixed. Is there an ETA on this?

Thanks,

Jeremy


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 07, 2008 4:19 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
ETA is NOW.

jbeckham wrote:
Ok. Thanks.

The version of starburnx.dll (1.0.0.1) that I am using does not have an onPadding event. I'm assuming there is a new version out. I'll wait for the TimeRemaining to be fixed. Is there an ETA on this?

Thanks,

Jeremy


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 07, 2008 7:34 pm 
Offline

Joined: Thu Jul 03, 2008 6:31 pm
Posts: 4
Location: Baton Rouge, LA
Best support ever.

Where can I get the new version? I just tried downloading the public version, but all of the DLL's are the same ones from January.

Thanks,

Jeremy


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 08, 2008 1:28 pm 
Offline

Joined: Fri Jan 11, 2008 6:13 am
Posts: 200
Location: BVI
Dima had just commited a few updates and Andrew is building an official V10 now. You may wait for announce or get release binaries in unofficial way. As you wish :)

jbeckham wrote:
Best support ever.

Where can I get the new version? I just tried downloading the public version, but all of the DLL's are the same ones from January.

Thanks,

Jeremy


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 08, 2008 5:20 pm 
Offline

Joined: Thu Jul 03, 2008 6:31 pm
Posts: 4
Location: Baton Rouge, LA
Can you send me the release? I'm trying to get a build out to QA today.

Thanks,
Jeremy


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 08, 2008 6:27 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
URL has been sent to your e-mail.

jbeckham wrote:
Can you send me the release? I'm trying to get a build out to QA today.

Thanks,
Jeremy


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: No registered users and 43 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group