Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
cv2
2
3
def
convert_video(video_path):
4
cap = cv2.VideoCapture(video_path)
Callers
nothing calls this directly
Calls
1
convert_video
Function · 0.85
Tested by
no test coverage detected