Replies: 1 comment
-
Please refrain from opening issues for questions "how do I do X", I'm converting this to a discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I want to save the keyframes of the video efficiently, I have read the cookbook for this:
https://pyav.org/docs/stable/cookbook/basics.html#saving-keyframes
I see that the speed can be improved by adding code:
in Threading.
But when I add the code, the speed and cpu usage(still ~10%) did not change.
I want to know how to extract keyframes using multithreading, here is my code:
Software Environment:
Can anyone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions