Skip to content

Export scene change to # keyframe format v1 #534

Description

@moi15moi

Problem/Use Case

Export the generated scene list to a file and import them to aegisub.

Solutions

Be able to export # keyframe format v1 file with the cli.
This is a old format that some tool, like aegisub, use to represent the scene detection.

Examples:

keyframe format v1 format is really simple.
The first 2 lines are always theses (you can technically set an fps, but it doesn't do anything. Most parser just skip the fps line):

# keyframe format v1
fps 0

After that, each line will contain the frame number where a scene change is detected.
Ex:

# keyframe format v1
fps 0
0
120
156
343

Activity

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

Metadata

Metadata

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions