Misc changes

This commit is contained in:
MrMeeb 2024-04-21 15:58:14 +00:00
parent 9e9906ffed
commit 885000e21a

View File

@ -65,12 +65,12 @@ const details = () => ({
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const plugin = (file, librarySettings, inputs, otherArguments) => { const plugin = (file, librarySettings, inputs, otherArguments) => {
const lib = require('../methods/lib')(); const lib = require('../methods/lib')();
// load default plugin inputs // load default plugin inputs
inputs = lib.loadDefaultValues(inputs, details); inputs = lib.loadDefaultValues(inputs, details);
// Load response object // Load response object
const response = { const response = {
processFile: false, // If set to false, the file will be skipped. Set to true to have the file transcoded. processFile: false, // If set to false, the file will be skipped. Set to true to have the file transcoded.
preset: '', // HandBrake/FFmpeg CLI arguments you'd like to use. preset: '', // HandBrake/FFmpeg CLI arguments you'd like to use.
// For FFmpeg, the input arguments come first followed by <io>, followed by the output argument. // For FFmpeg, the input arguments come first followed by <io>, followed by the output argument.