Skip to content

Commit b10f992

Browse files
committed
Clarify encoder parameter
1 parent 1620516 commit b10f992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encoder/encode_sega_video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,14 +914,14 @@ def generate_thumbnail(args, fullcolor_dir, thumb_dir):
914914
parser.add_argument('--scene-detection-threshold',
915915
type=float,
916916
default=0.2,
917-
help='The percentage of pixels that must change to detect a new scene.'
917+
help='The proportion of pixels that must change to detect a new scene.'
918918
' This is applied after padding and scaling, so depending on the'
919919
' input resolution, this may need to be tweaked. For vertical'
920920
' video, many pixels will be occupied by black padding. "Talking'
921921
' head"-type content will tend to have more constant backgrounds'
922922
' between shots. Both of these kinds of content may require lower'
923923
' scene-detection thresholds. To generate a unique palette per frame'
924-
' instead of per scene, set to 0.')
924+
' instead of per scene, set to 0. The default is 0.2.')
925925
parser.add_argument('--dithering',
926926
default='none',
927927
help='The ffmpeg dithering algorithm to use.'

0 commit comments

Comments
 (0)