Tagged Questions
The dvd tag has no wiki summary.
13
votes
5answers
447 views
Demo Java application runnable from a DVD
I wish to give some demo copies of a Java application on a DVD to a client. Does it make sense to have a preinstalled JRE and Java application on a DVD so that they can just click and run it?
Also, ...
11
votes
2answers
467 views
C# How to tell if DVD drive tray is open?
I have a DVD reading and burning app in C#. I want to be able to detect the difference between an empty drive (no disk) and an open drive.
Edit: After some more googling, I think a better problem ...
6
votes
2answers
184 views
Determining a DVD drive's region code in OS X in C WITHOUT requiring that a DVD be in the drive
Basically I run a network of computers and need to know what region code the drives of the various computers are set to. I don't need to change the region, but I have no idea how to determine the ...
6
votes
4answers
723 views
What is a good dvd burning component for Windows or .Net?
I'd like to add dvd burning functionality to my .Net app (running on Windows Server 2003), are there any good components available? I've used the NeroCOM sdk that used to come with Nero but they no ...
5
votes
5answers
298 views
C#: Code to fit LOTS of files onto a DVD as efficiently as possible
I need to write an application that will take a list of files (some large, some small) and fit them onto DVDs (or CDs, or whatever) as efficiently as possible. The whole point of this application is ...
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 ...
4
votes
5answers
2k views
Autorun.inf cannot deal with the sub-folders with space in their folder name?
I am trying to use an autorun.inf to run my executable file under a sub-folder with space in their folder name. Like this:
H:\
autorun.inf
FOLDER NAME 1
file.exe
FOLDER NAME 2
...
4
votes
3answers
867 views
Service that provides DVD Covers art?
Are there any services that allow you to retrieve DVD cover information? I'm working on a small WPF application where this functionality would be handy. If a user inserts a DVD or types a title in, ...
3
votes
4answers
831 views
DVD menu coding
As a programmer I have no idea how one would go about programming menus for a DVD, I have heard that this is possible, and even seen basic games using DVD menus - although it may very well be a ...
2
votes
2answers
128 views
FFMpeg open a DVD VOB chain?
I'm new to FFMpeg so this may be a dumb question, but I don't see the answer in the documentation.
I want to decode frames from a DVD vob files. Opening the first VOB in the group works fine, but how ...
2
votes
3answers
82 views
How a bootloader can read a DVD(cd)?
I have a first stage bootloader written in assembly. I need that it loads the second stage bootloader from dvd(or cd). I only found examples where it reads from floopy or hdd. The interrupt used there ...
2
votes
1answer
104 views
Get all DVD drives in Java
After getting a list of the drive roots, is there a cross-platform way in Java to check whether any of the drives is:
A DVD drive
...that contains a disk?
I want the user to be able to select a ...
2
votes
1answer
402 views
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".
...
2
votes
3answers
112 views
Strategies for programmatically controlling a commercial DVD player
If you were tasked with operating a commercial DVD player from a computer program, how would you do it?
My company sells a product that does exactly that. We have a couple of different approaches, ...
2
votes
2answers
680 views
2
votes
6answers
2k views
How to make an html page open automatically on a CD/DVD
I need to include an html page (table of contents) on a CD/DVD. I'd like the html page to open automatically when the user puts the CD/DVD in their machine. Is there a way to do this (the MSDN cds ...
2
votes
1answer
630 views
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?
2
votes
3answers
249 views
Best way to update multi-gigabyte program (DVD fulfillment? Updater software?)
Two years ago, we shipped a multi-gigabyte Windows application, with lots of video files. Now we're looking to release a significant update, with approximately 1 gigabyte of new and changed data.
...
1
vote
1answer
60 views
Perl module or method to create DVD compliant ISO from directory without system commands
Are there any Perl modules or combination of modules to create DVD compliant ISOs? This will run on Linux and I'm not concerned about portability. What I'm looking to do is create a DVD compliant ISO ...
1
vote
0answers
83 views
Detect emptiness of DVD-RAM media on Windows 7 x64
I'm trying to detect if a DVD-RAM media is empty or not, with C++ on Windows. The simplest choice is to use IMAPI (version 2) - boilerplate code omitted:
IMAPI_FORMAT2_DATA_MEDIA_STATE state;
HRESULT ...
1
vote
0answers
60 views
Override DVD system in c#
I've been wanting to write my own version of DVD override software for some time now. I really want it to behave like AnyDVD, except much less overhead and not near as many options.
Basically I want ...
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
1answer
100 views
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 ...
1
vote
1answer
151 views
Online App to Rip Discs to ISO/DMG
I've been thinking a lot lately about how cool it would be to have a website that allows a user to insert a disc into their drive and click a button to begin a ripping process. After the rip is ...
1
vote
3answers
141 views
DirectShow DVD manipulation and capturing
I am new to DirectShow.
My intention was to develope a small application (C#) that handles video processing.
The main tasks i need are :
1 - Display video content from a DVD.
2 - Navigate to ...
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
3answers
641 views
How can I play DVD files using wmp.dll?
I need help with my VB6 app. I have a form with a reference to wmp.dll (Windows Media Player 9 ocx). I can play many file extensions like Mpg mpeg , avi, qt and others, but I want to play dvd files. ...
1
vote
3answers
128 views
Python CDROM Production
I'm a complete newbie to Python so forgive my ignorance.
I have been using Macromedia / Adobe Director & Lingo since 1998. I am extremely familiar with using this software to create CDROMs and ...
1
vote
1answer
173 views
Extract DVD subtitles programmatically
I'm trying to extract subtitles from unencrypted DVDs with a program, so I can save them seperately. I know there are programs that do that (I found this page for example: ...
1
vote
2answers
181 views
wpf app on dvd how to? [closed]
Possible Duplicate:
wpf/silverlight application to dvd
Just wondering if it is possible to play a wpf app on dvd.
We have an app which acts as a Knowledgebase for a few applications. Our ...
1
vote
1answer
920 views
How to tell if a given path is mounted removable media in Mac OS X?
Given a path, in Mac OS X, is there a way to tell that it is a mounted CD or DVD, as opposed to a regular directory, a regular file, or mounted DMG or other mountable file type? Specifically I would ...
1
vote
2answers
224 views
Very slow read from DVD in Java and .Net
I noticed in two applications to generate hashes of files, one written in Java and the other in C#, that the performance is horrible when reading from a DVD. I'm using Windows XP SP3. I noticed from ...
1
vote
3answers
1k views
DVD Playback in C#?
I am in need of a component or control that can read a DVD and play it back either on the current window, on another window, or in an arbitrary position on-screen (to be indicated programmatically). ...
1
vote
2answers
652 views
Enumerating attached DVD drives in Linux / Java / Scala
In my Scala (runs on top of Java) Application I would like to get a list of all drives that contain DVD media, e.g. something like this:
/dev/scd0 Star Trek DS9 DVD1
/dev/scd0 The 4400 DVD1
...
1
vote
3answers
174 views
lib to read a DVD FS (data disc)
I am thinking i might want to port a lib to read a DVD filesystem. I am not talking about movies but datadisc. Theres existing code for me to do raw reads from the disc. I need code that request this ...
1
vote
2answers
360 views
OS X: which volume is a DVD?
How can I programmatically determine which (if any) mounted volumes are a DVD?
I currently look for a directory with permissions 555 but I would prefer something a bit less hacky. Thanks!!
$ ls -l ...
1
vote
2answers
102 views
Unique DVD info?
I was wondering, is there some type of disc ID i can use to search in my database to see if that disc is has been scanned or not? All disc were created by me typically burnt on windows.
-edit- I ...
1
vote
1answer
232 views
VMR-9 Renderless mode: SelectAtPosition() crashes
How to solve the SelectAtPosition() crash when using VMR-9 in renderless mode?
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
1answer
54 views
UDF Filesystem reading, bluray metadata partition, libdvdread with ISO images
So this might be a little too specific, and too much for anyone to read, for anyone to be able to help. But maybe there is someone out there who has done this before.
I am currently using the ...
0
votes
0answers
23 views
Multiplatform software for interactive CD/DVD-ROM
I have a bunch of html pages that need to be browsed from an offline CDRom.
Some links need to call .exe files (in the case of Microsoft Windows), so the user could see security warnings, bla bla...so ...
0
votes
1answer
114 views
DVD Investigation class in Delphi [closed]
Does anyone know of a class/component FreeWare/ShareWare/BuyWare that can investigate a DVD structure (and - if possible - a BluRay structure) and return information about what is on the DVD with ...
0
votes
0answers
43 views
How to autorun a piece of software from a CD/DVD on Windows 7?
I want my software to run automatically from a CD/DVD with no user interaction whenever the user puts the CD/DVD into the drive. As far as I know autorun should still work with Windows 7, they just ...
0
votes
1answer
69 views
Regex Help for HandBrake DVD Scan
I'm developing in Java and I have a long string of text which contains all the information I need about a particular DVD. (It's the scan output from HandBrakeCLI). I need to build a regex which will ...
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
0answers
29 views
I am looking for commercial library to play dvd format in android os
I am looking for a commercial library to play dvd source in android OS.
I am trying to use vlcj project but I screwed up.
So I turn to the direction to find out commercial sdk.
But I could not find ...
0
votes
2answers
50 views
how can i install Visual studio into a removable media like DVD
Pls how can i install Visual studio into a removable media like DVD. i want to present a Visual studio project at collage but my collage don't have visual studio installed to provide the platform for ...
0
votes
2answers
31 views
Protect CD/DVD content
I need to protect some CD which hold some picture from coping. I want to give this CD to one person but just for him, just he can open this pictures on his computer. So basically, I want to bind CD ...
0
votes
2answers
251 views
Copy Protection Scheme
I want to create some simple copy protection for my program, I want my program could be run only from original read-only optical disc (CD/DVD), my question is:
is there any unique number for each ...