-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
framereader: support hardware decoding #22906
Conversation
5f9ae48
to
834b90d
Compare
cc74800
to
0e9e069
Compare
b578a84
to
465608a
Compare
Can we detect which ones are available and have replay automatically enable them? Maybe change the flag to |
ba638cc
to
c21c1cd
Compare
Can you add the flag to override the choice (and force no hw decoding)? |
Is it worth it to support videtoolbox and mediacodec? From my quick testing they don't seem to support hevc. Or is that a problem with my setup? If keep supporting them we need to fall back to software decoding in case the format is not supported. |
Noticed ui.py doesn't work when using |
Then we can only support CUDA for the time being. |
21c3e56
to
57078cb
Compare
fixed |
Just supporting cuda is fine. Think it can be default on, but disabled using |
1591ae9
to
ec5915d
Compare
fix memory leak&cleanup add output
ec5915d
to
d8a5020
Compare
currently supports CUDA,
MediaCodec and VideoToolbox