Rank: Newbie
Groups: Registered
Joined: 9/18/2014(UTC) Posts: 7 Location: Dallas
Thanks: 2 times
|
Does anyone know if there Is a scripting command that allows me to shut down (exit) vMix from within a script running on the local PC?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
from within vMix ? google has ...... try this and link the script to a shortcut or streamdeck button (title the shortcut or mark the button with "suicide") ;-) Code:For Each prog As Process In Process.GetProcesses
If prog.ProcessName = "vMix64" Then
prog.Kill()
End If
Next
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/26/2016(UTC) Posts: 80
Thanks: 191 times Was thanked: 13 time(s) in 12 post(s)
|
I have done this where I used the HTTP Matrix tool from Eric Pratt and Windows Task Scheduler so I could set a specific time for this to happen after a video played out at a certain time and I wanted to shutdown vMix afterwards, so it can work fine depending on use case but I would not use a shortcut or button since as per doggy's reference to it as a potential "suicide" scenario
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/26/2016(UTC) Posts: 80
Thanks: 191 times Was thanked: 13 time(s) in 12 post(s)
|
Automation for vMix is another option with everything in a single package
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/18/2014(UTC) Posts: 7 Location: Dallas
Thanks: 2 times
|
Thank you all for your help
|
|
|
|
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