Questions tagged [dvd-burning]
46 questions
1
vote
2 answers
Burn A (Video) DVD In .NET Without 3rd Party Libraries
Maybe this is a stupid question....I'm looking at a project that would require me to burn a video to DVD in such a way that a traditional DVD player could play it. I've found several '3rd party tools' that do this, which is great and the direction…

Rob P.
- 14,921
- 14
- 73
- 109
1
vote
3 answers
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 can't wait until all the files are captured before I…

Matt Warren
- 10,279
- 7
- 48
- 63
1
vote
0 answers
How to use Windows Burn-API with console application
I try to use Console Application for handling servel functions from Windows Burning-API.
when I try to get the CD-ROM unique_Recorder_Id from MsftDiscMaster2
/// Microsoft IMAPIv2 Disc Master…

Gal Barak
- 65
- 5
1
vote
1 answer
What is the Windows API to use a disc as a Live File System?
I have developed a CD Burning Application with C++ using Windows IMAPI.
However, now I want my disc to be able to function like Live File System (Like USB).
Basically, I want to have the capabilities that Windows Explorer provide in below screen…

Avan CaiJun
- 111
- 1
- 1
- 11
1
vote
1 answer
How to asynchronously write CD/DVD using IMAPI?
I have been told to write a software to burn a CD synchronously/asynchronously as per user choice. I am using IMAPIv2 with C# for the project, and it does not provide the functionality explicitly to write the data asynchronously.
In order to design…

Sherwin
- 49
- 6
1
vote
1 answer
Can we programatically protect CD/DVD by password?
I wrote a program to burn CD in C#, but now I want to protect my CD by a password. Is it possible?

sk7
- 31
- 1
1
vote
1 answer
creating simple DVD structure?
I'm trying to make a DVD builder using C# , and I know that DVD's have a specific structure which I tried to find and I couldn't see any thing helpful , however , I found some half-completed posts about this structure , which indicate the following…

Rambo Actionha
- 115
- 7
1
vote
4 answers
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 print sheets of paper on a printer.
Any ideas on how…

Lance Fisher
- 25,684
- 22
- 96
- 122
1
vote
1 answer
C# plugin for authoring DVD movies?
We have a product which includes some video editing tools. We've had a request to add the ability to write the resulting videos to a standard DVD movie disk.
To do this, I estimate I'd have to create mpg files, covert to vobs, write the correct…

Sugrue
- 3,629
- 5
- 35
- 53
1
vote
2 answers
how to burn the files selected from listview in a dvd using c#.net code?
can any expert help me out to solve a problem of burning a dvd using c#.net as a front end??
i need to select files from the listview in winform and then on button click i need to burn those multiple files in the dvd..
the concept is to select the…

zoya
- 473
- 4
- 11
- 21
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
1 answer
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 card outputs an MPEG-2 stream and I want to write…

Adam Pierce
- 33,531
- 22
- 69
- 89
0
votes
1 answer
How to make virtual optical disk on Windows10
I'm developing a application to write data to DVD. However my PC doesn't optical disk to write data to DVD. So I can't test my software
I know some software as ultralISO, it can make virtual disk. But it seem can't write data to virtual disk.
Could…

Cuong Hoang Van
- 33
- 1
- 7
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…

SHRIKANT KULKARNI
- 19
- 5
0
votes
1 answer
c# create media at runtime
I want to add a backup functionality to my app in the sense that the app will allow users to create a self-contained environment (data + executable + autorun.inf file) on an external device (CD, CD-ROM or USB key) so that users can retrieve (in read…

neggenbe
- 1,697
- 2
- 24
- 62