Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

LsHalloArchive/ame_autoshutdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Archived! Will not be developed further!

Adobe Media Encoder Autoshutdown

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...

How to use

Windows

  1. Download the program
  2. Setup your render list
  3. Add a project at the end (an image) that creates a file at a specific location Rendering List
  4. Run the program
  5. Enter the location and the name of the file into the program and enable it (e.g.: C:\Desktop\ and render.mp4) Program Screenshot
  6. Tick the enabled checkbox
  7. Start rendering
  8. Done - The program will shutdown your computer

Linux/Ubuntu/MacOS X

Since Version v0.2:

  1. Download the program
  2. Setup your render list
  3. Add a project at the end (an image) that creates a file at a specific location Rendering List
  4. Run the jar file like you always do and skip step 5 OR Open a terminal and continue with step 5
  5. Type: java -jar location/to/AME.jar
  6. Enter the location and the name of the final file into the program and enable it (e.g.: /home/desktop and render.mp4) Program Screenshot
  7. Tick the enabled checkbox
  8. Start rendering
  9. 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
  1. Download the program
  2. Setup your render list
  3. Add a project at the end (an image) that creates a file at a specific location
  4. Open a terminal
  5. Type: java -jar location/to/AME.jar
  6. Enter your sudo password when asked
  7. Enter the location and the name of the file into the program and enable it (e.g.: /home/desktop and render.mp4)
  8. Start rendering
  9. Done - The program will shutdown your computer

Download

HitCount

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