The VideoReader can't read a video (Matlab R2017a)on Fedora 24
1 view (last 30 days)
Show older comments
I tried to use VideoReader to read a video, but I it didn't work.
obj = VideoReader('/../data/video.mp4')
The error message:
Error using VideoReader/init(line 619)
Could not read file due to an unexpected error. Reason:
Error in VideoReader(line 172)
obj.init(filename);
I found several solutions for Ubuntu and I tried to install the gstreamer-ffmpeg-0.10.13-16.fc24.x86_64.But this didn't work for me !!!
https://www.mathworks.com/matlabcentral/answers/255157-can-t-load-video-using-videoreader-in-matlab-r2015-on-ubuntu-15-04-could-not-read-file-due-to-an-un
0 Comments
Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing 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!