better quality as default

This commit is contained in:
Johannes Stelzer 2023-10-11 11:16:31 +01:00
parent 704433e267
commit 512fd56afa
1 changed files with 1 additions and 1 deletions

View File

@ -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',