Skip to content

HarryLafranc/nexrender-action-handbrake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexrender-action-handbrake

Installation

Install the module via Git :

npm i -g https://github.com/HarryLafranc/nexrender-action-handbrake

Usage

The output can be relative or absolute. If it's relative, the workpath will be added. If the output is not specified, the filename "encoded.mp4" will be used.

You can add the 'debug' option to see the progress of handbrake processing. (default: false)

The 'eraseInput' option will erase the original video input after the processing. (default: false)

actions:{
    postrender:[{
        module: "nexrender-action-handbrake",
        output: "my-encoded-video.mp4",
        debug: true,
        eraseInput: true
    }]
},

About

Encode a video with Handbrake on nexrender-postrender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published