mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Adjust input labels
This commit is contained in:
parent
a9f367ad9b
commit
bb693038e0
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify ffmpeg preset',
|
||||
},
|
||||
{
|
||||
label: 'Enable FFmpeg CRF',
|
||||
label: 'Enable FFmpeg Quality',
|
||||
name: 'ffmpegQualityEnabled',
|
||||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
|
|
@ -117,7 +117,7 @@ const details = (): IpluginDetails => ({
|
|||
],
|
||||
},
|
||||
},
|
||||
tooltip: 'Specify ffmpeg quality',
|
||||
tooltip: 'Specify ffmpeg quality crf (or qp for GPU encoding)',
|
||||
},
|
||||
{
|
||||
label: 'Hardware Encoding',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue