disco-diffusion-1 icon indicating copy to clipboard operation
disco-diffusion-1 copied to clipboard

dd.create_video does not provide correct file path to ffmpeg

Open spearminty opened this issue 3 years ago • 0 comments

def createVideo(args):
    ....
    image_path = f"{args.batchFolder}/({run})_%04d.png"

changing to

    image_path = f"{args.batchFolder}/{args.batch_name}({run})_%04d.png"

results in correct behavior.

Maybe i will fix this with a PR

spearminty avatar Jul 18 '22 00:07 spearminty