-
Notifications
You must be signed in to change notification settings - Fork 458
Closed
Labels
Milestone
Description
Problem/Use Case
Depending of the use case, it would be great to get not only the timecode list, but (also) the exact frame numbers as comma-separated list for fast readout and usability. If usable, frame numbers are more accurate or less problem prone than time codes, that has to be translated when you work with frame numbers.
Solutions
Add a Comma-separated frame list as well.
Proposed Implementation:
[..]
[PySceneDetect] Comma-separated timecode list:
01:00:02.682,01:00:04.392
[PySceneDetect] Comma-separated frame list:
86378,86419
Alternatives:
Make the output format optional, e.g. scenedetect -i video.mp4 list frame
.
zkreutzjanz