mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Remove vaapi interlace which caused fps to be higher than specified (#4843)
This commit is contained in:
parent
9c6193b9b5
commit
cee52e9cfd
@ -87,7 +87,7 @@ PRESETS_HW_ACCEL_DECODE = {
|
|||||||
PRESETS_HW_ACCEL_SCALE = {
|
PRESETS_HW_ACCEL_SCALE = {
|
||||||
"preset-intel-vaapi": [
|
"preset-intel-vaapi": [
|
||||||
"-vf",
|
"-vf",
|
||||||
"fps={},deinterlace_vaapi=rate=field:auto=1,scale_vaapi=w={}:h={},hwdownload,format=yuv420p",
|
"fps={},scale_vaapi=w={}:h={},hwdownload,format=yuv420p",
|
||||||
"-f",
|
"-f",
|
||||||
"rawvideo",
|
"rawvideo",
|
||||||
],
|
],
|
||||||
@ -105,7 +105,7 @@ PRESETS_HW_ACCEL_SCALE = {
|
|||||||
],
|
],
|
||||||
"preset-amd-vaapi": [
|
"preset-amd-vaapi": [
|
||||||
"-vf",
|
"-vf",
|
||||||
"fps={},deinterlace_vaapi=rate=field:auto=1,scale_vaapi=w={}:h={},hwdownload,format=yuv420p",
|
"fps={},scale_vaapi=w={}:h={},hwdownload,format=yuv420p",
|
||||||
"-f",
|
"-f",
|
||||||
"rawvideo",
|
"rawvideo",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user