fix(codec): hot-fix for default codec in linux arm platforms (#868)

This commit is contained in:
Steven Palma
2025-03-17 13:23:11 +01:00
committed by GitHub
parent 9f0a8a49d0
commit 1c15bab70f
5 changed files with 29 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ For a comprehensive list and documentation of these parameters, see the ffmpeg d
### Decoding parameters
**Decoder**
We tested two video decoding backends from torchvision:
- `pyav` (default)
- `pyav`
- `video_reader` (requires to build torchvision from source)
**Requested timestamps**