Moving background effect

150 views
Skip to first unread message

CHNL

unread,
Nov 9, 2015, 7:36:32 AM11/9/15
to QLab
Hi,

For a show I've been provided with a still image, people want to use as a backdrop. In a certain scene explosions are heard and, in sync, I would like to have this still image moving (multiple times slightly up/down, left/right as if the whole stage is shaking) giving the impression of being impacted by these explosions. What's the best way to approach this? Using fade cues and apply x/y/z rotation? Or might there be a different way?

regards
CH

Drew Schmidt

unread,
Nov 9, 2015, 8:34:35 AM11/9/15
to QLab
The best way would probably be using AfterEffects and the wiggle effect. Do you have AE at your disposal?

CHNL

unread,
Nov 9, 2015, 8:37:20 AM11/9/15
to QLab
Unfortunately not. Therefore currently looking for a solution in QLAB itself.


Op maandag 9 november 2015 14:34:35 UTC+1 schreef Drew Schmidt:

Joshua Langman

unread,
Nov 9, 2015, 10:19:20 AM11/9/15
to QLab
You could use a couple fade cues in QLab and give the fade curve a bunch of peaks and valleys so that the image shakes on the way to its destination.

micpool

unread,
Nov 9, 2015, 12:51:18 PM11/9/15
to QLab
Dudes

Get with the program. Shake with the script

repeat 10 times
set xxx to (random number from -100 to 100)
set yyy to (random number from -100 to 100)
set shakecue to "1"
tell application id "com.figure53.qlab.3" to tell front workspace
set translation x of cue shakecue to xxx
set translation y of cue shakecue to yyy
end tell
delay 0.1
end repeat
tell application id "com.figure53.qlab.3" to tell front workspace
set translation x of cue shakecue to 0
set translation y of cue shakecue to 0
end tell

remember to have custom geometry enabled on the shake cue


Mic

CHNL

unread,
Nov 10, 2015, 4:23:26 PM11/10/15
to QLab
Thx Mic
Works like a charm


Op maandag 9 november 2015 18:51:18 UTC+1 schreef micpool:
Reply all
Reply to author
Forward
0 new messages