Skip to content

The timecode required by the imported EDL file in DaVinci Resolve's scene cut detection function is 1 frame different from the timecode exported by PySceneDetect. #516

Description

@tanglangxia

Description:

Slice of EDL format content exported by PYSCENEDETECT:

001  AX V     C        00:00:00:00 00:00:01:16 00:00:00:00 00:00:01:16
002  AX V     C        00:00:01:17 00:00:03:14 00:00:01:17 00:00:03:14
003  AX V     C        00:00:03:15 00:00:05:05 00:00:03:15 00:00:05:05

DaVinci Resolve
DaVinci Resolve's scene cut detection will directly use 00:00:01:16 as the start of 002 instead of the correct 00:00:01:17

However, if I change the data to the following, it imports correctly:

001  AX V     C        00:00:00:00 00:00:01:17 00:00:00:00 00:00:01:17
002  AX V     C        00:00:01:17 00:00:03:15 00:00:01:17 00:00:03:15
003  AX V     C        00:00:03:15 00:00:05:06 00:00:03:15 00:00:05:06

Because the current detection is only a rough detection, DaVinci Resolve's scene cut detection can be used to correct and adjust the clips to the correct size before importing them into the software.

In addition, we hope that PySceneDetect can support reading EDL files for video cutting and saving pictures in the future,thank

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions