Automatically shutdown after Adobe Media Encoder encoding/rendering. This will also work for almost any programs where you can create a file once it is finished. Or something like Sony Vegas where it only creates the final file once the rendering is finished. This programm will also work with Blender, Sony Vegas, Adobe After Affects, Adobe Premiere Pro, etc...
- Download the program
- Setup your render list
- Add a project at the end (an image) that creates a file at a specific location
- Run the program
- Enter the location and the name of the file into the program and enable it (e.g.: C:\Desktop\ and render.mp4)
- Tick the enabled checkbox
- Start rendering
- Done - The program will shutdown your computer
- Download the program
- Setup your render list
- Add a project at the end (an image) that creates a file at a specific location
- Run the jar file like you always do and skip step 5 OR Open a terminal and continue with step 5
- Type: java -jar location/to/AME.jar
- Enter the location and the name of the final file into the program and enable it (e.g.: /home/desktop and render.mp4)
- Tick the enabled checkbox
- Start rendering
- Done - The program will shutdown your computer
Additional Info
This program uses shutdown -h 1
or sudo -S shutdown -h 1
(if the first fails) to shutdown on unix based systems. Make sure your system uses the same commands and supports sudo.
Pre Version v0.2
- Download the program
- Setup your render list
- Add a project at the end (an image) that creates a file at a specific location
- Open a terminal
- Type: java -jar location/to/AME.jar
- Enter your sudo password when asked
- Enter the location and the name of the file into the program and enable it (e.g.: /home/desktop and render.mp4)
- Start rendering
- Done - The program will shutdown your computer
https://github.com/LsHallo/ame_autoshutdown/releases
Working on Windows (Confirmed) and Linux (Ubuntu 16.04 and 18.04 confirmed). It should also work for MacOS X