Skip to content

Commit

Permalink
Merge pull request #675 from HaveAGitGat/ffmpeg_c
Browse files Browse the repository at this point in the history
Adjust input labels
  • Loading branch information
HaveAGitGat authored Jun 21, 2024
2 parents fa784a1 + e5d6eda commit 84646b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var details = function () { return ({
tooltip: 'Specify ffmpeg preset',
},
{
label: 'Enable FFmpeg CRF',
label: 'Enable FFmpeg Quality',
name: 'ffmpegQualityEnabled',
type: 'boolean',
defaultValue: 'true',
Expand Down Expand Up @@ -149,7 +149,7 @@ var details = function () { return ({
],
},
},
tooltip: 'Specify ffmpeg quality',
tooltip: 'Specify ffmpeg quality crf (or qp for GPU encoding)',
},
{
label: 'Hardware Encoding',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -117,7 +117,7 @@ const details = (): IpluginDetails => ({
],
},
},
tooltip: 'Specify ffmpeg quality',
tooltip: 'Specify ffmpeg quality crf (or qp for GPU encoding)',
},
{
label: 'Hardware Encoding',
Expand Down

0 comments on commit 84646b7

Please sign in to comment.