-
Notifications
You must be signed in to change notification settings - Fork 434
Split video based on CSV file #235
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
Comments
Are you manually modifying the csv file and then wanting to feed that csv back to the program to split the video? As the software is now, I don't think that is possible via command line, you would have to use the python api. You would have to feed the start and end timecodes for each scene to either the An option if you want to stick with python would be This does seem like a decent feature idea though...basically feed it a scene list that you might have modified using some external means and then let it do the splitting based on that csv. Tagging @Breakthrough to see if this would be in scope or not. |
I think this would be feasible enough - an option could be added to |
See #275 for a further discussion of a possible approach to implementing this. |
This will be included in v0.6.2 as the |
Hi
I'm using PySceneDetect command line to generate a list of scenes, so far the result is good but some of my scenes are detected as multiple scenes.
I was thinking, is there a way to just modify the csv file generated from list-scenes (edit start/end of the frame or the timecode) and feed the csv file back again to the split-video function?
PS: I know about option -s, but it will not work in my case, some time I want to merge 2-3 actual scenes into one video during the split.
The text was updated successfully, but these errors were encountered: