Skip to content

Commit 6cc9596

Browse files
committed
update help for cti
1 parent 6162a4d commit 6cc9596

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

vhsdecode/main.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,11 @@ def main(args=None, use_gui=False):
325325
type=float,
326326
default=1,
327327
help=(
328-
"Sets Chroma Transient Improvement amount (color-under only). This is wet/dry mix of the overall effect. Set to 0 to disable. Default is 1. Set to 0 to disable cti."
329-
"\n Chroma Transient Improvement helps to re-focus the up-converted color under. This increases how quickly color can change."
330-
"\n In the case of chroma noise in noisy sources, this value can be reduced at the cost of worse chroma transient response"
328+
"Sets Chroma Transient Improvement amount (color-under only). This is wet/dry mix of the overall effect. Set to 0 to disable. Default is 1. Set to 0 to disable CTI."
329+
"\n Chroma Transient Improvement helps to re-focus edges the up-converted color under. This increases how quickly color can change."
330+
"\n Since color under has lower bandwidth than the source, some of the hue detail is lost and sharper edges can be recovered with CTI"
331+
"\n * Larger width -> more edge sharpness, less hue detail."
332+
"\n * Smaller width -> more hue detail, less edge sharpness."
331333
),
332334
)
333335
chroma_group.add_argument(

0 commit comments

Comments
 (0)