Cleanup the reconvert descriptions so it's a bit clearer

master
Boosh1 1 year ago
parent 118c6f4471
commit 1591e686f8

@ -309,7 +309,7 @@ const details = () => ({
},
tooltip: `\\n
==DESCRIPTION==
\\nSet to reprocess HEVC, VP9 or AV1 files (i.e reduce bitrate of files already in those codecs).
\\nSet to reprocess HEVC/VP9/AV1 files (i.e reduce bitrate of files already in those codecs).
\\nSince this uses the same logic as normal, halving the current bitrate, this is NOT recommended
unless you know what you are doing, so please leave FALSE if unsure!
\\nNEEDS to be used in conjunction with "bitrate_cutoff" or "hevc_max_bitrate" otherwise is ignored.
@ -317,7 +317,7 @@ const details = () => ({
bitrate and you'd like to reduce it.
\\n
==WARNING== \\n
IF YOU HAVE VP9 OR AV1 FILES YOU WANT TO KEEP IN THOSE FORMATS THEN DO NOT USE THIS OPTION. \\n
IF YOU HAVE HEVC/VP9/AV1 FILES YOU WANT TO KEEP IN THOSE FORMATS THEN DO NOT USE THIS OPTION. \\n
\\nThis option has the potential to LOOP your encodes! You can encode a file to HEVC and still
be above your cutoff and it would be converted again & again if this is set to true (since it's now HEVC).
So if you use this be sure to set "hevc_max_bitrate" & "max_average_bitrate" to help prevent the plugin looping.
@ -341,13 +341,14 @@ const details = () => ({
tooltip: `\\n
==DESCRIPTION==
\\nHas no effect unless "reconvert_hevc" is set to true. This allows you to specify a maximum
allowed average OVERALL bitrate for HEVC or similar files. Much like the "bitrate_cutoff" option, but
specifically for HEVC files. It should be set HIGHER then your standard cutoff for safety.
\\nAlso, it's highly suggested you use the min & max average bitrate options in combination with this. You
will want those to control the encoded video bitrate, otherwise you may end up repeatedly reprocessing HEVC files.
i.e your file might have a overall bitrate of 20000, if your hevc cutoff is 5000 then it's going to reconvert
multiple times before it'll fall below that cutoff. While HEVC reprocessing can be useful this is why it is NOT
recommended!
allowed average OVERALL bitrate for HEVC/AV1/VP9 files. Much like the "bitrate_cutoff" option, but
specifically for these files. It should be set HIGHER then your standard cutoff for safety.
\\nAlso, it's highly suggested you use the min & max average bitrate options in combination with this. You will
want this to control the encoded video bitrate, otherwise you may end up unintentionally reprocessing these files.
i.e your file might have a overall bitrate of 20000, if your hevc cutoff is 5000 then it's going to
reconvert multiple times before it'll be below that cutoff.
\\nWhile HEVC/AV1/VP9 reprocessing can be useful this is why it is NOT recommended unless you know what you are
doing!
\\n
==WARNING== \\n
While the plugin will attempt to generate accurate video bitrate metadata, it can not always reliably do so

Loading…
Cancel
Save