Questions tagged [cd-burning]

35 questions
1
vote
0 answers

How to create an Audio CD using wodim & cue file?

I have problem writing audio CD in my Debian 8. I have wav file (Duration: 00:04:48.58) and cue file: FILE "out.wav" WAVE TITLE "Sword" TRACK 01 AUDIO TITLE "One" PERFORMER "nt" INDEX 01 00:00:00 TRACK 02 AUDIO TITLE "Two" PERFORMER "nt" …
1
vote
1 answer

IMAPI2 in VB 2008 progress bar

I start making program that will burn CD/DVDs, and everything is okay. I found way to burn with IMAPI2 API, but now I have problem: I can't get progress bar of that burning. Here is code: Dim CDD1 As New IMAPI2.MsftDiscMaster2 Dim CDD2 As New…
SharkTheDark
  • 3,089
  • 4
  • 24
  • 29
1
vote
1 answer

Java library to burn & print light scribe cd

Do you know if exists a good Java library to burn & print light scribe cd, if possible free or yet best open source Have you already used some of them? It's possible to print either text and images on cd?
Andrea Parodi
  • 5,534
  • 27
  • 46
1
vote
1 answer

Suggestions on how to burn cds programmatically

I am writing an application in C# in which I need to burn a cd programmatically. I am on a bit of a time crunch and haven't had any luck finding an easy way to do so. Can someone please suggest the easiest/quickest way to do this?
user317891
  • 23
  • 1
  • 6
1
vote
3 answers

Creating a CD-burning feature for a music player based on Java

I'm trying to create a CD-burning feature for a Java-based music player for my school project. Since I'm new to real-life programming (I've only learned to write codes on AP Computer Science A level), I don't know how I can apply the concepts I…
jjanggoo
  • 11
  • 1
1
vote
1 answer

Detect IMAPI 2.0

Is there a way to detect what version of IMAPI is installed on an XP or Vista machine? I'm starting to try to burn CDs from an application I'm writing and I'm just kinda lost. I understand that in order to burn DVDs you have to have IMAPI 2.0, I…
llosidian
1
vote
4 answers

Is it possible to write to a CD with .NET?

I have a data file in f:\ drive named 'cd.txt'. I want to write this file to a CD i.e E:\. String source ="F:\\cd.txt"; String destination="E:\\cd.txt"; File.copy(sorce,destination); The above line is throwing exception saying: "Access to the…
Nitin
  • 11
  • 1
1
vote
1 answer

What are some common C libraries in Linux to use a CD burning device?

I am interested in creating software that uses a CD burning device. I will be writing this code in C under Linux and compiling using GCC.
0
votes
1 answer

Create a web based application to create an interface beween PACS and PRIMERA device for CD and DVD burning

Respected All, i have to Create a web based application to create an interface between PACS and PRIMERA device for CD and DVD burning. How can i interact with my Cd Burning device through my Web application.
harsh
  • 109
  • 1
  • 6
  • 22
0
votes
1 answer

How do I call ICDBurn::GetRecorderDriveLetter() in VS2008 C++? (Solving XP CD write to root)

I am trying to implement the solution given in GetSaveFileName() not returning path of CD burning staging area on XP I'm trying to implement this in VS2008 C++. The ICDBurn::GetRecorderDriveLetter() method is not static and thus cannot be called as…
JonN
  • 2,498
  • 5
  • 33
  • 49
0
votes
1 answer

How to obtain CD information (burning speed, burning application etc.) in C#

I've got a C# application and I'd like to implement some functionality of Nero Info Tool. It shows a lot of information about CD, but I actually need only two properties: application that was used to burn CD and burning speed. I found only examples…
Gandzy
  • 13
  • 4
0
votes
0 answers

Is it possible to burn CD/DVD using Mastered Disc Format (i.e. Windows-7 default feature) in C#.net?

Is it possible to burn CD/DVD using Window's-7 CD/DVD player method.(i.e. using Mastered Disc Format) in C#.net? Because if i burn disc with mastered format, it will work on most computers. Cd burning process feature is provided by Windows 7. I…
0
votes
0 answers

Determine the free space on a CD-RW using command line utilites

I'm using the wodim command in bash with the -multi flag to write to a CD-RW without having to blank the disc in between writes. After writing enough sessions to the disc, I have to blank the disc to recover some of the multi-session overhead space.…
Austin Hill
  • 119
  • 1
  • 7
0
votes
2 answers

Why my command line instruction doesn't eject the cd?

In a program I burn a Cd using ISO Writer, due to this link my code should eject the cd after write because of -e command line, it burns to the cd but doesn't eject it after write, I don't know what's the problem? //Library that use to create iso…
user3777963
0
votes
1 answer

How would I write a virtual CD/DVD burner that would allow programs that burn to write to ISO?

I want to write an app that will allow a program like iTunes which normally will recognize a DVD/CD burner to recognize a virtual one and then write to it creating an ISO. I would guess to use C/C++... can someone point me in the right direction as…
MetaGuru
  • 42,847
  • 67
  • 188
  • 294