Questions tagged [dvd-burning]
46 questions
0
votes
1 answer
Controlling DVD Drive using Python
Is it possible to control the path etched by the laser and the speed of the motor through python? I'm trying to not use a microcontroller or disassemble the drive. I'm essentially trying to do LightScribe on the bottom of a DVD without LightScribe.…

Zain D
- 1
0
votes
2 answers
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

arachide
- 8,006
- 18
- 71
- 134
0
votes
2 answers
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 (?) regarding to some security issues or wtf. However,…

ohnoes
- 5,542
- 6
- 34
- 32
0
votes
1 answer
Error Code: 1193 unknown system variable when importing a CSV
I'm trying to import data from a .csv file and I'm getting and error code 1193 unknown system variable. I'm utilizing MySQL 5.5.34.
LOAD DATA LOCAL INFILE 'path to the file/student_2.csv'
INTO TABLE STUDENT
FIELDS TERMINATED BY ','
OPTIONALLY…

redeemefy
- 4,521
- 6
- 36
- 51
0
votes
3 answers
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 media.

thecaptain0220
- 2,098
- 5
- 30
- 51
0
votes
0 answers
AIR App in a DVD
I've created an Air app that includes a quiz and some videos. One of the videos is an embedded .flv clip which plays fine. However, the FLVPlayBack video which is an external .mov file doesn't show/play when I burn the app to a DVD. Also, the…

Mitra
- 15
- 5
0
votes
1 answer
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.
Windows-based machine acts as client.
Client…

Satbir
- 6,358
- 6
- 37
- 52
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
0
votes
1 answer
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 cross-platform, or already exist.
A command-line application…

Lilith River
- 16,204
- 2
- 44
- 76
0
votes
1 answer
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 speeds for all media type burner can write: DVDs,…

iElectric
- 5,633
- 1
- 29
- 31
0
votes
1 answer
autorun.inf file not working on pc
I created an autorun.inf file for my dvd so that it would display a splash page (just an image), then go directly to and open a pdf. As well as set the icon for the drive. However the icon didn't change, and neither the splash page or pdf opened or…

user1504591
- 95
- 2
- 13
-1
votes
1 answer
PowerShell command for burning iso on Windows XP?
I need to know can I use PowerShell to burn ISO file on windows XP without any other addition software like MagicISO or others? I mean .NET framework is on top of Windows XP.
So if it is possible, then I need to know which commands allows me to do…

Khasaanai
- 1
- 5
-2
votes
1 answer
How to rip a movie-DVD using cmd-line FFMPEG
I'm trying to use the cmd-line FFMPEG pgm, to rip a movie-DVD into either a MP4 or MKV container, on Windows-OS. (Please do NOT tell
me to use some other GUI-based pgm, as so many of the other articles
do.)
The part of the ffmpeg command that I…

David
- 2,253
- 5
- 23
- 29
-2
votes
1 answer
How to burn Visual Studio 2015 offline installer into 2 DVDs?
My hard-disk is nearly full, I need to backup the Visual Studio offline installer into 2 DVDs. (each can store ~4.3GB).
The Visual Studio 2015 installer's size is 7.22GB.
The installer data is inside the packages folder, I need to determine how can…

123iamking
- 2,387
- 4
- 36
- 56
-3
votes
1 answer
How can I burn an ISO using C#
I have no experience in burning cd/dvd through code. could someone point me out where to start or give an example?

sparky
- 375
- 6
- 22