mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-11 00:10:29 -07:00
changed example values
changed example values to sane numbers that would give the typical compression results people might expect from such a plugin, should someone decide to just, use what it says instead of testing and finding the right value for their use
This commit is contained in:
parent
0d5bc6624c
commit
1d2c5153ae
1 changed files with 4 additions and 4 deletions
|
|
@ -22,28 +22,28 @@ function details () {
|
||||||
tooltip: `Enter the CQ:V value you want for 480p and 576p content.
|
tooltip: `Enter the CQ:V value you want for 480p and 576p content.
|
||||||
\\nExample:\\n
|
\\nExample:\\n
|
||||||
|
|
||||||
18`
|
21`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'hdCQV',
|
name: 'hdCQV',
|
||||||
tooltip: `Enter the CQ:V value you want for 720p content.
|
tooltip: `Enter the CQ:V value you want for 720p content.
|
||||||
|
|
||||||
\\nExample:\\n
|
\\nExample:\\n
|
||||||
17`
|
23`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'fullhdCQV',
|
name: 'fullhdCQV',
|
||||||
tooltip: `Enter the CQ:V value you want for 1080p content.
|
tooltip: `Enter the CQ:V value you want for 1080p content.
|
||||||
|
|
||||||
\\nExample:\\n
|
\\nExample:\\n
|
||||||
18`
|
25`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'uhdCQV',
|
name: 'uhdCQV',
|
||||||
tooltip: `Enter the CQ:V value you want for 4K/UHD/2160p content.
|
tooltip: `Enter the CQ:V value you want for 4K/UHD/2160p content.
|
||||||
|
|
||||||
\\nExample:\\n
|
\\nExample:\\n
|
||||||
22`
|
28`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'bframe',
|
name: 'bframe',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue