c2play icon indicating copy to clipboard operation
c2play copied to clipboard

how to get frame after decode

Open Cyprinusss opened this issue 4 years ago • 1 comments

hello,i have a question ,how can i receive the frames directly from the decoder and bypass the video post processor ?

Cyprinusss avatar Jun 19 '20 03:06 Cyprinusss

This requires a driver that can be inserted into the kernel media graph: https://github.com/OtherCrashOverride/vfm-grabber-crashoverride

The driver is then inserted and default video path removed as follows: https://github.com/OtherCrashOverride/ge2dplayer/blob/df9196eeee4ffeb335427ec3b2e740581eade867/main.cpp#L252-L253

OtherCrashOverride avatar Jul 09 '20 22:07 OtherCrashOverride