Closed Sxela closed 2 years ago
create video cell:
framesin = (glob(batchFolder+f"/{folder}({run})*.png"))
should be
framesin = sorted(glob(batchFolder+f"/{folder}({run})*.png"))
create video cell:
framesin = (glob(batchFolder+f"/{folder}({run})*.png"))
should be
framesin = sorted(glob(batchFolder+f"/{folder}({run})*.png"))