inlife / nexrender-boilerplate

Boilerplate project for rendering a video using nexrender.
MIT License
58 stars 18 forks source link

Boilerplate Rendering Issue #14

Closed zeshraja1326 closed 6 years ago

zeshraja1326 commented 6 years ago

nexrencer issue

inlife commented 6 years ago

check, if there is any rendered file inside that folder

ahyari commented 6 years ago

@zeshraja1326 I faced the same issue, it turned out "After effect" is failing to render the video. run the "After effect" command directly and check the error; following is the command generated by the tool

aerender -comp main -project \project.aep -output \result.mp4 -OMtemplate h264 -e 3600

for me the errors were:

Also open the project file and see if "After Effect" gives you any issue.

zeshraja1326 commented 6 years ago

I checked it thoroughly and done it another way. thanks for response