Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dd.create_video does not provide correct file path to ffmpeg #36

Open
spearminty opened this issue Jul 18, 2022 · 0 comments
Open

dd.create_video does not provide correct file path to ffmpeg #36

spearminty opened this issue Jul 18, 2022 · 0 comments

Comments

@spearminty
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant