MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / name_formatter

Function name_formatter

tests/test_output.py:76–77  ·  view source on GitHub ↗
(video: VideoMetadata, scene: SceneMetadata)

Source from the content-addressed store, hash-verified

74
75 # Custom filename formatter:
76 def name_formatter(video: VideoMetadata, scene: SceneMetadata):
77 return "abc" + video.name + "-123-" + str(scene.index) + ".mp4"
78
79 assert (
80 split_video_ffmpeg(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected