How to convert custom FFMPEG command to go2RTC strean definition #6033
-
|
Hi all! In my frigate setup, I'm using go2RTC for restreaming main&sub streams. That works perfectly. However, I'd like to generate the sub streams by downscaling the main streams (2560x1920@30fps -> 1280x960@5fps). I was able to do that using the software transcoding, but the CPU usage is unnecessarily high. Without go2RTC, I can do what I want with the ffmpeg command below. But my question is: how do I get this rewritten to a go2RTC stream definition? Tried for quite many hours with no success :( This works on command line: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
This is what I have on one of mine:
|
Beta Was this translation helpful? Give feedback.
This is what I have on one of mine:
"ffmpeg:backyard_cam#video=h264#width=1280#height=960#hardware=cuda"