Conversation
|
@mitchross is |
Not sure it yelled at me when I ran it and said it would be deprecated. I updated comment.... Also I think the current hw version works with quick sync, I just had the wrong command passed. Now I used One thing to note, this PR does let you use "intel_gpu_top" which lets you monitor gpu usage. So I'm not sure now if this PR is needed, but take what you want out of it. I am however running this PR version in my home lab things are going great. |
|
@mrlt8 rotate cam seems to break with these args tho... |
|
Are you using some variant of Ideally, it should work with |
I -think- this is working for me... need to run a few more tests |
|
Ok so "H264_ENC=h264_qsv" does work, my PR adds in intel_gpu_top if you wanted to parse for stats. This is what frigate does |
|
I wonder if this could be applied to non qsv video. For example, I use intel-va-api on frigate which significantly reduces CPU usage. (I went from 300% cpu to 40-50%) It does appear the drivers are there in this image as well. I'm going to try this out and see if I can come up with an elegant configuration and command for ffmpeg qsv and vaapi for both amd and intel cards. |
|
HW acceleration has stopped working for me. Any ideas? let me know commands/logs you want! |
|
Nothing has really changed RE: ffmpeg or encoding. Could it be a local issue? May want to run with |
|
This doesn't work for me. Is there a way to get intel acceleration going again? |
re: @mrlt8 I was wondering about hardware acceleration for intel and found this PR. I pulled down All 8 of my Wyze Cam Pro v3's appear to be working correctly. I've definitely noticed a significant decrease in latency (it's hard for me to attribute it directly to this but "it definitely feels faster"). I tried to install It would be really nice if we could have that tool available for |
I got Let me know if there's anything I can help with, happy to test. |
|
@carldanley see #736 for the ongoing discussion re: qsv and alternate ffmpeg commands. |
yea I never got it to work with all the suggestions posted here. I dont have a clue why frigate works but wyze bridge does not. I tried everything. When I do get it working, rotate breaks. I gave up on it for now. |
|
Sorry you were unable to get this to work. Was just looking for ways to improve performance. Hopefully some one else might have the answer. |
#736
'ffmpeg -loglevel verbose -hwaccel qsv -c:v h264_qsv -i - -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp://0.0.0.0:8554/{cam_name}'