You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install "dist/scenedetect_headless-${{ env.scenedetect_version }}-py3-none-any.whl[pyav]" --only-binary av
110
123
# Confirm the install pulled `opencv-python-headless`, not the GUI variant.
111
124
# If both are present, cv2 imports may silently come from either.
112
125
python -c "import importlib.metadata as m; ds = sorted(d.metadata['Name'] for d in m.distributions() if d.metadata['Name'] in ('opencv-python', 'opencv-python-headless')); assert ds == ['opencv-python-headless'], f'Expected only opencv-python-headless, got: {ds}'"
113
126
scenedetect version
114
127
scenedetect -i tests/resources/testvideo.mp4 -b opencv time --end 2s
115
128
scenedetect -i tests/resources/testvideo.mp4 -b pyav time --end 2s
0 commit comments