【问题标题】:Frame grabbing with VLC使用 VLC 进行帧抓取
【发布时间】:2015-02-22 12:03:28
【问题描述】:

我使用 VLC.DotNet dll 在我的 WPF 应用程序中播放我的 RSTP/h.264 流。现在,我需要处理这个流的一些帧。
VLC.DotNet 有抓帧的方法吗?

【问题讨论】:

    标签: wpf h.264 vlc frame-grab


    【解决方案1】:

    新的 Vlc.DotNet 库 (https://github.com/ZeBobo5/Vlc.DotNet / Nuget: Vlc.DotNet.Wpf/Core/Core.Interop/Forms) 还没有快照功能。它似乎已在 Core 库中实现,但并未在实际的 VlcControls 中实现,因此希望它很快就会出现。

    old Vlc.DotNet 库,我认为您仍然可以在此处获取:https://github.com/RexGrammer/Vlc.DotNet-Deprecated,应该允许使用以下内容进行快照:

    myVlcControl.TakeSnapshot(@"C:\", 1280, 720);
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-06-01
      • 2013-01-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多