本文介绍了在C#4.0中打开视频文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用C#4.0

我想打开视频文件和视频流

I am working on C# 4.0

i want to open video file and video stream

//create empty AVI file
 AviManager newFile = new AviManager("video_with_logo.avi", false);

 //open video stream without logo
 VideoStream oldStream = oldFile.GetVideoStream();


错误:-


Errors:-

Error   1   The type or namespace name 'AviManager' could not be found (are you missing a using directive or an assembly reference?)    



适当的代码将很有用

在此先感谢



Appropriate code will be of great use

Thanks in advance

推荐答案




这篇关于在C#4.0中打开视频文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 16:56
查看更多