Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ vid2llm = "vid2llm.cli:app"
# OpenCV backend. Wraps the cv2 Python bindings for fast in-process decoding.
cv = ["opencv-python>=4.9.0,<5.0"]
# PyAV backend. Provides Pythonic access to FFmpeg libraries with precise timestamps.
pyav = ["av>=12.0.0,<14.0"]
pyav = ["av>=12.0.0,<19.0"]
# FFmpeg backend. Driven entirely by the ffmpeg binary, no Python dependency required.
ffmpeg = []
ocr = []
Expand Down
Loading