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

Feature Request: Batch Processing #223

Open
jeremymeyers opened this issue Jul 3, 2021 · 2 comments
Open

Feature Request: Batch Processing #223

jeremymeyers opened this issue Jul 3, 2021 · 2 comments

Comments

@jeremymeyers
Copy link

jeremymeyers commented Jul 3, 2021

The ability to add wildcards to the "--input" parameter would be super helpful.

For example, if i have a folder full of AVI files, being able to say '

  • scenedetect --input "*.avi" detect-threshold split-video -c

rather than having to do each individually...-

@Breakthrough
Copy link
Owner

This is definitely possible using the glob module - could also process multiple files in parallel to utilize multicore systems better until there is better GPU support. Will add this to the list of items for v1.0, thanks for the suggestion.

@Breakthrough
Copy link
Owner

There are some edge cases that need to be dealt with to make this work properly:

  • Need to figure out how to specify output file name properly
  • Same with statsfile(s)

An initial implementation, however, can simply error out if a wildcard is specified with any of the above flags.

@Breakthrough Breakthrough modified the milestones: v1.0, v1.1 Aug 21, 2021
@Breakthrough Breakthrough removed this from the v1.1 milestone Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants