video2numpy icon indicating copy to clipboard operation
video2numpy copied to clipboard

test out other video decoding backends

Open iejMac opened this issue 3 years ago • 1 comments

pyAV - untested VPF - untested

decord: initial testing showed no clear performance advantage over video2numpy

iejMac avatar Jul 31 '22 14:07 iejMac

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.

guest271314 avatar Aug 06 '22 14:08 guest271314