gpt4 book ai didi

.net - 无法从 Emgucv 中的文件创建捕获

转载 作者:太空宇宙 更新时间:2023-11-03 22:05:13 25 4
gpt4 key购买 nike

if (_capture == null)
{
try
{
_capture = new Capture("video1.mpg");
}
catch (NullReferenceException ex)
{ //show errors if there is any
MessageBox.Show(ex.Message);
}
}

video1.mpg 文件在 bin 文件夹中。 我已经使用 any-video-converter 将 avi 文件转换为 MPEG-1 格式。但是这种格式仍然不起作用。我也尝试过 mencoder。但仍然是同样的错误。

Unable to create capture from video1.mpg

如何兼容emgu Capture

最佳答案

将视频转换为 i420 fromat。

Download this converter.

执行转换的命令:

mencoder inputVideo.avi -ovc raw -vf format=i420 -o convertedVideo.avi

现在可以捕获此转换后的Video.avi。

关于.net - 无法从 Emgucv 中的文件创建捕获,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28892249/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com