ae-to-json
ae-to-json copied to clipboard
will export an After Effects project as a JSON object
I am running the example from the Readme: ``` var aeToJSON = require('ae-to-json/after-effects'); var ae = require('after-effects'); ae.default.execute(aeToJSON) .then(function(json) { // do something with the json outout }) .catch(function(e) {...
Hi, Is it possible to convert already create AE[after effects] file into JSON i.e if I have create a file test.aepx, then with the help of ae-to-json can it be...
Is this library working now or is it no longer supported?
This looks fascinating. Is there any way to go the other way, create or render a project from the JSON output?
Hi, I was wondering if there was a way to launch the ae-to-json script on a specific project without running After Effects GUI ? Thank's, Yacine.
Hi, I have a problem with a after-effect project of 10s. When I launch a dump to Json it says the error message that I have to enable Network etc......
Hi master: I want to generate a text.ai from the server side. i just thought of Adobe illustrator, but i do not know if there is a package like after-effects...
when i use this I get this error in cmd: > [email protected] test F:\ThunderDown\ae-to-json-master\ae-to-json-master > npm run open-ae; npm run test-build-run; npm run clean-root; npm ERR! Windows_NT 6.1.7601 npm ERR!...
I've installed ae-to-json and the other requirements and don't get any errors when I run `node someFile.js` with this inside it: ``` var aeToJSON = require('ae-to-json/after-effects'); var ae = require('after-effects');...
Things to implement: - [x] comp width height - [x] layer width height - [x] source for avlayers - [ ] Masks - [ ] Shapes - [ ] Effects...