Hi

I want to implement a YUV video viewer in c sharp, i did this in c with ffmpeg and SDL. Now i am not able understand how to do it in c sharp, is it possible to do it with getpixel and setpixel methods ??

i read it is possible with directshow, but it is too complicated for a beginner like me

you people have any idea on how to do it

my idea is read each frame and convert it to RGB and then overlay on the window