inlife / nexrender-boilerplate

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

project failed #7

Closed max-kovpak closed 6 years ago

max-kovpak commented 6 years ago

I cloned repo, installed requirements, modified path to the aerender, run start.js and got error:

$ node start.js
Started local static server at port: 23234
Project {
  uid: 'HJWuQus6b',
  state: 'queued',
  template: 'project.aepx',
  composition: 'main',
  type: 'default',
  assets:
   [ { type: 'project',
       name: 'project.aepx',
       src: 'http://localhost:23234/assets/nm05ae12.aepx' },
     { type: 'image',
       name: 'background.jpg',
       src: 'http://localhost:23234/assets/2016-aug-deep.jpg',
       filters: [Object] },
     { type: 'image',
       name: 'nm.png',
       src: 'http://localhost:23234/assets/nm.png' },
     { type: 'audio',
       name: 'audio.mp3',
       src: 'http://localhost:23234/assets/deep_60s.mp3' },
     { type: 'script',
       name: 'data.js',
       src: 'http://localhost:23234/assets/2016-aug-deep.js' } ],
  actions: [],
  settings: { outputModule: 'h264', startFrame: 0, endFrame: 3600 },
  errorMessage: null,
  callbacks: {},
  ticker: null,
  api: null,
  error: null }
[HJWuQus6b] setting up project...
[HJWuQus6b] downloading assets...
[HJWuQus6b] renaming assets...
[HJWuQus6b] filtering image assets...
[HJWuQus6b] patching project...
[HJWuQus6b] rendering project...
--------------------------
[HJWuQus6b] project failed
--------------------------

Error message: INFO:After Effects: this project must be converted from version 12.1 (Macintosh 64). The original file will be unchanged.
PROGRESS: Adding specified comp to Render Queue
aerender ERROR: No output module template was found with the given name.
aerender version 15.0.0x180
PROGRESS: Launching After Effects...
PROGRESS: ...After Effects successfully launched

INFO:After Effects: this project must be converted from version 12.1 (Macintosh 64). The original file will be unchanged.
PROGRESS: Adding specified comp to Render Queue
aerender ERROR: No output module template was found with the given name.
aerender version 15.0.0x180
PROGRESS: Launching After Effects...
PROGRESS: ...After Effects successfully launched

Could you please explain what wrong?

max-kovpak commented 6 years ago

ok, my mistake.. The problem was in module h264.

max-kovpak commented 6 years ago

I got another one error:

Error message: ENOENT: no such file or directory, stat 'temp/Sy-3eKjTZ/result.mp4'
{ Error: ENOENT: no such file or directory, stat 'temp/Sy-3eKjTZ/result.mp4'
    at Error (native)
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'temp/Sy-3eKjTZ/result.mp4' }

It saved video in *.mov format. This is my Output Module settings: http://take.ms/Okx4J

max-kovpak commented 6 years ago

Found the answer here https://github.com/Inlife/nexrender/issues/25