#1 Burning Software

It is currently Sun Apr 28, 2024 4:33 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 19 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Image of Audio Disc
PostPosted: Tue Feb 03, 2009 12:18 pm 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello,

1) I got the newer dll's. Working with those dll's.
2) I am creating image of an Audio disc. For that calling GrabDisc () function of Grabber class.
3) But both the output files are having same extensions as MDS.
4) But internally one file might be MDS and other one as MDF.
5) Only rename problem is there for the MDF file or is there anything else.
6) I giving image name as F:\Audio Disc, but output I am getting as
a) F:\Audio Disc.mds.mdf
b) F:\Audio Disc.mds.mds
Is anything wrong from my side ?

Thank you in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 05, 2009 9:33 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
There'are always two files. MDS is header and structure info and MDF is image (raw data). It's the way this particular format is organized and working.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 09, 2009 7:42 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

Thank you for reply.
Actually I was pointing out some thing else.
As described in 6th point the MDS & MDF image files are created without any problem. But the input was "Audio CD" and I got output as
a) Audio CD.mds.mds
b) Audio CD.mds.mdf

Why extra .mds is appended for each of this file. I guess just rename problem is there. Will you just try to create a MDS image then you will notice the problem.

Thank you.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 09, 2009 8:05 am 
Offline

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

Ok, we will fix it!!

Thanx!!

Dmitry


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 16, 2009 9:46 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

I am developing a sample application in which using pre-release dll's which you gave me for making images of Audio Discs.

I am using SONY DVD RW DRU-820A drive for which when I am using GrabDisc(...) function of ImageGrabber class it gives me error as System.Runtime.InteropServices.COMException (0x80040275): Internal SDK error:
CStarBurn_CdvdBurnerGrabber::GrabDisc(): Read mode is unsupported
at RocketDivision.StarBurnX.GrabberClass.GrabDisc(String FileName).

Why this problem is coming? While checking for supported modes for the Audio disc it gives me as all 4 modes are supported.

Thank you in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 16, 2009 9:55 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

One more query, Can we create image of Audio DVDs?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 16, 2009 7:26 pm 
Offline

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

We need to see your log file :)

Regards,

Dmitry


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 18, 2009 4:48 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

I have sent a log file to support@rocketdivision.com with refrence to this discussed topic.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 18, 2009 8:04 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
You need to use ordinary GrabTrack rather then GrabDisc for Audio DVDs as DVDs cannot do raw reads. At all. Any DVD is bunch of 2048 byte blocks (well, at least to the user) and it does not matter what's written on it: audio, video or home family album.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 19, 2009 4:19 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

For the above discussed problem of renaming a MDS/MDF file of Audio CD. Image creation works fine but created image is not mounted in any of the DVD emulator neither MDS nor MDF. Is the problem fixed?

If yes then will you please give me the pre-release dll. I have been waiting so long. Now my clients are asking for fix to the problem.

Thank you in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 19, 2009 9:07 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Grab to ISO image or set of WAVs.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 19, 2009 9:37 am 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

Actually I was pointing out some thing else.
As described in first post in this topic, in the 6th point the MDS & MDF image files are created without any problem. But the input was "Audio CD" and I got output as
a) Audio CD.mds.mds
b) Audio CD.mds.mdf

Why extra .mds is appended for each of this file. I guess just rename problem is there. Will you just try to create a MDS image then you will notice the problem.

I am discussing for Audio CD. Is this problem fixed.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 19, 2009 9:54 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
This sounds like a bug. We've been fixing something close so we'll check, probably naming is OK now.

deepakp wrote:
Hello Support,

Actually I was pointing out some thing else.
As described in first post in this topic, in the 6th point the MDS & MDF image files are created without any problem. But the input was "Audio CD" and I got output as
a) Audio CD.mds.mds
b) Audio CD.mds.mdf

Why extra .mds is appended for each of this file. I guess just rename problem is there. Will you just try to create a MDS image then you will notice the problem.

I am discussing for Audio CD. Is this problem fixed.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 23, 2009 1:49 pm 
Offline

Joined: Mon Aug 25, 2008 1:50 pm
Posts: 394
Hello Support,

Is this problem fixed. If yes then may I get pre-release dlls so that I can use this functionality. I am hanged as the created images are not mounted in alcohol. I am getting 'image file not proper error' in Alcohol.

When can we expect the version 11 release, we have been waiting so long?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 23, 2009 10:03 pm 
Offline

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

The new build of StarBurnX will be ready for downloading tomorrow ( I hope :)

Dmitry Bortsov

Rocket Division Software


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

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