OtherCrashOverride / c2play

Command line video player for Odroid C2
GNU General Public License v2.0
42 stars 72 forks source link

how to get frame after decode #43

Open Cyprinusss opened 4 years ago

Cyprinusss commented 4 years ago

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

OtherCrashOverride commented 4 years ago

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