C# 将 VLC 播放器嵌入 WPF 应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14103768/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-10 10:40:47  来源:igfitidea点击:

Embedding a VLC player into a WPF application

c#wpfvlc

提问by Mizmor

I am interested in embedding a VLC player into a WPF application. It is to be used as a quality control tool where the user can watch a movie, pause, and move to different frames in order to get a good idea of how the movie looks. Most of these will be MP4 files, but with a few .MOV files. (Hence the need for VLC) Does anybody know where to start? I have seen the activex page and am thinking that would be the best way to go. Does anyone have any insights or a link to a good guide?

我有兴趣将 VLC 播放器嵌入到 WPF 应用程序中。它用作质量控制工具,用户可以在其中观看电影、暂停和移动到不同的帧,以便更好地了解电影的外观。其中大部分是 MP4 文件,但也有一些 .MOV 文件。(因此需要 VLC)有谁知道从哪里开始?我看过 activex 页面,我认为这是最好的方法。有没有人有任何见解或链接到一个好的指南?

回答by Flagbug

Take a look at VideoLan DotNet, they have VLC controls for WPF and Winforms.

看看VideoLan DotNet,他们有 WPF 和 Winforms 的 VLC 控件。

Hereis the tutorial.

是教程。