Hey,
Some buddies and myself are looking into creating a "power hour" DVD. For anyone who doesnt know a power hour is where you take a shot of beer, every minute, for an hour. What we want to do, is pull 60 second clips out of movies, music videos, internet videos, etc, and splice them all onto a dvd, with a timer in a corner, that counts down from 60 seconds. What we would like to do, is to have around 150-250 clips on the dvd, that play randomley, each time, so no "power hour" is ever the same.
I have general expierience authoring DVDs, and my buddy is a Computer Science Major, who has all around programming knowledge etc.
Where should we start? How can we go about doing this.
Thanks in advance guys!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Where should we start?
http://www.mmbforums.com/ipb/index.php?showtopic=10188&hl=randuGUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Instead of using all these registers to keep count of the seed, you can just use the built-in random generator: GRPM(x)=rnd(y) where y = 0..65535 That's more than enough to have over 250 random clips. For count down, either embed the counter into the video of 60 sec or use SetNVTMR command to define timeout duration.
If this is for a class project, you guys will need to do more research. With a CSE background, learning DVD VM commands is a piece of cake. -
DVD-Players even have a built in shuffle play. But the built-in random number generator in most stand alone players always creates exactly the same sequence. That's why these people have created their own algorithm for this task.
GUI for dvdauthor:
https://www.videohelp.com/~gfd/
Similar Threads
-
Lacie Cinema: Can't power device on using remote but will power on with USB
By truequant in forum Media Center PC / MediaCentersReplies: 1Last Post: 14th Nov 2011, 03:03 -
So I'm Making a Power Hour DVD...
By Jskot311 in forum Newbie / General discussionsReplies: 2Last Post: 1st Apr 2011, 13:35 -
How to convert DVD project to Blu-Ray project??
By zentsang in forum Authoring (Blu-ray)Replies: 0Last Post: 9th Jul 2010, 17:08 -
authoring x264 .mkv files for Power Hour DVD
By TraceBusta in forum Authoring (DVD)Replies: 1Last Post: 1st May 2009, 15:51 -
Help Neeeded For DVD Project. Extract DVD Menu For Use In Personal Project
By sephiros in forum Authoring (DVD)Replies: 2Last Post: 5th Nov 2008, 12:49