why do I get "Error using VideoReader/initReader Too many output arguments"
5 views (last 30 days)
Show older comments
Napoleon Leoni
on 24 Jan 2024
Edited: Napoleon Leoni
on 25 Jan 2024
I use it like this:
clear
pathname = uigetdir()
[file,pathname]=uigetfile(pathname);
filename=strcat(pathname,file);
v = VideoReader(filename);
So I am selecting a file that exists, This seems to be independent of the video file I try to read, as a matter of fact it doesn matter if the file exist or not.
I also get the same error when using mmfileinfo
2 Comments
Florian Bidaud
on 24 Jan 2024
Can you show the value of filename before it is inputted in VideoReader ?
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!