Vegas Pro 17 Shutdown command or Script after rendering?

NekoChan wrote on 11/1/2022, 4:58 PM

Hyho,

 

I am a lets player so i record game seasons (3 -8 hours) and i batch render such a video in 20 minutes parts. Now i wounder is there a possibility that i can say vegas should shutdown the PC after Batch render is complet?

 

Its realy bad that the pc is running after the render because of the temperature and the Energy price. You wpuld really help me if there exists anything ^^ otherwise i have tp tell windows to shutdown but i am scared i put in the wrong time and vegas can not finish the work ^^

Comments

walter-i. wrote on 11/1/2022, 5:16 PM

Vegasaur can do that (among very many other useful features) for you.

 

NekoChan wrote on 11/1/2022, 5:32 PM

Vegasaur can do that (among very many other useful features) for you.

 

How to you come there ? I cant find it in Preferences or Options

john_dennis wrote on 11/1/2022, 5:48 PM

@NekoChan

Vegasaur

NekoChan wrote on 11/1/2022, 6:11 PM

Thanks i will try it out if it works i will make the first comment the solution ^^

andyrpsmith wrote on 11/1/2022, 6:44 PM

I have a script that does this, PM me if you would like me to send it to you. I just checked my V17 and it is in my script library so I know it works. To use it you must run Vegas in admin mode so it can access windows shutdown options.

Last changed by andyrpsmith on 11/1/2022, 6:48 PM, changed a total of 1 times.

(Intel 3rd gen i5@4.1GHz, 32GB RAM, SSD, 1080Ti GPU, Windows 10) Not now used with Vegas.

13th gen i913900K - water cooled, 96GB RAM, 4TB M2 drive, 4TB games SSD, 2TB video SSD, GPU RTX 4080 Super, Windows 11 pro

Howard-Vigorita wrote on 11/2/2022, 1:47 AM

Here's another way to do it. Start vegas with a powershell script that executes a windows shutdown command after vegas exits. Just put these 2 commands into a file with a name that ends in ".ps1", right-click on it, and choose Run With Powershell:

Start-Process -FilePath "C:\Program Files\VEGAS\VEGAS Pro 20.0\vegas200.exe" -wait
shutdown /s /f /t 0

It'll work with any program if you get the path right... comment out the shutdown command with a # to only test starting the program. If you change your mind while vegas is running, just close the powershell window before exiting vegas.

NekoChan wrote on 11/2/2022, 2:24 AM

Vegasaur can do that (among very many other useful features) for you.

 

Did not work on Batch Render ^^

NekoChan wrote on 11/2/2022, 2:30 AM

Here's another way to do it. Start vegas with a powershell script that executes a windows shutdown command after vegas exits. Just put these 2 commands into a file with a name that ends in ".ps1", right-click on it, and choose Run With Powershell:

Start-Process -FilePath "C:\Program Files\VEGAS\VEGAS Pro 20.0\vegas200.exe" -wait
shutdown /s /f /t 0

It'll work with any program if you get the path right... comment out the shutdown command with a # to only test starting the program. If you change your mind while vegas is running, just close the powershell window before exiting vegas.

I think that would be a little too complicated for me ^^

andyrpsmith wrote on 11/2/2022, 10:05 AM

Neko if you send me your e-mail I can send you the script as it's not possible to upload here or in messages.

(Intel 3rd gen i5@4.1GHz, 32GB RAM, SSD, 1080Ti GPU, Windows 10) Not now used with Vegas.

13th gen i913900K - water cooled, 96GB RAM, 4TB M2 drive, 4TB games SSD, 2TB video SSD, GPU RTX 4080 Super, Windows 11 pro

andyrpsmith wrote on 11/2/2022, 4:03 PM

I have sent the script. You will need to copy it to C:\Program Files\VEGAS\VEGAS Pro 17.0\Script Menu

(Intel 3rd gen i5@4.1GHz, 32GB RAM, SSD, 1080Ti GPU, Windows 10) Not now used with Vegas.

13th gen i913900K - water cooled, 96GB RAM, 4TB M2 drive, 4TB games SSD, 2TB video SSD, GPU RTX 4080 Super, Windows 11 pro

jetdv wrote on 11/3/2022, 9:11 AM

I have sent the script. You will need to copy it to C:\Program Files\VEGAS\VEGAS Pro 17.0\Script Menu

A better place so that you don't have to change the "Program Files" (which you typically shouldn't do) is:

[My Documents]\Vegas Script Menu

Then it has the added bonus of working for ALL versions of VEGAS installed.