FFPLAY 绑定或任何 C# 包装器
我首先需要知道是否可以在 C# 应用程序中嵌入 FFplay(来自 ffmpeg 项目),以及是否可以在 WinForms 控件中使用它,因为如果可以,我可以通过添加面板控件来操作它。
我已经看到了一些使用 FFmpeg 的绑定,但是在使用 FFplay 并在谷歌上搜索了几个小时却没有成功后,我决定打开一个关于它的主题。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找不到任何有关在 C# 应用程序中嵌入 FFplay 的信息,但确实找到了这个相关问题,因为 VideoLAN 基于 FFmpeg。
libVLC 的 .NET 包装器库的比较
...以及这一点到一个相当酷的包装器
VideoLan DotNet for WinForm & WPF
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