-
Notifications
You must be signed in to change notification settings - Fork 463
Closed
Description
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.
sota0121