PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

Define csv separator

Open tormento opened this issue 1 year ago • 1 comments

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.

tormento avatar Sep 23 '24 10:09 tormento

Good idea, happy to add this. This probably should be done for timecodes as well at some point.

Breakthrough avatar Sep 24 '24 01:09 Breakthrough