Breakthrough / PySceneDetect

:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
https://www.scenedetect.com/
BSD 3-Clause "New" or "Revised" License
3.29k stars 398 forks source link

Define csv separator #423

Open tormento opened 1 month ago

tormento commented 1 month ago

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.

Breakthrough commented 1 month ago

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