VLC没有在C#中提取流视频的帧 [英] VLC is not extracting frames of a streaming Video in C#

查看:957
本文介绍了VLC没有在C#中提取流视频的帧的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用C#中的VLC捕获流式视频的帧。

I am trying to capture frames of a streaming Video using VLC in C#.

Vlc.DotNet.Core.Medias.MediaBase media1
               = new Vlc.DotNet.Core.Medias.LocationMedia(@"rtsp://IP Address:8554/live.ts");




media1.AddOption("C:\\Program Files\\VideoLAN\\VLC\\vlc.exe  -I dummy rtsp://IP Address:8554/live.ts --vout=dummy --video-filter scene --no-audio --scene-path= D:\\images --scene-ratio=1 --scene-prefix=image_prefix --scene-format=jpeg");




myVlcControl1.Media = media1;
           myVlcControl1.Play();



但这不会在目标文件夹中生成任何帧。

任何人都可以告诉我在哪里它会出错?

提前致谢!!





问候,

Sonal


But this is not generating any frames in destination folder.
Can any body tell me where its going wrong?
Thanks in advance!!


Regards,
Sonal

推荐答案

这篇关于VLC没有在C#中提取流视频的帧的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆