nexrender-action-thumbnail
v1.0.3
Published
Action Module for creating thumbnail of Encoded Video
Downloads
3
Maintainers
Readme
action-watermark for Nexrenderer
Module for adding watermark to encoded video
Action: Add Watermark
Add watermark to your encoded video, You don't need to have ffmpeg installed on your system.
Installation
npm install nexrender-thumbnail
Usage
When creating your render job provide this module as one of the postrender
actions:
// job.json
{
"actions": {
"postrender": [
{
"module": "nexrender-thumbnail",
"input": "input.mp4",
"timeframe": "20",
"output": "thumbnail.jpg",
}
]
}
}
Information
output
(required) is a path on your system where result will be saved to, can be either relative or absoulte path.input
(required) path of the video file you want to add video to, can be either relative or abosulte path. Defaults to current job output video file.timeframe
(required) timeframe in seconds to capture thumbnail fromonStart
(optional) callback function runs on StartonComplete
(optional) callback function runs on Finished