diff options
-rwxr-xr-x | tools/esp32cam_captures_to_video.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/esp32cam_captures_to_video.py b/tools/esp32cam_captures_to_video.py index 1e2d68f..98a4e4f 100755 --- a/tools/esp32cam_captures_to_video.py +++ b/tools/esp32cam_captures_to_video.py @@ -93,6 +93,7 @@ def merge(groups: list[FileList], '-preset', 'veryslow', # '-crf', '23', # '-vb', '448k', + '-pix_fmt', 'yuv420p', '-filter:v', 'fps=2'] cmd = [ffmpeg, '-y', |