iejMac / video2numpy

Optimized library for large-scale extraction of frames and audio from video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test out other video decoding backends

iejMac opened this issue · comments

pyAV - untested
VPF - untested

decord:
initial testing showed no clear performance advantage over video2numpy

I think this can be done in the browser using HTMLMediaElement.seekToNextFrame() https://bugs.chromium.org/p/chromium/issues/detail?id=1065675, and in real-time using MediaStreamTrackProcessor.