better quality as default
This commit is contained in:
parent
704433e267
commit
512fd56afa
|
@ -28,7 +28,7 @@ class MovieSaver():
|
|||
fp_out: str,
|
||||
fps: int = 24,
|
||||
shape_hw: List[int] = None,
|
||||
crf: int = 24,
|
||||
crf: int = 21,
|
||||
codec: str = 'libx264',
|
||||
preset: str = 'fast',
|
||||
pix_fmt: str = 'yuv420p',
|
||||
|
|
Loading…
Reference in New Issue