The FileNotFoundError: [errno 2] no such file or directory: 'ffmpeg'
error is returned when you try to use a Python package that requires ffmpeg to work.
To fix this error, you need to install ffmpeg.
On Linux, you can install ffmpeg with:
On macOS, you can install ffmpeg with:
To see installation instructions for other systems, refer to the official ffmpeg documentation.
OpenCV can be used with the open source supervision Python package.
supervision provides an extensive range of functionalities for working with computer vision models. With supervision, you can:
1. Process and filter detections and segmentation masks from a range of popular models (YOLOv5, Ultralytics YOLOv8, MMDetection, and more).
2. Process and filter classifications.
3. Compute confusion matrices.
And more! To learn about the full range of functionality in supervision, check out the supervision documentation.