Tagged Questions

1
vote
1answer
26 views

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 …
0
votes
0answers
18 views

CD or DVD copy protection [closed]

Hi, i want to make CD or DVD copy protection. Is there any free software available? else give me some idea. thanks in advance.
0
votes
1answer
32 views

Handling HAL implementation: storage.cdrom.write_speeds

device.get('storage.cdrom.write_speeds') This returns HAL list of ints, like: [4284, 2342, 1202, 800] How should these be handled, to recieve writing speed? Or better, how does one retrieve …
1
vote
1answer
179 views

How to burn video DVD from c#?

I need to burn video dvd from my web cam in C# application? What is the right way to do it? What are required steps? I guess I must create image with right folder structure and MPEG2 video and then …
0
votes
0answers
79 views

Burn more than one ISO to one dvd? [closed]

I just turned 11 CDs with a total of 1gb of stuff into ISOs. Is it possible for me to just burn all the ISO videos into a DVD? Any alternative way for me to do it?
0
votes
0answers
70 views

DVD-RW Drive not recognizing a DVD+R disc [closed]

Hi everyone, I am having trouble burning DVD+R disc's. My OS is vista and i have used this burner and these same discs in the past. I haven't had the need to do so in months and now that i come …
0
votes
1answer
66 views

Live DVD burning under Linux

A similar question has already been asked for the .NET platform but I am on Debian Linux. I am trying to find a solution for burning a video DVD directly from a camera attached to a capture card. The …
0
votes
0answers
73 views

What is the best way to back up an entire library of dvds? [closed]

Here is my scenerio: I have several hundred dvds that i want to back up digitally. I have unlimited harddisk space (almost 7000 gb). I want to copy entire dvds (or possibly just the main movie from …
0
votes
0answers
765 views

Create netbook recovery image without DVD burner (virtual burner?) [closed]

I have a new Acer Aspire One which is asking to create a recovery DVD. It doesn't have a built in burner, and I don't have a USB burner. However I do have a large USB hard drive. Is there some way to …
-1
votes
1answer
170 views

DVD writer on XP – does XP include drivers etc [closed]

Sorry this is more of a system admin question. I wish to put a DVD writer on one of my one machines, (mostly to back up data to). I know that XP includes all the drivers etc that are needed to …
3
votes
5answers
293 views

How can I predict the size of an ISO 9660 filesystem?

I'm archiving data to DVD, and I want to pack the DVDs full. I know the names and sizes of all the files I want on the DVD, but I don't know how much space is taken up by metadata. I want to get as …
0
votes
2answers
529 views

Is it possible to create autorun hybrid CD/DVD on Max OSX Tiger/Leopard?

Excuse me for not quite a programming question, but I need to burn a disc that would be autoplayed both on Windows and OSX. I read somewhere, that OSX disables autoplay feature by default (?) …
1
vote
3answers
179 views

Automate burning of 100+ .ISO DVD images

Suppose I have a directory of 100 .ISO files. Do you know how I could automate burning them to DVDs? I'd basically like to send them to a DVD burner with a hopper of DVDs similar to how you can …
2
votes
3answers
720 views

HP LightScribe Label tricks [closed]

Just wondering if anyone has ever done anything tricky with a LightScribe label? I wanted to do a hologram by very lightly burning an image into the label, and then shifting over a few bits and …
1
vote
2answers
146 views

SDK for writing DVD’s

I need to add DVD writing functionality to an application I'm working on. However it needs to be able to write out files that are being grabbed "live" from a camera, over a long period of time. I …