mirror of
https://github.com/KrisKennaway/ii-pix.git
synced 2024-11-19 08:30:48 +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("input", type=str, help="Input file to process")
|
||||||
parser.add_argument("output", type=str, help="Output file for ")
|
parser.add_argument("output", type=str, help="Output file for ")
|
||||||
parser.add_argument(
|
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 "
|
help=("How many pixels to look ahead to compensate for NTSC colour "
|
||||||
"artifacts."))
|
"artifacts."))
|
||||||
parser.add_argument('--dither', type=str,
|
parser.add_argument('--dither', type=str,
|
||||||
|
Loading…
Reference in New Issue
Block a user