adjusted interpolation %diff from 10% to 5%

This commit is contained in:
k4yt3x
2023-05-25 21:09:58 +00:00
parent cc01f2d8e2
commit 60ae71f3c5

View File

@@ -143,7 +143,7 @@ def parse_arguments() -> argparse.Namespace:
"skip if the percent difference between two adjacent frames exceeds this" "skip if the percent difference between two adjacent frames exceeds this"
" value; set to 100 to interpolate all frames" " value; set to 100 to interpolate all frames"
), ),
default=10, default=5,
) )
return parser.parse_args() return parser.parse_args()