FFmpegInterop.UWP 或 VLC.MediaElement 适用于 UWP 应用

FFmpegInterop.UWP or VLC.MediaElement for UWP apps

UWP 哪个更好? VLC 确实很容易上手,但 FFmpeg 更复杂(阅读:困难)。但是如果我们考虑例如许可证、不同格式的支持、转换、媒体标签、转换、字幕和音频支持、video/audio 编辑等

有什么经验吗?

Vlc 点网。你可以在这里找到详细信息 https://github.com/ZeBobo5/Vlc.DotNet 该库将为您提供更好的控制。还有许多其他选择,但是当您谈论 audio/video/subtitles/formats 时,您会在该库中找到所有内容。这是核心内侧库,由自定义控件包裹。

因此可以轻松导入任何wpf项目/Uwp项目。

Vlc.DotNet 不 运行 与 UWP。

我建议你使用 https://github.com/kakone/VLC.MediaElement which uses a C++/CX wrapper under the hood to call libvlc. That's a rather complete sample app: https://code.videolan.org/videolan/vlc-winrt

licenses, support of different format, casting, media tags, converting , subtitles and audio support, video/audio editing

考虑的太多了,不知道你的要求和需求。你应该评估两者。但是为了方便使用,VLC.MediaElement是最好的选择。