inlife / nexrender

📹 Data-driven render automation for After Effects
https://www.nexrender.com
MIT License
1.64k stars 325 forks source link

log: project failed, but video is created #6

Closed kolyadin closed 8 years ago

kolyadin commented 8 years ago

Hi! Running nexrender and having such error:

=========[RENDERNODE]=========

nexrender.renderer is starting


making request for projects... looking for suitable projects... [H1YhHOaw] setting up project... [H1YhHOaw] downloading assets... [H1YhHOaw] renaming assets... [H1YhHOaw] filtering image assets... [H1YhHOaw] patching project... [H1YhHOaw] rendering project...

[H1YhHOaw] verifying project...

[H1YhHOaw] project failed

But output file is created and looks like correct. Any suggestions?

inlife commented 8 years ago

Hey!

Well, might be error with checking resulting filename. nexrender looks for file named H1YhHOaw_result.$EXT

However, if final output extension doesn't match the one that have been provided in project template, there are might be errors.

Also it appears if you render sequence as JPEGs, there is currently no check for valid output.

If renderning is successfully finished, you can verify this by checking AE Logs dir inside temp/H1YhHOaw folder, you can use your rendered file without any concerns :)

If you want me to check this problem further you can provide you json project request and describe the outputModule. :)

Thanks.

kolyadin commented 8 years ago

Oh, it was my mistake. You're absolutely right - extension naming issue. I change extension from .mp4 to .mov and now output log is looking normal:

=========[RENDERNODE]=========

nexrender.renderer is starting


making request for projects... looking for suitable projects... [H1UkqupP] setting up project... [H1UkqupP] downloading assets... [H1UkqupP] renaming assets... [H1UkqupP] filtering image assets... [H1UkqupP] patching project... [H1UkqupP] rendering project... [H1UkqupP] verifying project... [H1UkqupP] applying actions...

[H1UkqupP] cleaning up...

[H1UkqupP] project finished

thanks!