vMix Forums
»
General
»
General Discussion
»
Help, can vmix use code to call external programs in scripts?
Rank: Newbie
Groups: Registered
Joined: 10/31/2022(UTC) Posts: 4 Location: beijing
|
I found that most functions in vmix scripts are not supported. If you can run external py files or execute cmd commands with scripts, it can become very powerful.
---The above information comes from Baidu Translate
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/24/2021(UTC) Posts: 474 Location: athens Thanks: 118 times Was thanked: 68 time(s) in 64 post(s)
|
Yes it is possible to run python scripts. Of course for any action inside vmix you have to use vmix api
|
|
|
|
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)
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/31/2022(UTC) Posts: 4 Location: beijing
|
Thank you, Doggy! It's already successful!
Dim startInfo As New ProcessStartInfo startInfo.FileName = "C:\Users\asus\PycharmProjects\pythonProject\venv\Scripts\python.exe" startInfo.Arguments = "d:\heh.py" startInfo.UseShellExecute = False startInfo.CreateNoWindow = True
Dim P As Process = Process.Start(startInfo) P.WaitForExit()
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
Help, can vmix use code to call external programs in scripts?
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