jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
543 stars 68 forks source link

mpv.py: update: Use ctypes.memmove to speed up #149

Closed hixz00 closed 3 years ago

hixz00 commented 3 years ago

Will transfer the image to the ctypes buffer approx 60 times faster.

jkazan commented 3 years ago

Huge difference! Nice!

jaseg commented 3 years ago

Awesome, I love it! I have merged it with master, and I will include it with the next release.

Thank you very much for the PR!