mirror of
https://github.com/KrisKennaway/ii-pix.git
synced 2025-02-20 17:29:03 +00:00
Default to --lookahead=6 now that it's fast
This commit is contained in:
parent
c5b8feb17e
commit
f132f0b84b
@ -22,7 +22,7 @@ def main():
|
||||
parser.add_argument("input", type=str, help="Input file to process")
|
||||
parser.add_argument("output", type=str, help="Output file for ")
|
||||
parser.add_argument(
|
||||
"--lookahead", type=int, default=4,
|
||||
"--lookahead", type=int, default=6,
|
||||
help=("How many pixels to look ahead to compensate for NTSC colour "
|
||||
"artifacts."))
|
||||
parser.add_argument('--dither', type=str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user