FFmpeg get sdl output inside a c# Form

Viewed 21

Is it possible to grab the sdl output of ffmpeg inside a winform in c# or ideally to get the sdl output piped directly inside a winform window withouts opening an ffmpeg Window.

I'm using this command as reference ffmpeg -f dshow -i video="USB2.0 VGA UVC WebCam" -vf format=yuv420p -f sdl test

0 Answers
Related