@b1tc0re/action-residue

0.0.1 • Public • Published

Action: residue

asf

Installation

If you are using binary version of the nexrender, there is no need to install the module, it is included in the binary build.

npm i @nexrender/action-copy -g

Usage

When creating your render job provide this module as one of the postrender actions:

// job.json
{
    "actions": {
        "postrender": [
            {
                "module": "@b1tc0re/action-residue",
                "output": "/home/videos/myvideo.mov"
            }
        ]
    }
}

Information

  • input optional argument, path of the file you want to copy, can be either relative or absulte path. Defaults to current job output video file.
  • output is a path on your system where result will be saved to, can be either relative or absulte path.

Readme

Keywords

none

Package Sidebar

Install

npm i @b1tc0re/action-residue

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

1.41 kB

Total Files

3

Last publish

Collaborators

  • b1tc0re