I'm looking at putting together a DVD that will work in a special way, but I'm not sure if it's possible.
I know I could do it if it were to be run on a computer, but I want to run it on a DVD player. I don't know if they are capable of it, however.
The idea is basically as follows (this is a slighlty simplified version, but it's basically how it would work):
The DVD has on it say 20 video clips. A-T.
When it plays it chooses between playing A and B first, each with a 50% chance.
It has a database for each clip. The entries sort of look like this:
A: C, F, G - 1/3
So when A plays, the DVD now chooses between playing C, F, or G, each with a 1/3 chance.
Similalry, if it chose F, it looks up the entry for F:
F: H,T, Q, 1/3
And chooses between H, T, and Q.
It would be slightly more complicated than that, but basically it would work like that.
Are DVD players capable of this? The programming would be pretty simple.
If they are capable of running a program like that, rather than just playing video, what language would I write the program in?
I know I could do it if it were to be run on a computer, but I want to run it on a DVD player. I don't know if they are capable of it, however.
The idea is basically as follows (this is a slighlty simplified version, but it's basically how it would work):
The DVD has on it say 20 video clips. A-T.
When it plays it chooses between playing A and B first, each with a 50% chance.
It has a database for each clip. The entries sort of look like this:
A: C, F, G - 1/3
So when A plays, the DVD now chooses between playing C, F, or G, each with a 1/3 chance.
Similalry, if it chose F, it looks up the entry for F:
F: H,T, Q, 1/3
And chooses between H, T, and Q.
It would be slightly more complicated than that, but basically it would work like that.
Are DVD players capable of this? The programming would be pretty simple.
If they are capable of running a program like that, rather than just playing video, what language would I write the program in?