Error using VideoReader/init
Show older comments
while running the code
v = VideoReader('test.avi');
I get an error
Error usingVideoReader/init (line 619)
The file requires the following codec(s) to be installed on your system:
cvid
Error in VideoReader (line 172)
obj.init(fileName);
Error in vid2frame (line 7)
v = VideoReader('test.avi');
How to solve this?
I am using Matlab R2016a
I have downloaded cvid file and copied the 'dil' file as per the procedure. But still I'm getting the same error.
please help me. it's urgent
2 Comments
A.Mariya Jomet
on 1 Dec 2018
madhan ravi
on 1 Dec 2018
@A Mariya Jomet put it in the answer section and accept it so that people having the same problem will find the solution
Answers (0)
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!