nexrender

📹 Data-driven render automation for After Effects

MIT License

Downloads
15K
Stars
1.6K
Committers
105

Bot releases are hidden (Show)

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.23.3

Published by inlife almost 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.23.2

Published by inlife almost 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.23.1

Published by inlife almost 4 years ago

nexrender - v1.23.0: QoL update

Published by inlife almost 4 years ago

A new QoL update by @Thiago-Dantas

Adds a few fields to entry items on the database:

  • createdAt (already existed but wasnt being populated correctly)
  • startedAt: the time the worker started picked the job up for rendering
  • finishedAt: the time the worker finished processing
  • errorAt: time at which the worker encountered an error processing
  • jobCreator: remote ip address that submitted the job
  • jobExecutor: remote ip address of the worker that picked up the job for processing

Also adds a few other things:

  • print ffmpeg command when --debug flag is set
  • fix checking if output is a directory (checking names is unreliable)
nexrender - https://github.com/inlife/nexrender/releases/tag/v1.22.0

Published by inlife almost 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.21.4

Published by inlife almost 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.21.3

Published by inlife almost 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.21.2

Published by inlife almost 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.21.1

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.21.0

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.20.4

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.20.3

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.20.2

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.20.1

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.20.0

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.19.2

Published by inlife about 4 years ago

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.19.1

Published by inlife about 4 years ago

nexrender -

Published by inlife about 4 years ago

Added ability to pass arguments directly to the AfterEffects by @brassel
For details check #446

nexrender - https://github.com/inlife/nexrender/releases/tag/v1.18.1

Published by inlife about 4 years ago

nexrender - nexrender v1.18.0: WSL (Windows Subsystem for Linux)

Published by inlife over 4 years ago

Adds support for WSL (Windows Subsystem for Linux) and .prettierignore.
Author: @Klastic

Overview

Currently nexrender does not support users who are using WSL. This PR adds support for these users with little change to the base code.

Init Issue Is it possible to run Nexrender from WSL2?

Due to issues with my last PR I have also added in a .prettierignore config in order to tell prettier to not format.

Testing

Tested on Windows and WSL.

Will need to be tested on macOS, though I do no believe it should have affected it.