mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
是否有rkmpp的硬件转码例程 #215
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#215
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 15, 2025).
您好,请问有关硬件scale_rkrga缩放以及硬件编解码器的转码例程嘛,我在使用命令行的时候能够正确转码,但编写代码实现的时候,老是遇到问题,不知道我编写的代码问题抑或是其他问题
@nyanmisaka commented on GitHub (Sep 15, 2025):
Here is a cpp demo using the rkmpp decoder with the rkrga filter.
https://github.com/cbalint13/ffmpeg-bindings
@CharlesLiaoO commented on GitHub (Oct 12, 2025):
Hi, everyone, I am new to code with ffmpeg API and I am facing the problems with transcoding MJPEG to H264.
The repository nyanmisaka memtioned, https://github.com/cbalint13/ffmpeg-bindings/blob/main/cpp/ffmpeg-read.cpp, unfortunately does not include encoder example.
This is my test repository: https://github.com/CharlesLiaoO/cpp_for_ffmpeg-rockchip
My problem is:
Thank you. Appreciate if you could help.
@nyanmisaka commented on GitHub (Oct 13, 2025):
AVCodecContext.sw_pix_fmtis unset.@CharlesLiaoO commented on GitHub (Oct 14, 2025):
Fixed my problem with your notes. Appreciate!