Fix int -> str frame padding argument to subprocess

This commit is contained in:
Roy Nieterau 2025-04-25 14:57:40 +02:00
parent ec9c6c510a
commit 3248faff40

View file

@ -1081,7 +1081,7 @@ def convert_colorspace(
if frame_padding:
oiio_cmd.extend([
"--framepadding", frame_padding,
"--framepadding", str(frame_padding),
])
if parallel_frames: