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

Figure out how to properly handle multiple input videos #379

Open
Breakthrough opened this issue Feb 19, 2024 · 0 comments
Open

Figure out how to properly handle multiple input videos #379

Breakthrough opened this issue Feb 19, 2024 · 0 comments

Comments

@Breakthrough
Copy link
Owner

Breakthrough commented Feb 19, 2024

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.

@Breakthrough Breakthrough changed the title Add StreamJoiner to concatenate multiple videos Figure out how to properly handle multiple input videos Oct 4, 2024
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