Forum Replies Created

  • Dan Thomas

    May 9, 2013 at 11:38 pm in reply to: Sequence Layers with script

    Thanks John, from that I was able to do what I wanted. Here is what I ended up with for anyone else who needs it:

    var frameRate = 30;
    var maxDuration = 10;
    var maxWidth = 760;
    var maxHeight = 500;
    var pixelAspect = 1;
    theComp = app.project.items.addComp(“out_test”, maxWidth, maxHeight, pixelAspect, maxDuration, frameRate);

    var comp_folder = findFolder (findFolder(app.project, “scenes”), “my_folder”)

    comp0 = findItem(comp_folder,”comp0″)
    comp1 = findItem(comp_folder,”comp1″)

    theComp.layers.add(comp0)
    theComp.layers.add(comp1)

    var duration = 0;
    for (var i = 1; i

  • Dan Thomas

    May 8, 2013 at 12:05 am in reply to: How to assemble an output movie from pieces

    Excellent, thanks so much for the response. Conceptually, I understand it, but can you provide any examples of the javascript code? (doesn’t have to be working code).

    Or is there some sort of tool in AE that you use? (as opposed to doing it by hand) Thanks!

  • Dan Thomas

    May 1, 2013 at 4:11 pm in reply to: Run headless After Effects on a server

    Ok, cool, I will look into the virtual machine solution. Thanks!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy