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

Encoding issues for certain values of bframes and keyint #18

Open
kpchoi opened this issue Oct 6, 2021 · 0 comments
Open

Encoding issues for certain values of bframes and keyint #18

kpchoi opened this issue Oct 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kpchoi
Copy link
Collaborator

kpchoi commented Oct 6, 2021

Sometimes it happens, that encoding a video stream containing raw frames in YUV420p format using reference xeveb_app application (xeve_internal) produces EVC stream that causes problems with decoding.
It seem that the problem occurs only for certain values of encoding parameters, namely for some specific values of bframes (maximum number of type B frames) as well as for keyint (frequency of type I frames).
In these cases playing EVC stream causes SEGMENTATION FAULT.
Please see below test results:

bframe keyinyt RESULT
0 240 SEGMENTATION FAULT while decoding
15 240 SEGMENTATION FAULT while decoding
15 0 OK
0 0 SEGMENTATION FAULT while decoding
1 0 [xeve_app.c:919] cannot put reconstructed image to list
3 0 [xeve_app.c:919] cannot put reconstructed image to list
7 0 [xeve_app.c:919] cannot put reconstructed image to list

As it comes to bframes, it is pretty clear case situation since allowable values are: 1,3,7,15 but what about keyint. Must it be always 0?

@kpchoi kpchoi added the bug Something isn't working label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant