mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update Tdarr_Plugin_aaaa_Pre_Proc_Example.js
This commit is contained in:
parent
2f735ed7c2
commit
40905bd704
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue