Fix RPi preset (#4968)

This commit is contained in:
Nicolas Mowen
2023-01-08 20:58:06 -06:00
committed by GitHub
parent 5b7cd9ce64
commit e79eab711a
+2
View File
@@ -80,6 +80,8 @@ PRESETS_HW_ACCEL_DECODE = {
}
PRESETS_HW_ACCEL_SCALE = {
"preset-rpi-32-h264": ["-f", "rawvideo", "-pix_fmt", "yuv420p"],
"preset-rpi-64-h264": ["-f", "rawvideo", "-pix_fmt", "yuv420p"],
"preset-vaapi": [
"-vf",
"fps={},scale_vaapi=w={}:h={},hwdownload,format=yuv420p",