I need to know first if it's possible to embed FFplay (from ffmpeg project) in an C# application, and is it possible to use it within a WinForms Control, because if yes than I can manipulate it by adding at a Panel Control.
I've seen some bindings using FFmpeg, but after using FFplay and hours of Googling nothing without success I decided to open a topic about that.
I couldn't find anything about embedding FFplay in a C# application, but did find this question which is relevant as VideoLAN is based upon FFmpeg.
Comparison of .NET Wrapper Libraries for libVLC
...and this points to a rather cool wrapper
VideoLan DotNet for WinForm & WPF