I have a project that consists of lots of short clips that needs to be playable either individually or with "Play All"-like functions. Think of it as a kind of encyclopedia for DVD players, and you're not too far off.
I know that this has been touched upon before. However those solutions (aswell as the one in the manual) doesn't work for me for two main reasons;
1) Each clip must be playable by several individual play-lists.
2) Each clips "jump back" destination needs to be dependent of which button (on which menu) originated the playback. (therefore, the "End Jump" parameter in the "Marker Inspector" is out).
In order to get around the "99-track" limit, I need to collect all the clips on one (or several) track(s) and then use "Chapter Markers" to initiate playback of the individual clips.
Giving buttons scripts with the following functionality would be the ideal solution.
For individual playback:
1. Jump Track 1:: Marker 1 ("At end of play go to step 2")
2. Jump Menu "X" ("Substitute "X" for the menu from where playback was initiated. Preferably with the initiating button highlighted")
For playlist playback:
1. Jump Track 1:: Marker 1 ("At end of play go to step 2")
2. Jump Track 1:: Marker 8 ("At end of play go to step 3")
3. Jump Track 1:: Marker 4 ("At end of play go to step 4")
............................................
99. Jump Menu "X" ("Substitute "X" for the menu from where playback was initiated. Preferably with the initiating button highlighted")
Of cause, these simple scripts doesn't work, but they might give an idea of what I'm looking for.
Any assistance would be greatly appreciated.
I know that this has been touched upon before. However those solutions (aswell as the one in the manual) doesn't work for me for two main reasons;
1) Each clip must be playable by several individual play-lists.
2) Each clips "jump back" destination needs to be dependent of which button (on which menu) originated the playback. (therefore, the "End Jump" parameter in the "Marker Inspector" is out).
In order to get around the "99-track" limit, I need to collect all the clips on one (or several) track(s) and then use "Chapter Markers" to initiate playback of the individual clips.
Giving buttons scripts with the following functionality would be the ideal solution.
For individual playback:
1. Jump Track 1:: Marker 1 ("At end of play go to step 2")
2. Jump Menu "X" ("Substitute "X" for the menu from where playback was initiated. Preferably with the initiating button highlighted")
For playlist playback:
1. Jump Track 1:: Marker 1 ("At end of play go to step 2")
2. Jump Track 1:: Marker 8 ("At end of play go to step 3")
3. Jump Track 1:: Marker 4 ("At end of play go to step 4")
............................................
99. Jump Menu "X" ("Substitute "X" for the menu from where playback was initiated. Preferably with the initiating button highlighted")
Of cause, these simple scripts doesn't work, but they might give an idea of what I'm looking for.
Any assistance would be greatly appreciated.
Last edited: