Update Tdarr_Plugin_aaaa_Pre_Proc_Example.js

This commit is contained in:
HaveAGitGat 2020-08-08 02:06:25 +02:00 committed by GitHub
parent 2f735ed7c2
commit 40905bd704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,12 +44,12 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
var response = {
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.
//For FFmpeg, the input arguments come first followed by a comma, followed by the output argument.
//For FFmpeg, the input arguments come first followed by <io>, followed by the output argument.
// Examples
//HandBrake
// '-Z "Very Fast 1080p30"'
//FFmpeg
// '-sn,-map_metadata -1 -c:v copy -c:a copy'
// '-sn <io> -map_metadata -1 -c:v copy -c:a copy'
container: ".mp4", // The container of the transcoded output file.
handBrakeMode: false, //Set whether to use HandBrake or FFmpeg for transcoding
FFmpegMode: false,