MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / convert_video.py

File convert_video.py

tools/convert_video.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import cv2
2
3def convert_video(video_path):
4 cap = cv2.VideoCapture(video_path)

Callers

nothing calls this directly

Calls 1

convert_videoFunction · 0.85

Tested by

no test coverage detected