-
Notifications
You must be signed in to change notification settings - Fork 193
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
Decoding more than 2 SHVC layers in openHEVC #68
Comments
Hi, Sadly we don't support more than one layer at the moment. We might be able to add support for more layers, but it would probably require some (rather big) refactoring to handle things in a proper way (direct and indirect reference layers, parameters sets signaled with different layer id in the nal headers etc). I am currently working on a cleaning of SHVC parameters. I'll let you know if I come up with something. However you should'nt expect much more support. Pierre-Loup |
Hi, Thank you for your response. Thanks. |
Hi again, Pierre-Loup |
Thanks for the clarification. Yes, I managed to decode SHM12.3 bit streams (only up to 2 layers) using the ffmpeg_update branch. My requirement is to decode up to 5 layers, which I believe is a feature still not available in openHEVC. With "time frame" I was wondering if you have an idea when this capability will be available in the decoder. Thanks. |
Hi,
I'm able to successfully decode 2 SHVC layers using openHEVC (encoded in SHM4.1). However, I'm unable to decode more than 2 layers, which were encoded in SHM4.1, using the current openHEVC implementation. Could you please let me know if this is supported in the current openHEVC version.
Thanks.
The text was updated successfully, but these errors were encountered: