-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get key input frame from packet meta when encoding with h264_rkmpp encoder #101
Comments
The MPP library itself contains some bugs. Use nyanmisaka/mpp instead. |
nyanmisaka/mpp is already used to build MPP library, I will checked the version in my local tomorrow. |
@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 |
This comment was marked as duplicate.
This comment was marked as duplicate.
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? |
Ok,I will provide it asap. |
#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. |
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:
The text was updated successfully, but these errors were encountered: