diff options
-rwxr-xr-x[-rw-r--r--] | tools/esp32cam_captures_to_video.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/esp32cam_captures_to_video.py b/tools/esp32cam_captures_to_video.py index 8bb625b..7625804 100644..100755 --- a/tools/esp32cam_captures_to_video.py +++ b/tools/esp32cam_captures_to_video.py @@ -89,7 +89,7 @@ def merge(groups: list[FileList], else: ffmpeg = 'ffmpeg' env = {} - args = ['-c:v', 'x264', + args = ['-c:v', 'libx264', # '-preset', 'veryfast', '-crf', '23', # '-vb', '448k', |