From 40905bd704363b1e9ba31c154a0373f850a0e54b Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 8 Aug 2020 02:06:25 +0200 Subject: [PATCH] Update Tdarr_Plugin_aaaa_Pre_Proc_Example.js --- Tdarr_Plugin_aaaa_Pre_Proc_Example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tdarr_Plugin_aaaa_Pre_Proc_Example.js b/Tdarr_Plugin_aaaa_Pre_Proc_Example.js index 9a97e18..d5583f3 100644 --- a/Tdarr_Plugin_aaaa_Pre_Proc_Example.js +++ b/Tdarr_Plugin_aaaa_Pre_Proc_Example.js @@ -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 , followed by the output argument. // Examples //HandBrake // '-Z "Very Fast 1080p30"' //FFmpeg - // '-sn,-map_metadata -1 -c:v copy -c:a copy' + // '-sn -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,