tools/esp32cam_captures_to_video.py: obvious fix

This commit is contained in:
Evgeny Zinoviev 2022-06-16 22:38:14 +03:00
parent 46af1e90f5
commit eafd0f41b3

View File

@ -100,7 +100,7 @@ def merge(groups: list[FileList],
] ]
if rotate != 0: if rotate != 0:
args.extend(['-map_metadata', '0', '-metadata:s:v', f'rotate="{rotate}"', '-codec', 'copy']) args.extend(['-map_metadata', '0', '-metadata:s:v', f'rotate="{rotate}"'])
cmd = [ffmpeg, '-y', cmd = [ffmpeg, '-y',
'-f', 'concat', '-f', 'concat',