I'm working on an interactive director program that is used to play video, and display various text documents. I'm doing this project for a private investigator, and what I'm trying to do is have a CD (or DVD, depends on the length of video) that will play JUST a single video file if it is put into a DVD player, but if it is put into a computer it will use an autorun.bat file to run the director program. So, point is - if this company ships a CD to somebody who doesnt have a computer, they can still see the video on TV.
Can someone help me out? Thanks!!!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Autorun should work if they're not smart enough to turn it off. Easy to do, just look at any autrun disc, IE WIndows disc, see how they autorun and then duplicate the methodology. Autorun can co-exist with the VIDEO_TS and AUDIO_TS directories. A DVD player will play the video as a DVD as long as those two directories are present. I often create DVDs with other directories off of the root holding things like text or images.
-
Understand, though, that the presence of autorun.inf doesn't guarantee that when put in a computer it will AUTOMATICALLY play the director file. That does require that autorun is turned on for that drive (controlled by the user), and--on a side note--you have to watch out for users who already have a DVDplayer app installed, particularly those who allow it to stay resident in the system tray. This can cause problems when both Director (insert any other autorun app here) and the DVD player app will both try to read different parts of the same disc at ~the same time (when disc is inserted). Many times, there will be a lockup.
With that consideration, put a readme.txt in the root of the disc that says what to do for manual users ('click "Director_Autorun.exe" to start', etc).
Also, it's usually better to use a standalone EXE than a batch file, as certain OS configurations may vary in their understanding/interpretation of the batch script, with sometimes unfortunate results.
Scott
BTW--you can do this sort of thing with DVD-Videos, Video-CDs, and EnhancedAudioCDs(multisession kind)!
I have a few past posts that help with creation of such...
Similar Threads
-
MKV file audio out of sync on my computer, inferior computer plays perfect
By dave in or in forum Newbie / General discussionsReplies: 7Last Post: 5th Aug 2011, 21:56 -
Hybrid disc with both DVD-Video & DVD-ROM - is it possible to burn?
By rjamesd05 in forum Authoring (DVD)Replies: 5Last Post: 18th Sep 2009, 13:07 -
Video DVD that doesnt play audio on DVDplayer but plays fine on computer ?
By hiavi in forum Video ConversionReplies: 6Last Post: 15th Jan 2009, 14:01 -
Xvid won't play on device. Plays on computer. GSpot has blank Video section
By cryptyk in forum Newbie / General discussionsReplies: 11Last Post: 13th Sep 2008, 22:53 -
Can't see DVD video files on disc, but it still plays
By skootles in forum DVD RippingReplies: 1Last Post: 25th May 2007, 19:05