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
Rinsky  
#1 Posted : Saturday, September 5, 2020 12:15:11 AM(UTC)
Rinsky

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2013(UTC)
Posts: 462

Thanks: 38 times
Was thanked: 39 time(s) in 35 post(s)
Hi,

I am trying to Cut in Mix 2 to a specific Input via OnTransitionIn and Out triggers, but unfortunately it doesn't work.

It works with OnOverlayIn and Out, but not with the transition.

Am I doing something wrong or does anyone know a workaround for this?

dmwkr  
#2 Posted : Saturday, September 5, 2020 12:42:22 AM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 513

Thanks: 62 times
Was thanked: 119 time(s) in 108 post(s)
I had been down this road . . . ;-)

From https://www.vmix.com/help23/Triggers.html :

"Note that in order to prevent loops, transition effects have no effect for OnTransitionIn or OnTransitionOut."

Workaround might be to start a script OnTransitionIn, that executes the Cut function.
thanks 1 user thanked dmwkr for this useful post.
Rinsky on 9/5/2020(UTC)
Rinsky  
#3 Posted : Saturday, September 5, 2020 12:56:21 AM(UTC)
Rinsky

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2013(UTC)
Posts: 462

Thanks: 38 times
Was thanked: 39 time(s) in 35 post(s)
Sounds reasonable, but it shouldn't be a problem if we use another mix and not the main mix, am I right?

So, maybe there is a chance for Martin to enable it for other mixes.
ezitjahy  
#4 Posted : Monday, September 7, 2020 3:49:06 PM(UTC)
ezitjahy

Rank: Newbie

Groups: Registered
Joined: 9/7/2020(UTC)
Posts: 1
United States
Location: NY

Originally Posted by: dmwkr Go to Quoted Post
I had been down this road . . . ;-)

From https://www.vmix.com/help23/Triggers.html :

"Note that in order to prevent loops, transition effects Taco Bell Survey have no effect for OnTransitionIn or OnTransitionOut."

Workaround might be to start a script OnTransitionIn, that executes the Cut function.


Thank you for posting something like this
Rinsky  
#5 Posted : Monday, September 7, 2020 7:25:14 PM(UTC)
Rinsky

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2013(UTC)
Posts: 462

Thanks: 38 times
Was thanked: 39 time(s) in 35 post(s)
Originally Posted by: dmwkr Go to Quoted Post
I had been down this road . . . ;-)

From https://www.vmix.com/help23/Triggers.html :

"Note that in order to prevent loops, transition effects have no effect for OnTransitionIn or OnTransitionOut."

Workaround might be to start a script OnTransitionIn, that executes the Cut function.


Could you please show me how such a script would look like?
dmwkr  
#6 Posted : Monday, September 7, 2020 10:05:55 PM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 513

Thanks: 62 times
Was thanked: 119 time(s) in 108 post(s)
This would be:

Code:
Function=Cut&Mix=1&Input=3


Mix parameter: 0 is the regular Mix, 1 is Mix2, ...
Input parameter: Name or number of the input to Cut, here Input no. 3

Does that work for you?

And, as always, here the disclaimer for the main scripting references to look for, if you want to learn some things:
- doggy's Scripting for Dummies post https://forums.vmix.com/...86-Scripting-for-Dummies (Great for learning syntax and examples)
- vMix's Function Reference https://www.vmix.com/hel...utFunctionReference.html (Great for finding what functions are out there)
- Richard's Script Builder App https://forums.vmix.com/...r-App---Updated-02-24-20 (Great for creating basic scripts)
thanks 2 users thanked dmwkr for this useful post.
LucaL on 9/7/2020(UTC), Rinsky on 9/8/2020(UTC)
Rinsky  
#7 Posted : Tuesday, September 8, 2020 1:06:48 AM(UTC)
Rinsky

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2013(UTC)
Posts: 462

Thanks: 38 times
Was thanked: 39 time(s) in 35 post(s)
Ohhh! Great! Know I understand...it's really that easy...

I was looking into the scripting stuff, but couldn't figure it out, because I was thinking the wrong way.

Thank you very much! Everything works just fine now.
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.