mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
adjusted interpolation %diff from 10% to 5%
This commit is contained in:
parent
cc01f2d8e2
commit
60ae71f3c5
@ -143,7 +143,7 @@ def parse_arguments() -> argparse.Namespace:
|
||||
"skip if the percent difference between two adjacent frames exceeds this"
|
||||
" value; set to 100 to interpolate all frames"
|
||||
),
|
||||
default=10,
|
||||
default=5,
|
||||
)
|
||||
|
||||
return parser.parse_args()
|
||||
|
Loading…
Reference in New Issue
Block a user