Sub Stream vs Main Stream Aspect Ratios #19335
atoulmin
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
use #hardware for hardware acceleration
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I don't know if it's just me, but it always bugged my that on my Dahua 6mp Camera, the aspect ratios of the main stream was 3:2 at full resolution, but if i wanted to use a higher substream is was 16:9 which stretched the picture. It worked fine and i had no issues, but it annoyed the crap out of me.
So i modified the Go2RTC settings to resize the 1280x720 stream to 1280x950. Now it doesn't look stretched.
- ffmpeg:rtsp://admin:###########@192.168.0.130:554/cam/realmonitor?channel=1&subtype=2#video=h264#width=1280#height=954
I then updated the detection to the same resolution.
I'm not sure if it's the right way to do it, but it looks so much better. It cost me about 10% cpu usage for 5 x 720p streams to do this.
Beta Was this translation helpful? Give feedback.
All reactions