inlife / nexrender-boilerplate

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

Error: marker not found #5

Closed dharmendrasingh715 closed 7 years ago

dharmendrasingh715 commented 7 years ago

I am trying to setup this boilerplate with After Effects cc 2017 but when I follow the steps given in README. I get the following error marker was not found

My whole output is:

Started local static server at port: 23234
Project {
  uid: 'rJT30VnxZ',
  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: 'mine', startFrame: 0, endFrame: 3600 },
  errorMessage: null,
  callbacks: {},
  ticker: null,
  api: null,
  error: null }
[rJT30VnxZ] setting up project...
[rJT30VnxZ] downloading assets...
[rJT30VnxZ] renaming assets...
[rJT30VnxZ] filtering image assets...
--------------------------
[rJT30VnxZ] project failed
--------------------------

Error message: marker was not found
marker was not found
inlife commented 7 years ago

hello after some searching, seems like your issue is related to: https://github.com/oliver-moran/jimp/issues/102

make sure your image isnt corrupted (can relate to both, "nm.png" and "2016-aug-deep.jpg") maybe they are corrupted at project cloning stage, try to verify that maybe replace them with other ones