Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Don't hardcode output to output.mp4 #2

@mre

Description

@mre

In #1 (comment), I mention that the output of this tool is currently hardcoded to output.mp4. See

self.output = "{}/output.mp4".format(output_dir)
.
That's bad, because a new recording will overwrite the previous one. We could fix that by adding a timestamp for the output file, for example.

Might be a nice exercise for new contributors.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions