MCPcopy
hub / github.com/nikopueringer/CorridorKey / is_video_file

Function is_video_file

clip_manager.py:71–72  ·  view source on GitHub ↗
(filename: str)

Source from the content-addressed store, hash-verified

69
70
71def is_video_file(filename: str) -> bool:
72 return filename.lower().endswith((".mp4", ".mov", ".avi", ".mkv"))
73
74
75def map_path(win_path: str) -> str:

Callers 8

interactive_wizardFunction · 0.90
find_assetsMethod · 0.70
run_videomamaFunction · 0.70
organize_targetFunction · 0.70
organize_clipsFunction · 0.70

Calls

no outgoing calls

Tested by 3