AviFile DecompressToNewFile问题 [英] AviFile DecompressToNewFile problem

查看:49
本文介绍了AviFile DecompressToNewFile问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建.avi文件.为此,我使用了"用于AviFile库的简单C#包装器 [ ^ ]项目.

我想在1分钟后捕获视频.所以我每次都使用以下行来附加aviStream.
newManager = aviStream.DecompressToNewFile(strPathForAviTempFile, true, out newStream);
前一行用于附加aviStream.
如果.avi文件更大,则上一行会花费太多时间.

有没有其他替代解决方案?

I want to create .avi file.for that I used "A Simple C# Wrapper for the AviFile Library[^]" project.

I want capture video after 1 minute.so I used following line each and every time to append the aviStream.
newManager = aviStream.DecompressToNewFile(strPathForAviTempFile, true, out newStream);
Previous line is for append the aviStream.
When .avi file will be bigger then previous line takes too much time.

Is there any alternative solution for that?

推荐答案

A Simple C# Wrapper for the AviFile Library[^]


Check this out


这篇关于AviFile DecompressToNewFile问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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