Skip to content

Figure out how to properly handle multiple input videos #379

@Breakthrough

Description

@Breakthrough

It might be useful for some cases to be able to concatenate input videos together, although this requires some special handling. This could be done by specifying a new StreamJoiner type that takes a list of paths as well as a type of backend to use, and handles seeking across videos. The constraints for doing so would be that video parameters must match (same framerate/resolution).

The most challenging aspect is likely going to be with the output pipeline, since all commands will need to be updated to handle multiple input paths. How to deal with file naming conventions will be a bit tricky as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions