Replies: 1 comment 1 reply
-
|
@Akascape sure you can, but I might not be able to review it until next month as I am quite packed these days. |
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
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 @PaulleDemon,
I just found the correct way to seek any particular frame using pyav:
I properly implemented a new
seek_framemethod in tkvideoplayer, then I tested it:Here is demo example:
out.mp4
There is no memory leaks or lags while seeking, only a little issue with cpu usage if we continuously keep on seeking frames which can be fixed by adding a time delay.
Basically the modification I did:
So, should I give the pull request so that you can review it?
Beta Was this translation helpful? Give feedback.
All reactions