Questions tagged [dvd-burning]

46 questions
11
votes
1 answer

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.
Liam Haworth
  • 848
  • 1
  • 9
  • 27
7
votes
5 answers

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 many files as possible onto each DVD, so I'm…
Norman Ramsey
  • 198,648
  • 61
  • 360
  • 533
6
votes
1 answer

Is the geometry of data on burnable media deterministic?

Is it possible to determine the physical location (e.g. angle + radius) for a particular bit on a CD/DVD/BluRay disk? The reason I'm asking is this, I want to design a data structure which stores recovery information approximately on the opposite…
Martin
  • 911
  • 7
  • 21
4
votes
1 answer

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... :-)
Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124
3
votes
2 answers

How to retrieve and set burn speed using IMAPI2?

Does anyone know how to set CD/DVD burn speed (e.g. 4x, 10x) using IMAPI2? Also, I first need to get the speeds supported by the media. How can I retrieve them?
d.Siva
  • 1,140
  • 3
  • 20
  • 42
3
votes
1 answer

Watching CD/DVD burning files on Windows

I just want to log all files wrote to CD-ROM/DVD disks, and the source file (file which it's copied from) - and I cannot depend anyway from the burnning software. It's to know every file copied from the computer to any removable media.
3
votes
2 answers

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 COM object of type…
shruti
  • 51
  • 3
  • 7
3
votes
3 answers

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 requires me to convert it from an AVI file to an…
xian
  • 4,657
  • 5
  • 34
  • 38
3
votes
0 answers

How can I write a program to burn CD/DVD by Java?

I've searched in Internet about burning CD/DVD that can work either in Linux and Windows. but unfortunately, I couldn't find a good solution. Somebody suggested me, use commands line that related to Operating system. but I think it'd better write a…
Omid Nazifi
  • 5,235
  • 8
  • 30
  • 56
2
votes
1 answer

Accessing CD/DVD drive for backup from Adobe AIR application

Is it possible to burn a CD/DVD from an Adobe AIR app? How? I want my application to take some backup on the CD/DVD. Any other options?
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
2
votes
1 answer

Copy and read files from dvd and CD C#

I am trying to use the following code in my project. http://www.codeproject.com/KB/miscctrl/imapi2.aspx However, When I run the application and click on "Detect Media" it says "Media not supported". Can someone please help me with this issue. Why…
Muppa Divya
  • 53
  • 2
  • 8
2
votes
1 answer

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 map data for the VTS_TMAP section. I think the…
2
votes
1 answer

is it possible to make a packaged app to burn disc(CD, DVD, BD) for chrome book

I`m beginner for chrome packaged app. I want to make a app to burn DVDs, BDs, CDs on chrome os , is it possible? I heard chrome os prevent burn disc because of patent, is it right? Is there any method to burn disc ? and How can I get handls for SATA…
2
votes
1 answer

Modify .iso file with Python

I have an ISO image that I would like to distribute. However, to make setup easier for the user, I would like add a unique .config file to each .iso file. Is there a way to use python to modify the iso file?
Alexis
  • 23,545
  • 19
  • 104
  • 143
1
vote
1 answer

Mounting HFS+ and UDF from a Hybrid Video-DVD

I have developed a Mac software (using DiscRecordingFramework and IOKit) that creates hybrid Video-DVD. The resulting DVD is fully compatible with Video-DVD specifications. The hybrid disc hosts HFS+, UDF and ISO filesystems. Now the problem is Mac…
1
2 3 4