7800 Multiframe Manual
7825DSK2-LG(-HD)(-3G) 3G/HD/SD Dual Downstream Keyer
Page 10-2
Revision 2.0
APPENDIX A
•
cmd voiceover_toggle():
This command will toggle the state of the voiceover function, if
the state is enabled it will be disabled, if disabled it will be
enabled.
•
cmd transition("video"):
This command will enable a video transition setting the Preview
Bus to the Program Bus using the transition settings specified
either in the script or from the panel.
•
cmd transition("audio"):
This command will enable an audio transition from the device.
•
cmd transition("key,audio"):
This command will enable the DSK layer and enable an audio
transition from the device.
•
cmd transition("bg,audio"):
This command will transition the background video and audio.
The script can also direct the actions of channels coming from the device.
object bus_setup ("1") {
object channel ("1L") {
source = "AEMB1L" gain = 0 router = "1" }
}
In this case, the script is telling the channel “1L” of input 1 that both its sources will come from the
discrete input 1L of ABO 1 side A and the gain on will be 0.
Transition options are as follows:
• "Cut", mode_cut
• "Fade", mode_fade
• "BarWipeTopToBottom", mode_wipe_0
• "DiagonalWipeTopLeft", mode_wipe_45
• "BarWipeLeftToRight", mode_wipe_90
• "DiagonalWipeBottomLeft", mode_wipe_135
• "BarWipeBottomToTop", mode_wipe_180
• "DiagonalWipeBottomRight", mode_wipe_225
• "BarWipeRightToLeft", mode_wipe_270
• "DiagonalWipeTopRight", mode_wipe_315
• "BoxWipeBottomLeft", mode_wipe_blbox
• "BoxWipeBottomRight", mode_wipe_brbox
• "BoxWipeTopLeft", mode_wipe_tlbox
• "BoxWipeTopRight", mode_wipe_trbox
• "BarnDoorWipeVerticalClose", mode_wipe_lrcurt
• "BarnDoorWipeHorizontalClose", mode_wipe_tbcurt
• "BarnDoorWipeVerticalOpen", mode_wipe_lrsplit
• "BarnDoorWipeHorizontalOpen", mode_wipe_tbsplit
• "IrisWipeRectangleClose", mode_wipe_box_in
• "IrisWipeRectangleOpen", mode_wipe_box_out
• "IrisWipeCircleClose", mode_wipe_circle_in
• "IrisWipeCircleOpen", mode_wipe_circle_out
• "IrisWipeDiamondClose", mode_wipe_diamond_in
• "IrisWipeDiamondOpen", mode_wipe_diamond_out
• "CutFade", mode_cut_fade
• "FadeFade", mode_fade_fade
• "FadeCut", mode_fade_cut