Change 'best' backend to video_reader

This commit is contained in:
Simon Alibert 2024-06-03 16:09:02 +00:00
parent 6e46de6157
commit 330c535f57
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ def best_study(repo_ids: list, bench_dir: Path, timestamps_mode: str, dry_run: b
"crf": None,
"pix_fmt": "yuv444p",
# video decoding
"backend": "pyav",
"backend": "video_reader",
"decoder": "torchvision",
"decoder_kwgs": {},
}