Question
How to detect AME queue is hanged with either JSX or windows batch script
Whenever i post a job from Premiere Pro to AME jobs are not getting queued in AME i checked on both tabs “Queue” and “Watch folders” but nothing is there.
I was able to reproduce the issue in another machine by following below steps :
- Open Adobe Premiere pro , keep timeline ready for export
- Open AME
- Export the timeline by "Send to media encoder"
- It queues into AME
- Manually killed
dynamiclinkmanagerwith a powershell command - Closed AME
- Opened AME
- Exported again queue is not happening
Here is how i’m posting jobs to AME
var jobID = app.encoder.encodeSequence(
targetSeq,
destPath},
presetPath,
range,
0
);
Question : i want to detect this state where queue does not happen either through jsx or with powershell commands so that no manual intervention would be required to detect and re-start both the apps.
