vMix Forums
»
General
»
3rd Party Software and Development
»
vMix Script Builder App --Updated 11 July 2022--
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2015(UTC) Posts: 126 Location: Ecuador Thanks: 2 times Was thanked: 16 time(s) in 12 post(s)
|
hi, version 1.0.8 has bugs - does not connect with vmix - does not close the functions combobox, after selecting the command.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
thanks Jairodj !!
I will remove the update for now until further testing .
regards, Richard
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
Here is a new update. https://cli.re/vMix-Script-Builder-1.0.9changelog:- URLEncoded Script now updates when changing fields - can now copy selected text from compiled script - added new commands in vMIx24
|
3 users thanked raugert for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 2/23/2021(UTC) Posts: 3 Location: Amsterdam Thanks: 2 times
|
Originally Posted by: raugert @ chaosmoon ..you can choose to disable the "Enhanced Security" option in the vMix Web settings. This should allow the Dynamic scripts to run again.
This worked, thanks!
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 1/15/2022(UTC) Posts: 7 Location: Manila Thanks: 2 times
|
I'm encountering error when using the SetOutput script generated.
It generates the following: Function=SetOutput4&Input=VIDEO
The one I saw working from the forum is: Function=SetOutput4&Value=Input&Input=VIDEO
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
The "SetOutput4" command requires the word "Input" in the value field when selecting an Input. (see Shortcut chapter in vMix User Guide) https://www.vmix.com/help24/ . You need to include this in the "Value" field of the Script Builder.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 1/15/2022(UTC) Posts: 7 Location: Manila Thanks: 2 times
|
Originally Posted by: raugert The "SetOutput4" command requires the word "Input" in the value field when selecting an Input. (see Shortcut chapter in vMix User Guide) https://www.vmix.com/help24/ . You need to include this in the "Value" field of the Script Builder. Right... So in the builder, i need to: 1. Select SetOutput4 2. Leave Input Field as blank 3. Set its Value to INPUT&INPUT=VIDEO For it to generate the same: Function=SetOutput4&Value=INPUT&INPUT=VIDEO I just expected that the builder will automatically re-arrange the fields or disable any field to match the vmix function's syntax. Anyway, thank you so much for creating this app. This app is a huge help to us who just started using VMIX scripting.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
@lance_05
It is a bit confusing at first when using some of the shortcuts :)
The fields required for SetOutput4 in the Script Builder are actually:
1. Command = SetOutput4 2. Input = VIDEO 3. Value = Input (You have a choice of Output, Preview, Multiview, Input) In your case you need to enter the word "Input" as you are directing a specific Input to Output4
|
1 user thanked raugert for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
|
1 user thanked raugert for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/4/2018(UTC) Posts: 32
Thanks: 2 times
|
The following selection should not have a space in it: SetImage VisibleOn
It works using SetImageVisibleOn
This is showing up for a few of those selections.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
Thanks for the heads up. I’ll look into it.
Richard
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
|
1 user thanked raugert for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/16/2017(UTC) Posts: 578 Location: jamaica
Thanks: 77 times Was thanked: 32 time(s) in 31 post(s)
|
Hi all, I am looking for a simple script where, when I play a clip by just clicking they play on the input window, it fades the audio up at about 6 secs., and when I pause it again, it fades it back to '0' at about the same rate
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,220 Location: Belgium Thanks: 291 times Was thanked: 953 time(s) in 788 post(s)
|
Originally Posted by: Joeboe Hi all, I am looking for a simple script where, when I play a clip by just clicking they play on the input window, it fades the audio up at about 6 secs., and when I pause it again, it fades it back to '0' at about the same rate Check for play/pause state from the API XML of the clip and combine with the setvolumefade function(see shortcuts) There is a post somewhere in this forum that has lots of scripting examples
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
|
1 user thanked raugert for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
Hello!
Why does these tool not work with my vMix25 4k Version?
RU BuRie
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
Check that you have the Web Controller enabled in vMix settings. I believe it is disabled by default when updating to vMix25.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: raugert Check that you have the Web Controller enabled in vMix settings. I believe it is disabled by default when updating to vMix25. Web Controller IS activated
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 569 Location: Manitoba Thanks: 112 times Was thanked: 313 time(s) in 178 post(s)
|
Originally Posted by: burie Why does these tool not work with my vMix25 4k Version?
Please be more specific.. Does the application load ok ? Are you running the application from the vMix computer or on an another computer on the same network ? Can you see the input names from vMix in the Script Builder's "Input" dropdown ? If not, it's a network issue. Perhaps wrong IP and Port number ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2019(UTC) Posts: 54 Thanks: 5 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: raugert Originally Posted by: burie Why does these tool not work with my vMix25 4k Version?
Please be more specific.. Does the application load ok ? Are you running the application from the vMix computer or on an another computer on the same network ? Can you see the input names from vMix in the Script Builder's "Input" dropdown ? If not, it's a network issue. Perhaps wrong IP and Port number ? Does the application load ok ? - Seems ok It is the vMix machine. The plan is usage with Tablet, but step by step... Yes, I can See the Inputs and the field names I am able to create multiple lines of commands, but if I click on "Test Script" nothing happens in my vmix titles
|
|
|
|
vMix Forums
»
General
»
3rd Party Software and Development
»
vMix Script Builder App --Updated 11 July 2022--
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close