Giter VIP home page Giter VIP logo

Comments (7)

southernsun avatar southernsun commented on May 15, 2024

Make sure you set the correct output extension in your settings file.

    settings: {
        outputExt: 'avi',
    },

from nexrender.

inlife avatar inlife commented on May 15, 2024

Note: dont forget to configure AE outputModule to your needs: details. Usually i use h264 output codec and call the outputModule respectively.

https://helpx.adobe.com/after-effects/using/basics-rendering-exporting.html#output_modules_and_output_module_settings

This configuration gives me mp4 file on the output. If you are expecting other extension, please, set it manually, just like @southernsun mentioned above. :)

from nexrender.

iadj avatar iadj commented on May 15, 2024

@southernsun @inlife Thanks for the answers. This appears to work with the boilerplate (the API & Node give different errors which I will try to figure out).

from nexrender.

harshthakur92 avatar harshthakur92 commented on May 15, 2024

@southernsun @inlife h264 format is not availabel in my after effect 2015 cc . So, i add "DV PAL" to output module and change ext to avi but still it gives error of ENOENT result.avi.

PFA

untitled

"settings": {
"outputModule": "DV PAL",
"startFrame": 0,
"endFrame": duration,
"outputExt": "avi"
},

from nexrender.

inlife avatar inlife commented on May 15, 2024

hey @harshthakur92
are you sure, that DV PAL will output an avi file ?

that error appears on the last stage, where nexrender tries to verify that file has been successfully rendered
try to look up in that folder, to check was it actually rendered, and what was the resulted file extension, it might be not an avi
in that case, you will need to change the expected outputExt to the one that will be rendered

from nexrender.

BeatsDJ avatar BeatsDJ commented on May 15, 2024

Getting the same issue, getting ENOENT: no such file or directory - all I did was download the Boilerplate git and tried to run it, did not work. Looks like it doesn't save the rendered file and thus throwing an error saying it didn't find the rendered file.

from nexrender.

rafaelboschini avatar rafaelboschini commented on May 15, 2024

not works for me too

from nexrender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.