MatLab Online videoreader error

2 views (last 30 days)
Cameron Deguzman
Cameron Deguzman on 14 Apr 2020
I ran some code on Matlab online that worked fine on my downloaded version of Matlab and stumbled on an error I had not seen before.
Error using VideoReader/initReader (line 734)
Could not read file due to an unexpected error. Reason: Unable to initialize the video properties
Error in audiovideo.internal.IVideoReader (line 136)
initReader(obj, fileName, currentTime);
Error in VideoReader (line 104)
obj@audiovideo.internal.IVideoReader(varargin{:});
Error in untitled3 (line 5)
v = VideoReader('output_000lowres.mpg');
I have the same add ons from my downloaded version. I can't post the whole code due to the length, but could I get a hint as to where to start?
2 Comments
Manolo Velasquez
Manolo Velasquez on 23 Apr 2021
I have the same issue and im using an MPEG2 file

Sign in to comment.

Answers (0)

s manbetx 845

Community Treasure Hunt

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

Start Hunting!