-
run After Effects on linux
We want to invoke an After Effects render task from a web app that is served on a linux-based server. When testing the webapp locally, the app just does a command line call, and it works on the locally installed After Effects.
However when running our webapp form the server, it becomes more difficult. Ideally, After Effects would be installed on the same server, and we just make the call from the app. We asked our hosting service to install a windows virtual machine on the server, with the idea of installing After Effects on the windows virtual machine. However, they said that the render time would be really really slow, since AE cannot leverage a GPU (the way our local machine would), and can only use a CPU.
First question, does this sound right? Second question, is there another solution, if we reeeeealy want to keep everything on the linux server?