1.1.0 • Published 4 years ago

nexrender-action-cloudinary v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

nexrender-action-cloudinary

Installation

npm i -g nexrender-action-cloudinary

Example Postrender action

"postrender": [
      {
        "module": "@nexrender/action-encode",
        "preset": "mp4",
        "output": "encoded.mp4"
      },
      {
        "module": "nexrender-action-cloudinary",
        "input": "encoded.mp4",
        "params": {
          "api_key": "Cloudinary api key",
          "cloud_name": "Cloudinary Bucket",
          "api_secret": "Cloudinary api secret",
          "UploadApiOptions": {} // See Upload Api Options section.
        }
      }
    ]

Upload Api Options

Directly passed to cloudinary uploader. The only default provided is {resource_type: 'video'}.

Read the official docs for a list of supported options.

Cloudinary Docs for UploadApiOptions

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago