AME Web Service Setup
Hi Users/Support staff,
This is regarding the Adobe Media Encoder (AME) web service setup.
I have followed the AME web service setup/installation steps and my service is up and running on a windows VM with latest Adobe After Effects and Media Encoder installed on it.
The command I have used for installation is "AMEWinService -install" and "AMEWebService -install", both of which were successful.
I have referred the following discussion while setting up the service:
AMEWebService - Any Documentation available?
When I hit "localhost:8080/server", I can see the ServerStatus is Online. However, when I try to submit a job xml via POST call to "localhost:8080/job", nothing happens. I can observe CPU utilization increases after I make the POST call which means something is definitely happening in the background however I do not get any response back nor do I know where I can find the logs (I have searched the Media encoder folder to see if any log file is generated, also checked service logs which shows no useful info/error). The job xml I am using to make the post call is as follows:
<manifest version="1.0">
<SourceFilePath>C:\Users\Administrator\Desktop\AETest_new.avi</SourceFilePath>
<DestinationPath>C:\Users\Administrator\Desktop\out.mp4</DestinationPath>
<SourcePresetPath>C:\Program Files\Adobe\Adobe Media Encoder CC 2018\MediaIO\systempresets\4E49434B_48323634\01 - Match Source - High bitrate.epr</SourcePresetPath>
</manifest>
I am trying to convert the .avi file (which I generate from After Effects) into a .mp4 file of reduced size. Is there anything I am missing out on?
Since I do not want AME GUI into picture, I need to get this task done in the background.
I would highly appreciate your help or suggestions.
Thanks in advance!!
