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