Skip to main content

Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable

Tiered FFMPEG CPU CRF Based Configurable (v1.00)

[Contains built-in filter] This plugin uses different CRF values depending on resolution, the CRF value is configurable per resolution. FFmpeg Preset can be configured, uses slow by default. If files are not in hevc they will be transcoded. The output container is mkv.

View Source

Inputs:

Name: sdCRF 

Type: string

Tooltip:

Enter the CRF value you want for 480p and 576p content.

Defaults to 20 (0-51, lower = higher quality, bigger file)
\nExample:\n

19
Name: hdCRF 

Type: string

Tooltip:

Enter the CRF value you want for 720p content.

Defaults to 22 (0-51, lower = higher quality, bigger file)

\nExample:\n
21
Name: fullhdCRF 

Type: string

Tooltip:

Enter the CRF value you want for 1080p content.

Defaults to 24 (0-51, lower = higher quality, bigger file)

\nExample:\n
23
Name: uhdCRF 

Type: string

Tooltip:

Enter the CRF value you want for 4K/UHD/2160p content.

Defaults to 28 (0-51, lower = higher quality, bigger file)

\nExample:\n
26
Name: bframe 

Type: number

Tooltip:

Specify amount of b-frames to use, 0-16, defaults to 8.

\nExample:\n
8
Name: ffmpegPreset 

Type: string

Tooltip:

Enter the ffmpeg preset you want.

\nExample:\n
slow

\nExample:\n
medium

\nExample:\n
fast

\nExample:\n
veryfast
Name: sdDisabled 

Type: boolean

Tooltip:

Input "true" if you want to skip SD (480p and 576p) files

\nExample:\n
true
Name: uhdDisabled 

Type: boolean

Tooltip:

Input "true" if you want to skip 4k (UHD) files

\nExample:\n
true
Name: force10bit 

Type: boolean

Tooltip:

Specify if output file should be forced to 10bit. Default is false (bit depth is same as source).
\nExample:\n
true

\nExample:\n
false