PySceneDetect
PySceneDetect copied to clipboard
Define csv separator
Not every region uses "," as csv separator.
The solution is to add
sep=,
as first line in the csv file, so that it can be directly opened with Excel in any region.
A proper flag in config file would be useful.
Good idea, happy to add this. This probably should be done for timecodes as well at some point.