Update Tdarr_Plugin_aaaa_Pre_Proc_Example.js

make-only-subtitle-default
HaveAGitGat 5 years ago committed by GitHub
parent 2f735ed7c2
commit 40905bd704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save