c2play
c2play copied to clipboard
how to get frame after decode
hello,i have a question ,how can i receive the frames directly from the decoder and bypass the video post processor ?
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