From bd3c5487b526c441b76304b15e13b0ef3b26105f Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 16 Jun 2022 03:22:18 +0300 Subject: tools/esp32cam_capture2video: pix_fmt --- tools/esp32cam_captures_to_video.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3