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

4K10bit multi-threads problems #55

Open
gsylogo opened this issue Feb 15, 2017 · 3 comments
Open

4K10bit multi-threads problems #55

gsylogo opened this issue Feb 15, 2017 · 3 comments

Comments

@gsylogo
Copy link

gsylogo commented Feb 15, 2017

when i tested the openhevc decoder in linux with the 4K10bit stream ,i have found the performence of decoder with the param -f 1 -p 4 is the same as param setting -f 1 -p 1 ,why? waiting for good guys's answering ,thanks

@pcabarat
Copy link
Collaborator

pcabarat commented Feb 15, 2017

Hi,
This seems strange to me, at first I'll need you to answer a few questions:

  • Which branch do you use?
  • Is pthread installed on your computer?

Pierre-Loup

@gsylogo
Copy link
Author

gsylogo commented Feb 15, 2017

Hi,thanks for your answering.

  1. the branch which i used is hevc rext
    2.i'm running on Linux 64bit
    3.the pthread have been intsalled on my computer. when i used the 4K8bit stream,the performace of decoder with the param -f 1 -p 4 has been improved obviously. i felt strange!

@pcabarat
Copy link
Collaborator

I tried on my machine and I can't reproduce the issue with both hevc and hevc_sdl2.
The display using SDL2 ( in hevc_sdl2) tends to slow down the main thread execution especially when trying to display large image. That could be the cause of your issue especially if the fps is really low
Did you try disabling the display ? (-n option)
Can you attach both hevc execution logs and the config.h generated by cmake so I can see if anything went wrong?

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

2 participants