FMP4 Error When Using VideoReader
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Audio and Video Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!