提交 d2ffc7ff authored 作者: blu's avatar blu

video ai

上级 d5a85e44
...@@ -8,6 +8,6 @@ using namespace cv; ...@@ -8,6 +8,6 @@ using namespace cv;
int main(){ int main(){
VideoCapture cap; VideoCapture cap;
if(!cap.open("a.mp4")) if(!cap.open("a.mp4", CAP_FFMPEG))
cout << "failed to open\n"; cout << "failed to open\n";
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论