mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-05-23 04:37:31 +08:00
adjusted interpolation %diff from 10% to 5%
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user