mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 03:33:55 +02:00
update cut
This commit is contained in:
parent
68778cda9f
commit
a521735c5f
|
|
@ -146,7 +146,7 @@ def parse_args():
|
|||
parser.add_argument("--max_seconds", type=float, default=None,
|
||||
help='if not None, clip longer than max_seconds is truncated')
|
||||
parser.add_argument("--target_fps", type=int, default=None, help='target fps of clips')
|
||||
parser.add_argument("--shorter_size", type=int, default=None, help='resize the shorter size by keeping ratio; will not do upscale')
|
||||
parser.add_argument("--shorter_size", type=int, default=1080, help='resize the shorter size by keeping ratio; will not do upscale')
|
||||
parser.add_argument("--num_workers", type=int, default=None, help='#workers for pandarallel')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
|
|||
Loading…
Reference in a new issue