Skip to content
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

H265 intrarefresh is increasing decoding time considerably #694

Open
gehee opened this issue Oct 13, 2024 · 0 comments
Open

H265 intrarefresh is increasing decoding time considerably #694

gehee opened this issue Oct 13, 2024 · 0 comments

Comments

@gehee
Copy link

gehee commented Oct 13, 2024

I have an h265 with intrafresh enabled.

Without intrarefresh in my stream, mpp is able to decode any frame at an average time of 1.2ms, 3 ms MAX.

Now for mpp to decode the video smoothly on rk3588, I enable MPP_DEC_SET_PARSER_SPLIT_MODE which slows down decoding time considerably. Decoding time jumps out considerably: 9ms average and max 30ms. Without MPP_DEC_SET_PARSER_SPLIT_MODE, the decoded video shows artifact and decoding time is still 21 ms max instead of 3ms (average is 1.64ms though).

Is it possible to decode an h265 stream with intrarefresh enabeld smoothly without enabling MPP_DEC_SET_PARSER_SPLIT_MODE on the mpp side to keep decoding time under 3ms like the non-intrarefresh enabled stream?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant