logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
DougF  
#1 Posted : Wednesday, February 8, 2023 6:58:51 AM(UTC)
DougF

Rank: Newbie

Groups: Registered
Joined: 8/10/2022(UTC)
Posts: 5
Canada
Location: Ontario

Thanks: 1 times
I've been playing with playlists to automate a few steps at the start of our church service. I want to show the first powerpoint slide in an overlay for 30 seconds, and then jump to the third. I've tried several times and I can select the powerpoint input and tell it what slide I want, but it always stays at slide 1.

As well as in the overlay, I also have the powerpoint as an output to our projector.

Any thoughts why it won't select the slide I want?

Thanks
nikosman88  
#2 Posted : Wednesday, February 8, 2023 7:31:49 AM(UTC)
nikosman88

Rank: Advanced Member

Groups: Registered
Joined: 12/24/2021(UTC)
Posts: 344
Greece
Location: athens

Thanks: 113 times
Was thanked: 53 time(s) in 50 post(s)
Hi. Try this. Go to shortcuts and a make a shortcut -->Function-->SelectIndex. For input select your powerpoint input. In the field Value index put for example the number 3 if you want the 3rd slide and try if work. Or if you want to do this with commands try this
for example for ppt that it is input 1 and you want to overlay it in overlay1 channel

API.Function("OverlayInput1In", Input:="1")
sleep (30000)
API.Function("SelectIndex", Input:="1", Value:="3")
thanks 1 user thanked nikosman88 for this useful post.
DougF on 2/10/2023(UTC)
DougF  
#3 Posted : Friday, February 10, 2023 2:11:45 AM(UTC)
DougF

Rank: Newbie

Groups: Registered
Joined: 8/10/2022(UTC)
Posts: 5
Canada
Location: Ontario

Thanks: 1 times
Thanks. switching to this approach with a countdown timer gets me to where I want to be instead of using a playlist.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.