mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
关于推流的码率设置 #77
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZH-1225 on GitHub (Jul 24, 2024).
hevc_rkmpp编码器是不是不支持自动调节bitrate,必须给-b:v一个初始值
@nyanmisaka commented on GitHub (Jul 24, 2024):
Use CQP rate control if you want to fix the quality factor instead of the bitrate.
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Encoder#test-encoders
@ZH-1225 commented on GitHub (Jul 25, 2024):
我如果想实现利用h265参数设置-qp_init 0 之后还能再设置-maxrate吗
@nyanmisaka commented on GitHub (Jul 25, 2024):
From what I can tell, it's not supported. For more info you can ask in rockchip-linux/mpp.
@ZH-1225 commented on GitHub (Jul 25, 2024):
感谢,请问一下我现在想保持画质最高用hevc_rkmpp推流h265,然后可变码率,大概的参数应该设置成什么样子,感谢
@ZH-1225 commented on GitHub (Jul 26, 2024):
请问一下我用hevc_rkmpp推流的时候怎么可以减少马赛克
Could you tell me how I can reduce the Mosaic when I push the stream with hevc_rkmpp
@nyanmisaka commented on GitHub (Jul 26, 2024):
Macroblocking is usually caused by insufficient bitrate in the encoder. Increase the bitrate or decrease the QP value.