[HW Accel Support]: Cameras won't work when I enable hardware acceleration for my Intel 12th Core i5 12450H Mini PC. #18891
-
Describe the problem you are havingI'm setting up Frigate for the first time. I've added all my cameras to my frigate config file, and successfully added my Coral USB Accelerator. When I run Frigate w/o the hardware accelerator in my config file, all the cameras come up just fine, but I get a warning in my logs telling me to enable hardware acceleration, and it provides me a link to the hardware acceleration page. I put the lines appropriate to my CPU in my config, as well as my docker config (- CAP_PERFMON), but when I restart Frigate, I don't get any camera feeds, and I get a ton of error messages in my logs, such as ffmpeg process crashed unexpectedly, error opening output files, etc. With HW Acceleration in the config: Logs attached: Version0.15.0-6cb5cfb Frigate config filemqtt:
enabled: false
detectors:
coral:
type: edgetpu
device: usb
ffmpeg:
hwaccel_args: preset-intel-qsv
go2rtc:
streams:
unifi_doorbell:
- rtspx://192.168.1.1:7441/v8mFpWln32pt78TD
unifi_doorbell_low:
- rtspx://192.168.1.1:7441/v8mFpWln32pt78TD
unifi_package:
- rtspx://192.168.1.1:7441/6vhiwyVc8n2nj4I3
unifi_driveway:
- rtspx://192.168.1.1:7441/PoHDxo6CPh9Tggf5
unifi_driveway_low:
- rtspx://192.168.1.1:7441/3uTQzIJy9aJCUQEk
unifi_front_yard:
- rtspx://192.168.1.1:7441/jWfhRPXaZXhqfp7k
unifi_front_yard_low:
- rtspx://192.168.1.1:7441/wvUMM7PcQXXMqoi0
unifi_garage:
- rtspx://192.168.1.1:7441/0y5C3rkVmMH66HnA
unifi_garage_low:
- rtspx://192.168.1.1:7441/Rcc3CJIWrC6D0ByF
unifi_pro:
- rtspx://192.168.1.1:7441/E2yIbudyalHv6rqh
unifi_pro_low:
- rtspx://192.168.1.1:7441/oxBRCf5tMdic2rsH
unifi_backyard:
- rtspx://192.168.1.1:7441/SAB1wUqEAYT9xaKM
unifi_backyard_low:
- rtspx://192.168.1.1:7441/Gjyn4kdYQ9mgMKUx
ring_floodlight:
- ffmpeg:rtsp://192.168.1.76:42187/34821622cc910e0d
cameras:
unifi_doorbell:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_doorbell
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/unifi_doorbell_low
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false
width: 960
height: 720
fps: 5
unifi_package:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_package
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false
width: 1600
height: 1200
fps: 5
unifi_driveway:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_driveway
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/unifi_driveway_low
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false
width: 1280
height: 720
fps: 5
unifi_front_yard:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_front_yard
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/unifi_front_yard_low
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false
width: 1280
height: 720
fps: 5
unifi_garage:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_garage
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/unifi_garage_low
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false
width: 1280
height: 720
fps: 5
unifi_pro:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_pro
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/unifi_pro_low
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false
width: 1280
height: 720
fps: 5
unifi_backyard:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/unifi_backyard
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/unifi_backyard_low
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-ubiquiti
detect:
enabled: false # <---- disable detection until you have a working camera feed
width: 1280
height: 720
fps: 5
ring_floodlight:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/ring_floodlight
roles:
- detect
detect:
width: 2048
height: 1080
fps: 5
version: 0.15-1 docker-compose file or Docker CLI commandfrigate:
container_name: frigate
restart: unless-stopped
stop_grace_period: 30s
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "1024mb"
cap_add:
- CAP_PERFMON
devices:
- /dev/bus/usb/001/006:/dev/bus/usb/001/006
volumes:
- /etc/localtime:/etc/localtime:ro
- ./frigate:/config
- /mnt/nvr:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "9554:8554" # RTSP feeds Relevant Frigate log output2025-06-26 08:36:40.056414036 [INFO] Preparing Frigate...
2025-06-26 08:36:40.123168314 [INFO] Starting Frigate...
2025-06-26 08:36:41.859561410 [2025-06-26 08:36:41] frigate.util.config INFO : Checking if frigate config needs migration...
2025-06-26 08:36:41.880964073 [2025-06-26 08:36:41] frigate.util.config INFO : frigate config does not need migration...
2025-06-26 08:36:41.912931235 [2025-06-26 08:36:41] frigate.app INFO : Starting Frigate (0.15.0-6cb5cfb)
2025-06-26 08:36:41.919436655 [2025-06-26 08:36:41] peewee_migrate.logs INFO : Starting migrations
2025-06-26 08:36:41.924407650 [2025-06-26 08:36:41] peewee_migrate.logs INFO : There is nothing to migrate
2025-06-26 08:36:41.924410011 [2025-06-26 08:36:41] frigate.app INFO : Recording process started: 370
2025-06-26 08:36:41.928163357 [2025-06-26 08:36:41] frigate.app INFO : Review process started: 372
2025-06-26 08:36:41.929862115 [2025-06-26 08:36:41] frigate.app INFO : go2rtc process pid: 96
2025-06-26 08:36:41.937864849 [2025-06-26 08:36:41] detector.coral INFO : Starting detection process: 386
2025-06-26 08:36:45.075335354 [2025-06-26 08:36:41] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-06-26 08:36:45.078008086 [2025-06-26 08:36:45] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-06-26 08:36:45.078440401 [2025-06-26 08:36:43] frigate.video ERROR : unifi_doorbell: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078442820 [2025-06-26 08:36:43] frigate.video ERROR : unifi_pro: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078455651 [2025-06-26 08:36:43] frigate.video ERROR : unifi_doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.078531507 [2025-06-26 08:36:43] frigate.video ERROR : unifi_pro: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.078533495 [2025-06-26 08:36:44] frigate.video ERROR : unifi_driveway: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078554957 [2025-06-26 08:36:44] frigate.video ERROR : unifi_driveway: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.078621250 [2025-06-26 08:36:44] frigate.video ERROR : unifi_backyard: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078741608 [2025-06-26 08:36:41] frigate.app INFO : Output process started: 404
2025-06-26 08:36:45.078773255 [2025-06-26 08:36:44] frigate.video ERROR : unifi_front_yard: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078781954 [2025-06-26 08:36:44] frigate.video ERROR : ring_floodlight: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078830753 [2025-06-26 08:36:44] frigate.video ERROR : unifi_front_yard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.078840505 [2025-06-26 08:36:44] frigate.video ERROR : unifi_backyard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.078857142 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_doorbell: 419
2025-06-26 08:36:45.078867273 [2025-06-26 08:36:44] frigate.video ERROR : unifi_garage: Unable to read frames from ffmpeg process.
2025-06-26 08:36:45.078879040 [2025-06-26 08:36:44] frigate.video ERROR : ring_floodlight: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.079037846 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_package: 425
2025-06-26 08:36:45.079049737 [2025-06-26 08:36:44] frigate.video ERROR : unifi_garage: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:36:45.079061417 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_driveway: 431
2025-06-26 08:36:45.079072726 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_front_yard: 443
2025-06-26 08:36:45.079084007 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_garage: 451
2025-06-26 08:36:45.079095311 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_pro: 458
2025-06-26 08:36:45.079107992 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for unifi_backyard: 467
2025-06-26 08:36:45.079117799 [2025-06-26 08:36:41] frigate.app INFO : Camera processor started for ring_floodlight: 483
2025-06-26 08:36:45.079128817 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_doorbell: 510
2025-06-26 08:36:45.079139571 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_package: 515
2025-06-26 08:36:45.079149620 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_driveway: 525
2025-06-26 08:36:45.079168416 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_front_yard: 547
2025-06-26 08:36:45.079179106 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_garage: 556
2025-06-26 08:36:45.079189690 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_pro: 561
2025-06-26 08:36:45.079199973 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for unifi_backyard: 571
2025-06-26 08:36:45.079210745 [2025-06-26 08:36:42] frigate.app INFO : Capture process started for ring_floodlight: 579
2025-06-26 08:36:45.079221702 [2025-06-26 08:36:42] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-06-26 08:36:45.079233977 [2025-06-26 08:36:42] frigate.api.fastapi_app INFO : FastAPI started
2025-06-26 08:36:47.168945225 [2025-06-26 08:36:47] frigate.video ERROR : unifi_package: Unable to read frames from ffmpeg process.
2025-06-26 08:36:47.168948772 [2025-06-26 08:36:47] frigate.video ERROR : unifi_package: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:02.039341969 [2025-06-26 08:37:02] watchdog.unifi_package ERROR : Ffmpeg process crashed unexpectedly for unifi_package.
2025-06-26 08:37:02.043043158 [2025-06-26 08:37:02] watchdog.unifi_doorbell ERROR : Ffmpeg process crashed unexpectedly for unifi_doorbell.
2025-06-26 08:37:02.043183100 [2025-06-26 08:37:02] watchdog.unifi_doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.043186567 [2025-06-26 08:37:02] watchdog.unifi_package ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.043189942 [2025-06-26 08:37:02] ffmpeg.unifi_doorbell.detect ERROR : [AVFormatContext @ 0x5630b6ded340] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.043206415 [2025-06-26 08:37:02] ffmpeg.unifi_package.detect ERROR : [AVFormatContext @ 0x560b2699d440] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.043214843 [2025-06-26 08:37:02] ffmpeg.unifi_doorbell.detect ERROR : [out#0 @ 0x5630b6ded200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.043217801 [2025-06-26 08:37:02] ffmpeg.unifi_package.detect ERROR : [out#0 @ 0x560b2699d300] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.043250242 [2025-06-26 08:37:02] ffmpeg.unifi_package.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.043272911 [2025-06-26 08:37:02] ffmpeg.unifi_doorbell.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.043299647 [2025-06-26 08:37:02] ffmpeg.unifi_package.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.043330429 [2025-06-26 08:37:02] ffmpeg.unifi_doorbell.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.044567112 [2025-06-26 08:37:02] watchdog.unifi_driveway ERROR : Ffmpeg process crashed unexpectedly for unifi_driveway.
2025-06-26 08:37:02.044593161 [2025-06-26 08:37:02] watchdog.unifi_driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.044618354 [2025-06-26 08:37:02] ffmpeg.unifi_driveway.detect ERROR : [AVFormatContext @ 0x555e2fb08340] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.044643381 [2025-06-26 08:37:02] ffmpeg.unifi_driveway.detect ERROR : [out#0 @ 0x555e2fb08200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.044671996 [2025-06-26 08:37:02] ffmpeg.unifi_driveway.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.044694288 [2025-06-26 08:37:02] ffmpeg.unifi_driveway.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.065009721 [2025-06-26 08:37:02] watchdog.unifi_front_yard ERROR : Ffmpeg process crashed unexpectedly for unifi_front_yard.
2025-06-26 08:37:02.065012494 [2025-06-26 08:37:02] watchdog.unifi_front_yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.065013572 [2025-06-26 08:37:02] ffmpeg.unifi_front_yard.detect ERROR : [AVFormatContext @ 0x5633f2891340] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.065014480 [2025-06-26 08:37:02] ffmpeg.unifi_front_yard.detect ERROR : [out#0 @ 0x5633f2891200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.065015220 [2025-06-26 08:37:02] ffmpeg.unifi_front_yard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.065015945 [2025-06-26 08:37:02] ffmpeg.unifi_front_yard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.070985075 [2025-06-26 08:37:02] watchdog.unifi_garage ERROR : Ffmpeg process crashed unexpectedly for unifi_garage.
2025-06-26 08:37:02.071006894 [2025-06-26 08:37:02] watchdog.unifi_garage ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.071021657 [2025-06-26 08:37:02] ffmpeg.unifi_garage.detect ERROR : [AVFormatContext @ 0x55924306d300] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.071034043 [2025-06-26 08:37:02] ffmpeg.unifi_garage.detect ERROR : [out#0 @ 0x55924306d1c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.071045587 [2025-06-26 08:37:02] ffmpeg.unifi_garage.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.071057100 [2025-06-26 08:37:02] ffmpeg.unifi_garage.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.082680609 [2025-06-26 08:37:02] watchdog.unifi_backyard ERROR : Ffmpeg process crashed unexpectedly for unifi_backyard.
2025-06-26 08:37:02.082708638 [2025-06-26 08:37:02] watchdog.unifi_backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.082736654 [2025-06-26 08:37:02] ffmpeg.unifi_backyard.detect ERROR : [AVFormatContext @ 0x55de337c6600] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.082761362 [2025-06-26 08:37:02] ffmpeg.unifi_backyard.detect ERROR : [out#0 @ 0x55de337c64c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.082785746 [2025-06-26 08:37:02] ffmpeg.unifi_backyard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.082815067 [2025-06-26 08:37:02] ffmpeg.unifi_backyard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.084016897 [2025-06-26 08:37:02] watchdog.unifi_pro ERROR : Ffmpeg process crashed unexpectedly for unifi_pro.
2025-06-26 08:37:02.084044426 [2025-06-26 08:37:02] watchdog.unifi_pro ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.084073612 [2025-06-26 08:37:02] ffmpeg.unifi_pro.detect ERROR : [AVFormatContext @ 0x55cfda626580] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.084099232 [2025-06-26 08:37:02] ffmpeg.unifi_pro.detect ERROR : [out#0 @ 0x55cfda62f200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.084124206 [2025-06-26 08:37:02] ffmpeg.unifi_pro.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.084150168 [2025-06-26 08:37:02] ffmpeg.unifi_pro.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.090688037 [2025-06-26 08:37:02] watchdog.ring_floodlight ERROR : Ffmpeg process crashed unexpectedly for ring_floodlight.
2025-06-26 08:37:02.090725654 [2025-06-26 08:37:02] watchdog.ring_floodlight ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:02.090758602 [2025-06-26 08:37:02] ffmpeg.ring_floodlight.detect ERROR : [AVFormatContext @ 0x5577ec3f4500] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:02.090794062 [2025-06-26 08:37:02] ffmpeg.ring_floodlight.detect ERROR : [out#0 @ 0x5577ec3f43c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:02.090822803 [2025-06-26 08:37:02] ffmpeg.ring_floodlight.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:02.090848896 [2025-06-26 08:37:02] ffmpeg.ring_floodlight.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:02.258184265 [2025-06-26 08:37:02] frigate.video ERROR : ring_floodlight: Unable to read frames from ffmpeg process.
2025-06-26 08:37:02.258575210 [2025-06-26 08:37:02] frigate.video ERROR : ring_floodlight: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:03.852161895 [2025-06-26 08:37:03] frigate.video ERROR : unifi_pro: Unable to read frames from ffmpeg process.
2025-06-26 08:37:03.852535527 [2025-06-26 08:37:03] frigate.video ERROR : unifi_pro: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:04.494936355 [2025-06-26 08:37:04] frigate.video ERROR : unifi_driveway: Unable to read frames from ffmpeg process.
2025-06-26 08:37:04.495299640 [2025-06-26 08:37:04] frigate.video ERROR : unifi_driveway: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:05.072893582 [2025-06-26 08:37:05] frigate.video ERROR : unifi_garage: Unable to read frames from ffmpeg process.
2025-06-26 08:37:05.073018586 [2025-06-26 08:37:05] frigate.video ERROR : unifi_garage: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:05.084551513 [2025-06-26 08:37:05] frigate.video ERROR : unifi_front_yard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:05.084596168 [2025-06-26 08:37:05] frigate.video ERROR : unifi_front_yard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:05.112623935 [2025-06-26 08:37:05] frigate.video ERROR : unifi_backyard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:05.112836382 [2025-06-26 08:37:05] frigate.video ERROR : unifi_backyard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:07.123347722 [2025-06-26 08:37:07] frigate.video ERROR : unifi_package: Unable to read frames from ffmpeg process.
2025-06-26 08:37:07.123350147 [2025-06-26 08:37:07] frigate.video ERROR : unifi_package: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:07.213213972 [2025-06-26 08:37:07] frigate.video ERROR : unifi_doorbell: Unable to read frames from ffmpeg process.
2025-06-26 08:37:07.213402228 [2025-06-26 08:37:07] frigate.video ERROR : unifi_doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:12.044819081 [2025-06-26 08:37:12] watchdog.unifi_doorbell ERROR : Ffmpeg process crashed unexpectedly for unifi_doorbell.
2025-06-26 08:37:12.044822388 [2025-06-26 08:37:12] watchdog.unifi_doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.044903968 [2025-06-26 08:37:12] ffmpeg.unifi_doorbell.detect ERROR : [AVFormatContext @ 0x557f0b466600] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.044906376 [2025-06-26 08:37:12] ffmpeg.unifi_doorbell.detect ERROR : [out#0 @ 0x557f0b4664c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.044907741 [2025-06-26 08:37:12] ffmpeg.unifi_doorbell.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.044927931 [2025-06-26 08:37:12] ffmpeg.unifi_doorbell.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.050049802 [2025-06-26 08:37:12] watchdog.unifi_package ERROR : Ffmpeg process crashed unexpectedly for unifi_package.
2025-06-26 08:37:12.050053700 [2025-06-26 08:37:12] watchdog.unifi_package ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.050075628 [2025-06-26 08:37:12] ffmpeg.unifi_package.detect ERROR : [AVFormatContext @ 0x558643e275c0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.050162184 [2025-06-26 08:37:12] ffmpeg.unifi_package.detect ERROR : [out#0 @ 0x558643e27480] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.050164385 [2025-06-26 08:37:12] ffmpeg.unifi_package.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.050165691 [2025-06-26 08:37:12] ffmpeg.unifi_package.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.057395602 [2025-06-26 08:37:12] watchdog.unifi_driveway ERROR : Ffmpeg process crashed unexpectedly for unifi_driveway.
2025-06-26 08:37:12.057399138 [2025-06-26 08:37:12] watchdog.unifi_driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.057400788 [2025-06-26 08:37:12] ffmpeg.unifi_driveway.detect ERROR : [AVFormatContext @ 0x556d3f50cc00] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.057414074 [2025-06-26 08:37:12] ffmpeg.unifi_driveway.detect ERROR : [out#0 @ 0x556d3f50cac0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.057418791 [2025-06-26 08:37:12] ffmpeg.unifi_driveway.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.057431007 [2025-06-26 08:37:12] ffmpeg.unifi_driveway.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.075969269 [2025-06-26 08:37:12] watchdog.unifi_front_yard ERROR : Ffmpeg process crashed unexpectedly for unifi_front_yard.
2025-06-26 08:37:12.075973238 [2025-06-26 08:37:12] watchdog.unifi_front_yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.075974926 [2025-06-26 08:37:12] ffmpeg.unifi_front_yard.detect ERROR : [AVFormatContext @ 0x55e01fd7c380] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.075976209 [2025-06-26 08:37:12] ffmpeg.unifi_front_yard.detect ERROR : [out#0 @ 0x55e01fc96200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.075977213 [2025-06-26 08:37:12] ffmpeg.unifi_front_yard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.075978159 [2025-06-26 08:37:12] ffmpeg.unifi_front_yard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.081024567 [2025-06-26 08:37:12] watchdog.unifi_garage ERROR : Ffmpeg process crashed unexpectedly for unifi_garage.
2025-06-26 08:37:12.081027729 [2025-06-26 08:37:12] watchdog.unifi_garage ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.081029507 [2025-06-26 08:37:12] ffmpeg.unifi_garage.detect ERROR : [AVFormatContext @ 0x562a78f3ca80] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.081041532 [2025-06-26 08:37:12] ffmpeg.unifi_garage.detect ERROR : [out#0 @ 0x562a78f2b240] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.081046208 [2025-06-26 08:37:12] ffmpeg.unifi_garage.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.081058651 [2025-06-26 08:37:12] ffmpeg.unifi_garage.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.091683631 [2025-06-26 08:37:12] watchdog.unifi_pro ERROR : Ffmpeg process crashed unexpectedly for unifi_pro.
2025-06-26 08:37:12.091701448 [2025-06-26 08:37:12] watchdog.unifi_pro ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.091716876 [2025-06-26 08:37:12] ffmpeg.unifi_pro.detect ERROR : [AVFormatContext @ 0x55b31d71f5c0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.091730307 [2025-06-26 08:37:12] ffmpeg.unifi_pro.detect ERROR : [out#0 @ 0x55b31d71f480] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.091742412 [2025-06-26 08:37:12] ffmpeg.unifi_pro.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.091753535 [2025-06-26 08:37:12] ffmpeg.unifi_pro.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.094813776 [2025-06-26 08:37:12] watchdog.unifi_backyard ERROR : Ffmpeg process crashed unexpectedly for unifi_backyard.
2025-06-26 08:37:12.094831867 [2025-06-26 08:37:12] watchdog.unifi_backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.094846739 [2025-06-26 08:37:12] ffmpeg.unifi_backyard.detect ERROR : [AVFormatContext @ 0x5561f0662600] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.094938247 [2025-06-26 08:37:12] ffmpeg.unifi_backyard.detect ERROR : [out#0 @ 0x5561f06624c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.094964062 [2025-06-26 08:37:12] ffmpeg.unifi_backyard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.094975806 [2025-06-26 08:37:12] ffmpeg.unifi_backyard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.118449708 [2025-06-26 08:37:12] watchdog.ring_floodlight ERROR : Ffmpeg process crashed unexpectedly for ring_floodlight.
2025-06-26 08:37:12.118452895 [2025-06-26 08:37:12] watchdog.ring_floodlight ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:12.118454538 [2025-06-26 08:37:12] ffmpeg.ring_floodlight.detect ERROR : [AVFormatContext @ 0x560879292f40] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:12.118467098 [2025-06-26 08:37:12] ffmpeg.ring_floodlight.detect ERROR : [out#0 @ 0x56087927f380] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:12.118471824 [2025-06-26 08:37:12] ffmpeg.ring_floodlight.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:12.118486665 [2025-06-26 08:37:12] ffmpeg.ring_floodlight.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:12.267978391 [2025-06-26 08:37:12] frigate.video ERROR : ring_floodlight: Unable to read frames from ffmpeg process.
2025-06-26 08:37:12.268455920 [2025-06-26 08:37:12] frigate.video ERROR : ring_floodlight: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:13.405365887 [2025-06-26 08:37:13] frigate.video ERROR : unifi_doorbell: Unable to read frames from ffmpeg process.
2025-06-26 08:37:13.405465480 [2025-06-26 08:37:13] frigate.video ERROR : unifi_doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:13.906381973 [2025-06-26 08:37:13] frigate.video ERROR : unifi_pro: Unable to read frames from ffmpeg process.
2025-06-26 08:37:13.906632542 [2025-06-26 08:37:13] frigate.video ERROR : unifi_pro: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:14.234467612 [2025-06-26 08:37:14] frigate.video ERROR : unifi_backyard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:14.234829073 [2025-06-26 08:37:14] frigate.video ERROR : unifi_backyard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:14.280505397 [2025-06-26 08:37:14] frigate.video ERROR : unifi_front_yard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:14.280603921 [2025-06-26 08:37:14] frigate.video ERROR : unifi_front_yard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:14.407099881 [2025-06-26 08:37:14] frigate.video ERROR : unifi_garage: Unable to read frames from ffmpeg process.
2025-06-26 08:37:14.407306492 [2025-06-26 08:37:14] frigate.video ERROR : unifi_garage: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:14.542113024 [2025-06-26 08:37:14] frigate.video ERROR : unifi_driveway: Unable to read frames from ffmpeg process.
2025-06-26 08:37:14.542391692 [2025-06-26 08:37:14] frigate.video ERROR : unifi_driveway: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:17.214855659 [2025-06-26 08:37:17] frigate.video ERROR : unifi_package: Unable to read frames from ffmpeg process.
2025-06-26 08:37:17.214954118 [2025-06-26 08:37:17] frigate.video ERROR : unifi_package: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:22.054021389 [2025-06-26 08:37:22] watchdog.unifi_doorbell ERROR : Ffmpeg process crashed unexpectedly for unifi_doorbell.
2025-06-26 08:37:22.054024894 [2025-06-26 08:37:22] watchdog.unifi_doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.054099671 [2025-06-26 08:37:22] ffmpeg.unifi_doorbell.detect ERROR : [AVFormatContext @ 0x563d748421c0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.054102181 [2025-06-26 08:37:22] ffmpeg.unifi_doorbell.detect ERROR : [out#0 @ 0x563d74842080] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.054103526 [2025-06-26 08:37:22] ffmpeg.unifi_doorbell.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.054126085 [2025-06-26 08:37:22] ffmpeg.unifi_doorbell.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.059457949 [2025-06-26 08:37:22] watchdog.unifi_package ERROR : Ffmpeg process crashed unexpectedly for unifi_package.
2025-06-26 08:37:22.059460847 [2025-06-26 08:37:22] watchdog.unifi_package ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.059461958 [2025-06-26 08:37:22] ffmpeg.unifi_package.detect ERROR : [AVFormatContext @ 0x55e911cce300] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.059462799 [2025-06-26 08:37:22] ffmpeg.unifi_package.detect ERROR : [out#0 @ 0x55e911cce1c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.059463521 [2025-06-26 08:37:22] ffmpeg.unifi_package.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.059464304 [2025-06-26 08:37:22] ffmpeg.unifi_package.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.063971977 [2025-06-26 08:37:22] watchdog.unifi_driveway ERROR : Ffmpeg process crashed unexpectedly for unifi_driveway.
2025-06-26 08:37:22.063974542 [2025-06-26 08:37:22] watchdog.unifi_driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.063975661 [2025-06-26 08:37:22] ffmpeg.unifi_driveway.detect ERROR : [AVFormatContext @ 0x56526cf54c00] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.063986453 [2025-06-26 08:37:22] ffmpeg.unifi_driveway.detect ERROR : [out#0 @ 0x56526cf54ac0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.063987176 [2025-06-26 08:37:22] ffmpeg.unifi_driveway.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.063997171 [2025-06-26 08:37:22] ffmpeg.unifi_driveway.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.086357811 [2025-06-26 08:37:22] watchdog.unifi_front_yard ERROR : Ffmpeg process crashed unexpectedly for unifi_front_yard.
2025-06-26 08:37:22.086360270 [2025-06-26 08:37:22] watchdog.unifi_front_yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.086361287 [2025-06-26 08:37:22] ffmpeg.unifi_front_yard.detect ERROR : [AVFormatContext @ 0x55bffc385c00] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.086362193 [2025-06-26 08:37:22] ffmpeg.unifi_front_yard.detect ERROR : [out#0 @ 0x55bffc385ac0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.086364015 [2025-06-26 08:37:22] ffmpeg.unifi_front_yard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.086364666 [2025-06-26 08:37:22] ffmpeg.unifi_front_yard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.090167024 [2025-06-26 08:37:22] watchdog.unifi_garage ERROR : Ffmpeg process crashed unexpectedly for unifi_garage.
2025-06-26 08:37:22.090169673 [2025-06-26 08:37:22] watchdog.unifi_garage ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.090171423 [2025-06-26 08:37:22] ffmpeg.unifi_garage.detect ERROR : [AVFormatContext @ 0x55d5bf0c9bc0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.090187185 [2025-06-26 08:37:22] ffmpeg.unifi_garage.detect ERROR : [out#0 @ 0x55d5bf0c9a80] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.090192135 [2025-06-26 08:37:22] ffmpeg.unifi_garage.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.090205058 [2025-06-26 08:37:22] ffmpeg.unifi_garage.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.101965422 [2025-06-26 08:37:22] watchdog.unifi_pro ERROR : Ffmpeg process crashed unexpectedly for unifi_pro.
2025-06-26 08:37:22.101992678 [2025-06-26 08:37:22] watchdog.unifi_pro ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.102006308 [2025-06-26 08:37:22] ffmpeg.unifi_pro.detect ERROR : [AVFormatContext @ 0x55653761cb80] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.102021277 [2025-06-26 08:37:22] ffmpeg.unifi_pro.detect ERROR : [out#0 @ 0x55653761ca40] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.102043143 [2025-06-26 08:37:22] ffmpeg.unifi_pro.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.102055516 [2025-06-26 08:37:22] ffmpeg.unifi_pro.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.104551794 [2025-06-26 08:37:22] watchdog.unifi_backyard ERROR : Ffmpeg process crashed unexpectedly for unifi_backyard.
2025-06-26 08:37:22.104584389 [2025-06-26 08:37:22] watchdog.unifi_backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.104606027 [2025-06-26 08:37:22] ffmpeg.unifi_backyard.detect ERROR : [AVFormatContext @ 0x55d995eb6bc0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.104623121 [2025-06-26 08:37:22] ffmpeg.unifi_backyard.detect ERROR : [out#0 @ 0x55d995eb6a80] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.104638458 [2025-06-26 08:37:22] ffmpeg.unifi_backyard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.104653914 [2025-06-26 08:37:22] ffmpeg.unifi_backyard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.128303554 [2025-06-26 08:37:22] watchdog.ring_floodlight ERROR : Ffmpeg process crashed unexpectedly for ring_floodlight.
2025-06-26 08:37:22.128322869 [2025-06-26 08:37:22] watchdog.ring_floodlight ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:22.128338705 [2025-06-26 08:37:22] ffmpeg.ring_floodlight.detect ERROR : [AVFormatContext @ 0x556adb35ef40] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:22.128352644 [2025-06-26 08:37:22] ffmpeg.ring_floodlight.detect ERROR : [out#0 @ 0x556adb356140] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:22.128366424 [2025-06-26 08:37:22] ffmpeg.ring_floodlight.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:22.128377331 [2025-06-26 08:37:22] ffmpeg.ring_floodlight.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:22.274940885 [2025-06-26 08:37:22] frigate.video ERROR : ring_floodlight: Unable to read frames from ffmpeg process.
2025-06-26 08:37:22.275177571 [2025-06-26 08:37:22] frigate.video ERROR : ring_floodlight: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:23.096349733 [2025-06-26 08:37:23] frigate.video ERROR : unifi_doorbell: Unable to read frames from ffmpeg process.
2025-06-26 08:37:23.096364849 [2025-06-26 08:37:23] frigate.video ERROR : unifi_doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:23.926709178 [2025-06-26 08:37:23] frigate.video ERROR : unifi_pro: Unable to read frames from ffmpeg process.
2025-06-26 08:37:23.927057283 [2025-06-26 08:37:23] frigate.video ERROR : unifi_pro: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:24.408134413 [2025-06-26 08:37:24] frigate.video ERROR : unifi_garage: Unable to read frames from ffmpeg process.
2025-06-26 08:37:24.408137794 [2025-06-26 08:37:24] frigate.video ERROR : unifi_garage: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:24.488186569 [2025-06-26 08:37:24] frigate.video ERROR : unifi_backyard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:24.488526967 [2025-06-26 08:37:24] frigate.video ERROR : unifi_backyard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:24.514296656 [2025-06-26 08:37:24] frigate.video ERROR : unifi_driveway: Unable to read frames from ffmpeg process.
2025-06-26 08:37:24.514449193 [2025-06-26 08:37:24] frigate.video ERROR : unifi_driveway: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:25.114773354 [2025-06-26 08:37:25] frigate.video ERROR : unifi_front_yard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:25.114776846 [2025-06-26 08:37:25] frigate.video ERROR : unifi_front_yard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:27.180470933 [2025-06-26 08:37:27] frigate.video ERROR : unifi_package: Unable to read frames from ffmpeg process.
2025-06-26 08:37:27.180677907 [2025-06-26 08:37:27] frigate.video ERROR : unifi_package: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:32.064393952 [2025-06-26 08:37:32] watchdog.unifi_doorbell ERROR : Ffmpeg process crashed unexpectedly for unifi_doorbell.
2025-06-26 08:37:32.064397409 [2025-06-26 08:37:32] watchdog.unifi_doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.064424315 [2025-06-26 08:37:32] ffmpeg.unifi_doorbell.detect ERROR : [AVFormatContext @ 0x55856d050fc0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.064502493 [2025-06-26 08:37:32] ffmpeg.unifi_doorbell.detect ERROR : [out#0 @ 0x55856ceeaac0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.064504680 [2025-06-26 08:37:32] ffmpeg.unifi_doorbell.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.064506014 [2025-06-26 08:37:32] ffmpeg.unifi_doorbell.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.072715800 [2025-06-26 08:37:32] watchdog.unifi_package ERROR : Ffmpeg process crashed unexpectedly for unifi_package.
2025-06-26 08:37:32.072719437 [2025-06-26 08:37:32] watchdog.unifi_package ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.072721195 [2025-06-26 08:37:32] ffmpeg.unifi_package.detect ERROR : [AVFormatContext @ 0x5626ef48a5c0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.072735773 [2025-06-26 08:37:32] ffmpeg.unifi_package.detect ERROR : [out#0 @ 0x5626ef48a480] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.072736895 [2025-06-26 08:37:32] ffmpeg.unifi_package.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.072746140 [2025-06-26 08:37:32] ffmpeg.unifi_package.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.074210305 [2025-06-26 08:37:32] watchdog.unifi_driveway ERROR : Ffmpeg process crashed unexpectedly for unifi_driveway.
2025-06-26 08:37:32.074214397 [2025-06-26 08:37:32] watchdog.unifi_driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.074235985 [2025-06-26 08:37:32] ffmpeg.unifi_driveway.detect ERROR : [AVFormatContext @ 0x55857f7b43c0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.074303971 [2025-06-26 08:37:32] ffmpeg.unifi_driveway.detect ERROR : [out#0 @ 0x55857f679200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.074306160 [2025-06-26 08:37:32] ffmpeg.unifi_driveway.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.074307481 [2025-06-26 08:37:32] ffmpeg.unifi_driveway.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.096727723 [2025-06-26 08:37:32] watchdog.unifi_front_yard ERROR : Ffmpeg process crashed unexpectedly for unifi_front_yard.
2025-06-26 08:37:32.096731383 [2025-06-26 08:37:32] watchdog.unifi_front_yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.096733062 [2025-06-26 08:37:32] ffmpeg.unifi_front_yard.detect ERROR : [AVFormatContext @ 0x555da956d340] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.096734357 [2025-06-26 08:37:32] ffmpeg.unifi_front_yard.detect ERROR : [out#0 @ 0x555da956d200] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.096735315 [2025-06-26 08:37:32] ffmpeg.unifi_front_yard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.096736253 [2025-06-26 08:37:32] ffmpeg.unifi_front_yard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.101245981 [2025-06-26 08:37:32] watchdog.unifi_garage ERROR : Ffmpeg process crashed unexpectedly for unifi_garage.
2025-06-26 08:37:32.101262284 [2025-06-26 08:37:32] watchdog.unifi_garage ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.101276039 [2025-06-26 08:37:32] ffmpeg.unifi_garage.detect ERROR : [AVFormatContext @ 0x55d8b33fc300] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.101288372 [2025-06-26 08:37:32] ffmpeg.unifi_garage.detect ERROR : [out#0 @ 0x55d8b33fc1c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.101303092 [2025-06-26 08:37:32] ffmpeg.unifi_garage.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.101312030 [2025-06-26 08:37:32] ffmpeg.unifi_garage.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.113367961 [2025-06-26 08:37:32] watchdog.unifi_backyard ERROR : Ffmpeg process crashed unexpectedly for unifi_backyard.
2025-06-26 08:37:32.118092400 [2025-06-26 08:37:32] watchdog.unifi_pro ERROR : Ffmpeg process crashed unexpectedly for unifi_pro.
2025-06-26 08:37:32.118111563 [2025-06-26 08:37:32] watchdog.unifi_backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.118127907 [2025-06-26 08:37:32] watchdog.unifi_pro ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.118148363 [2025-06-26 08:37:32] ffmpeg.unifi_pro.detect ERROR : [AVFormatContext @ 0x55bb019f0300] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.118177526 [2025-06-26 08:37:32] ffmpeg.unifi_backyard.detect ERROR : [AVFormatContext @ 0x55f31cd3cbc0] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.118190074 [2025-06-26 08:37:32] ffmpeg.unifi_backyard.detect ERROR : [out#0 @ 0x55f31cd3ca80] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.118199350 [2025-06-26 08:37:32] ffmpeg.unifi_pro.detect ERROR : [out#0 @ 0x55bb019f01c0] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.118211275 [2025-06-26 08:37:32] ffmpeg.unifi_backyard.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.118225182 [2025-06-26 08:37:32] ffmpeg.unifi_pro.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.118238514 [2025-06-26 08:37:32] ffmpeg.unifi_backyard.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.118249428 [2025-06-26 08:37:32] ffmpeg.unifi_pro.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.139621155 [2025-06-26 08:37:32] watchdog.ring_floodlight ERROR : Ffmpeg process crashed unexpectedly for ring_floodlight.
2025-06-26 08:37:32.139624795 [2025-06-26 08:37:32] watchdog.ring_floodlight ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-06-26 08:37:32.139637125 [2025-06-26 08:37:32] ffmpeg.ring_floodlight.detect ERROR : [AVFormatContext @ 0x5640a48f4e00] Unable to choose an output format for 'preset-intel-qsv'; use a standard extension for the filename or specify the format manually.
2025-06-26 08:37:32.139641639 [2025-06-26 08:37:32] ffmpeg.ring_floodlight.detect ERROR : [out#0 @ 0x5640a4b11100] Error initializing the muxer for preset-intel-qsv: Invalid argument
2025-06-26 08:37:32.139654933 [2025-06-26 08:37:32] ffmpeg.ring_floodlight.detect ERROR : Error opening output file preset-intel-qsv.
2025-06-26 08:37:32.139670356 [2025-06-26 08:37:32] ffmpeg.ring_floodlight.detect ERROR : Error opening output files: Invalid argument
2025-06-26 08:37:32.285381691 [2025-06-26 08:37:32] frigate.video ERROR : ring_floodlight: Unable to read frames from ffmpeg process.
2025-06-26 08:37:32.285578933 [2025-06-26 08:37:32] frigate.video ERROR : ring_floodlight: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:33.114188804 [2025-06-26 08:37:33] frigate.video ERROR : unifi_doorbell: Unable to read frames from ffmpeg process.
2025-06-26 08:37:33.114192308 [2025-06-26 08:37:33] frigate.video ERROR : unifi_doorbell: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:34.003953294 [2025-06-26 08:37:34] frigate.video ERROR : unifi_pro: Unable to read frames from ffmpeg process.
2025-06-26 08:37:34.004222802 [2025-06-26 08:37:34] frigate.video ERROR : unifi_pro: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:34.413648935 [2025-06-26 08:37:34] frigate.video ERROR : unifi_front_yard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:34.413744223 [2025-06-26 08:37:34] frigate.video ERROR : unifi_front_yard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:34.504211865 [2025-06-26 08:37:34] frigate.video ERROR : unifi_garage: Unable to read frames from ffmpeg process.
2025-06-26 08:37:34.504392637 [2025-06-26 08:37:34] frigate.video ERROR : unifi_garage: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:34.554104395 [2025-06-26 08:37:34] frigate.video ERROR : unifi_backyard: Unable to read frames from ffmpeg process.
2025-06-26 08:37:34.554423204 [2025-06-26 08:37:34] frigate.video ERROR : unifi_backyard: ffmpeg process is not running. exiting capture thread...
2025-06-26 08:37:34.596661984 [2025-06-26 08:37:34] frigate.video ERROR : unifi_driveway: Unable to read frames from ffmpeg process.
2025-06-26 08:37:34.596737474 [2025-06-26 08:37:34] frigate.video ERROR : unifi_driveway: ffmpeg process is not running. exiting capture thread... Relevant go2rtc log output8:26:15.547 AM info go2rtc version=1.9.9 platform=linux/amd64 revision=fa580c5
8:26:15.547 AM info config path=/config/go2rtc.yaml
8:26:15.548 AM info [rtsp] listen addr=:8554
8:26:15.548 AM info [api] listen addr=:1984
8:26:15.548 AM info [webrtc] listen addr=:8555 FFprobe output from your cameratmorgenthaler@hal:/compose$ sudo docker exec -it d93ab6e0bce4 ffprobe rtsp://127.0.0.1:8554/unifi_garage
OCI runtime exec failed: exec failed: unable to start container process: exec: "ffprobe": executable file not found in $PATH: unknown Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelUniFi G4 Dome, UniFi G4 Doorbell Pro Screenshots of the Frigate UI's System metrics pagesGeneral tab - No HW Accleration in config.yaml Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You are not using a valid preset, you need to use |
Beta Was this translation helpful? Give feedback.
-
I tired ffmpeg: which is what is listed under hardware acceleration for Intel CPUs. For 12th gen CPUs, in the table it says preset-intel-qsv-* can also be used, neither of which seem to work. |
Beta Was this translation helpful? Give feedback.
it can not find your GPU. Looks like you are not mapping the GPU device in your docker compose