mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Failed to get key input frame from packet meta when encoding with h264_rkmpp encoder #90
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#90
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 @lumiaJJ on GitHub (Aug 21, 2024).
Hi,
I am transcoding two streams with h264_rkmpp encoder. But I got an error when my program called av_hwframe_transfer_data before encoded the frame. This is an occasional problem, I got some information from this blog :https://brainly.com/question/43026554.
Can you help to analyze the issue from mpp extension's point of view.
MPP log:
@nyanmisaka commented on GitHub (Aug 21, 2024):
The MPP library itself contains some bugs. Use nyanmisaka/mpp instead.
@lumiaJJ commented on GitHub (Aug 21, 2024):
nyanmisaka/mpp is already used to build MPP library, I will checked the version in my local tomorrow.
@lumiaJJ commented on GitHub (Aug 22, 2024):
@nyanmisaka Hi, checked version of nyanmisaka/mpp in my local env. The lastest commit is 4ded78b9510145fa79bcd51beb1591450c872277 (grafted, HEAD -> jellyfin-mpp, origin/jellyfin-mpp) is same as remote's
@lumiaJJ commented on GitHub (Aug 22, 2024):
@nyanmisaka commented on GitHub (Aug 22, 2024):
I can't reproduce with the command described in the Wiki. https://github.com/nyanmisaka/ffmpeg-rockchip/wiki
Can you share a minimal code sample that can be compiled?
@lumiaJJ commented on GitHub (Aug 22, 2024):
Ok,I will provide it asap.
@lumiaJJ commented on GitHub (Aug 24, 2024):
https://github.com/nyanmisaka/ffmpeg-rockchip/pull/104 Hi, the issue might be related with this PR. You can enable MJPEG decoding to produced. And qsv_decode.c can be a a minimal code sample to test.