How can I multithread video decoding? #127
Unanswered
ThatNerdUKnow
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Any chance you managed to find a solution ? Finding myself in the same situation... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this struct
I'm currently implementing my Video struct as an iterator of frames, however this only runs on one core. How can I enable multithreading for
decoder.recieve_frame
?in my constructor for my Video type, I have the following
Apparently editing the threading configuration for my decoder doesn't seem to do anything
Beta Was this translation helpful? Give feedback.
All reactions