support target fps

This commit is contained in:
Artiprocher
2025-03-18 17:31:15 +08:00
parent 4b2b3dda94
commit 8da0d183a2

View File

@@ -403,6 +403,12 @@ def parse_args():
default=81,
help="Number of frames.",
)
parser.add_argument(
"--target_fps",
type=int,
default=None,
help="Expected FPS for sampling frames.",
)
parser.add_argument(
"--height",
type=int,