Info

此问题已关闭。 请重新打开它进行编辑或回答。

VidoeReader cannot handle more than 50-60 frames of a wmv file

1 次查看(过去 30 天)
I am trying to import a not so large (400 frames) wmv file using VideoReader. I could not import all the frames with one command so I tried importing one by one and loading it to a matrix. After about 60 frames I always get the same error message. This number of frames changes from run to run.
Dot name reference on non-scalar structure.
Error in VideoReader/read (line 91)
if( ~isempty(obj.NumberOfFrames) )
Error in removebg (line 11)
temp=read(myvobj,i);
I am using Matlab R2012a on win64.

回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by