Stream video frames to directory
Decode video frames directly from a raw stream using PyAV — bypasses server-side metadata requirements.
Introduction
pip install 'supervisely[video-av]'How to debug this tutorial
SERVER_ADDRESS=https://app.supervisely.com # ⬅️ change value
API_TOKEN=your-token-here # ⬅️ change value
VIDEO_ID=12345 # ⬅️ change valueImport libraries
Init API client
Save frames to directory
Progress bar
Decoding progress
Tuning parallelism and memory
Async version
Function reference
Last updated