diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-16 03:20:19 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-16 03:20:19 +0300 |
commit | 27fd7333e69eb4c12511aa9b898ebdb60ffdccb5 (patch) | |
tree | 2b3b68b46bd13a369c50ebfefac5bb7baa46835a /tools/esp32cam_captures_to_video.py | |
parent | 2e456fc2b67df1894bf02ca61ebea11f57867c99 (diff) |
tools/esp32cam_capture2video: change preset
Diffstat (limited to 'tools/esp32cam_captures_to_video.py')
-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'] |