diff options
-rwxr-xr-x | tools/esp32cam_captures_to_video.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/esp32cam_captures_to_video.py b/tools/esp32cam_captures_to_video.py index 7625804..1e2d68f 100755 --- a/tools/esp32cam_captures_to_video.py +++ b/tools/esp32cam_captures_to_video.py @@ -90,8 +90,8 @@ def merge(groups: list[FileList], ffmpeg = 'ffmpeg' env = {} args = ['-c:v', 'libx264', - # '-preset', 'veryfast', - '-crf', '23', + '-preset', 'veryslow', + # '-crf', '23', # '-vb', '448k', '-filter:v', 'fps=2'] |