diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-16 03:22:18 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-16 03:22:18 +0300 |
commit | bd3c5487b526c441b76304b15e13b0ef3b26105f (patch) | |
tree | ac020b5902b5db52b7911c46b8ca49ccaf6ee6af | |
parent | 27fd7333e69eb4c12511aa9b898ebdb60ffdccb5 (diff) |
tools/esp32cam_capture2video: pix_fmt
-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', |