Tagged Questions
The dvd-burning tag has no wiki summary.
4
votes
2answers
2k 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 ...
3
votes
5answers
738 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 ...
2
votes
2answers
345 views
What are the essential COM components required for burning DVD in Windows XP using .NET?
I'm trying to burn DVD/CD through frontend C# code...
i have used IMAPI2 for buring CD/DVD in windows XP..but it is giving me unhandled exception... as:-
System.InvalidCastException: Unable to cast ...
2
votes
4answers
511 views
C++ - What libraries or command line programs will I need to create a program that takes an AVI file and burns it to a DVD?
My goal is to create a program that will take an AVI file as input and then do whatever is necessary to burn it to a DVD.
Currently, I use three separate programs to accomplish this. The first tool ...
2
votes
2answers
314 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 ...
1
vote
1answer
140 views
Reading and Writing to a DVD/CD - Java
I'm working on a application called LMCT(Let Me Copy That) and it is programed in Java, I just need to know how to burn to a DVD/CD from java.
any example, API or link is welcome.
1
vote
1answer
193 views
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?
1
vote
1answer
272 views
DVD burning API for Java
I'm looking for an API in Java to burn DVDs. I can't find anything on Google, so maybe I'm more lucky here... :-)
1
vote
0answers
124 views
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 ...
1
vote
1answer
54 views
What's the algorithm for generating the time map (VTS_TMAP) data for a DVD's IFO file?
I'm looking to create an IFO file for a VOB so that I can produce a video DVD.
I have the specifications for the contents of the VTS_01_1.IFO file however I'm not sure on how to generate the time ...
1
vote
2answers
374 views
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 ...
1
vote
1answer
466 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 ...
1
vote
3answers
288 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 ...
0
votes
0answers
14 views
how to burn movie dvd with mac
does anybody know a good program for mac that can burn a .avi or .mkv movie-file on a DVD to play on any regular DVD-player. I am looking for something like convertXtoDVD for windows.
Thx in advance,
...
0
votes
0answers
28 views
I want a folder to open automatically when I insert a hybrid DVD in OSX
My dvd should autorun a flash program in windows, play a video if inserted into a DVD machine, and open the discs root folder with a nice friendly background image in OSX.
I've gotten so far as to get ...
0
votes
1answer
17 views
storing linux files on DVDs
please let me know what the best CD / DVD filesystem to use for storing linux files
to clarify, i intend to:
retain permissions (especially execute permissions)
retain case sensitivity on filenames
...
0
votes
0answers
69 views
Cd/DVD Burner Application [closed]
I plan to write one CD/DVD burner by myself but I need to know how it really works. I found some open source DVDStyler which I can look into as how it works. But what would you suggest and Where can I ...
0
votes
2answers
401 views
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 ...
0
votes
2answers
118 views
Is there a free or commercial dvd burner sdk for cocoa?
One of my Windows app used a DVD Burner SDK. I hope to migrate the app to mac.
Is there a free or commercial DVD burner SDK for cocoa?
Welcome any comment
Thanks
interdev
0
votes
3answers
146 views
Detect DVD Burners in Windows
Is there anyway to dectect available DVD burners in a windows system using c++? I know how to detect all available drives but I would like to be able to detect which ones have the ability to burn DVD ...
0
votes
1answer
55 views
Transfer of directory structure over network
I am designing a remote CD/DVD burner to address hardware constraints on my machine.
My design works like this: (analogous to a network printer)
Unix-based machine (acts as server) hosts a burner. ...
0
votes
1answer
393 views
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 ...
0
votes
1answer
428 views
Is there a cross-platform CD/DVD burning library or command-line app?
I'm looking for a cross-platform CD & DVD burning library. I'm not too particular about the language or framework a long as there are minimal dependencies and they are easily installable ...
0
votes
1answer
82 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 ...
0
votes
1answer
180 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
2answers
1k 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
votes
0answers
11 views
How to parse a IFO file and get title information of a dvd
How to parse a IFO file and get title information of a dvd. I want to have title-number and duration of that title.. Thanks