Tdarr_Plugin_00td_action_handbrake_ffmpeg_custom
HandBrake Or FFmpeg Custom Arguments (v1.00)
Set HandBrake or FFmpeg arguments. This action has no built-in filter so be sure to set a codec filter to prevent a transcoding loop.
Inputs:
Name: cli
Type: string
Tooltip:
Enter the desired video encoder
Name: arguments
Type: string
Tooltip:
When using FFmpeg, you need to separate the input and output args with <io>. FFmpeg Examples:
-r 1<io>-r 24
<io>-sn -c:v copy -c:a copy
<io>-c:v libx265 -crf 23 -ac 6 -c:a aac -preset veryfast
<io>-map 0 -c copy -c:v libx265 -c:a aac
-c:v h264_cuvid<io>-c:v hevc_nvenc -preset slow -c:a copy
HandBrake examples:
-e x264 -q 20 -B
-Z "Very Fast 1080p30"
-Z "Fast 1080p30" -e nvenc_h265
-Z "Very Fast 1080p30" --all-subtitles --all-audio
-Z "Very Fast 480p30"
--preset-import-file "C:/Users/HaveAGitGat/Desktop/testpreset.json" -Z "My Preset"
Name: container
Type: string
Tooltip:
Enter the desired container. Set to "original" to keep the original container.