On Dec 13, 2024, at 1:27 PM, Stephen Harrison <ste...@redleopard.org> wrote:
I'm building a slideshow of images (playlist, duration, crossfade) but I'm wondering if there is anyway to apply a subtle Ken Burns zoom effect to the images, that doesn't involve manually adding a fade cue to every image?
Was hoping there might be something in the Video FX selection, but doesn't look like it.
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/d71669ce-79d6-40bb-ba22-348f9b96febfn%40googlegroups.com.
This may just be an old habit that’s unnecessary now, but I still have a reflex to reduce load on the playback machine.
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/Tv_AHZfE_gc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/CAOOK5AYwPoQwrb40NGnBRFxB0mpSu-1rRfDgpZkOZka0PkYAEQ%40mail.gmail.com.
On 13 Dec 2024, at 19:01, Stephen Harrison <ste...@redleopard.org> wrote:
Hi Sam,
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/1514C027-EE10-4567-8DB2-E6C8989D5E74%40redleopard.org.
On Dec 13, 2024, at 2:10 PM, Richard Williamson <ric...@theatre.support> wrote:
I would do this with syphon - send your full size images out of qlab over syphon and have a camera cue that picks this up and zoom/pans - possibly with some clever randomisation with osc cues
To view this discussion visit https://groups.google.com/d/msgid/qlab/12EBB8B2-BEF0-407A-8BE6-032245578947%40theatre.support.
I wasn’t trying to avoid fade cues for any performance reason, I just didn’t want to manually create 130+ fade cues and manually set a suitable zoom value for each photo in the slideshow.
The thought experiment was: is there a way to take a playlist of images, that are all of random sizes and set to Fit, then apply a small amount of relative zoom to them all, as a list?
That’s good to know. Do you think that answer still applies with fairly large images say 2 or more times the output resolution? Though I guess if I’m working at 1080p (which I usually am) that would just be a 4k frame and therefore not a big deal.
I suspect this is just me having old habits.
I’m sure this isn’t the only way but I tend to do that in DaVinci Resolve and then render out a video that QLab plays.
This may just be an old habit that’s unnecessary now, but I still have a reflex to reduce load on the playback machine.
On Dec 13, 2024, at 1:27 PM, Stephen Harrison <ste...@redleopard.org> wrote:
I'm building a slideshow of images (playlist, duration, crossfade) but I'm wondering if there is anyway to apply a subtle Ken Burns zoom effect to the images, that doesn't involve manually adding a fade cue to every image?Was hoping there might be something in the Video FX selection, but doesn't look like it.
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/d71669ce-79d6-40bb-ba22-348f9b96febfn%40googlegroups.com.
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/Tv_AHZfE_gc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/3A62176F-7EB4-4B9C-B051-1977D61A2E56%40gmail.com.
On 13 Dec 2024, at 20:32, micpool <m...@micpool.com> wrote:
Download example workspace here:
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/Tv_AHZfE_gc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/qlab/c6ae6b9d-c821-4bcb-9eb9-6afcf6102b76n%40googlegroups.com.
<Screenshot 2024-12-13 at 20.28.29.png>
Thanks the that Mic, a nice solution and one that does work on images that are set to Fill Stage.
. I’m also thinking that giving the photos alternating cue prefixes would allow a smooth transition between zooming out and zooming in images.
--renumber the cues in a group to have alternate prefixes
set theOddPrefix to "KBO"
set theEvenPrefix to "KBE"
tell application id "com.figure53.QLab.5" to tell front workspace
try
set theGroup to last item of (selected as list)
on error
display alert "No Selection!"
return
end try
if the q type of theGroup is "group" then
set theFirst to text returned of (display dialog "Cue number for first Cue Pair" default answer "1")
set theIndex to theFirst as integer
set theCues to cues of theGroup
repeat with eachCue in theCues
if theIndex mod 2 is 0 then
set thePrefix to theEvenPrefix
else
set thePrefix to theOddPrefix
end if
set the q number of eachCue to (thePrefix & theIndex)
set theIndex to theIndex + 1
end repeat
else
display alert "The selected cue is not a group"
end if
end tell