mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
关于运行时编码器码率设置的问题 #219
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#219
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 @ZeroKernel798 on GitHub (Sep 16, 2025).
您好,请问此项目的硬件编码器h264_rkmpp以及hevc_rkmpp是否封装了运行时不中断修改码率的功能呢?我通过ffmpeg来调用这两个硬件编码器,似乎无法在运行时动态修改码率,我不太清楚是我编写的代码有问题,还是目前不支持这样的功能。
@nyanmisaka commented on GitHub (Sep 16, 2025):
No, it doesn't. Most of FFmpeg's hardware encoders only support setting encoding parameters during the init phase. To change it you need to reinit the encoder.