Skip to content

dberget/nexrender-action-cloudinary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published