FMP4 Error When Using VideoReader
이전 댓글 표시
Hello,
I am trying to run the following code in MATLAB R2021b on Windows 10:
obj=VideoReader('Video_File.avi'); % Specify the video file to load
I=read(obj); % Stores data in variable I
implay(I,18);
And the following error is recieved:
Error using VideoReader/initReader (line 734)
FMP4
Error in audiovideo.internal.IVideoReader (line 136)
initReader(obj, fileName, currentTime);
Error in VideoReader (line 104)
obj@audiovideo.internal.IVideoReader(varargin{:});
Error in Extract_Reference_Frame (line 3)
obj=VideoReader('P800853_01_26_22_run4.avi'); % Specify the video file to load
Any ideas on how to solve the error?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!