The VideoReader can't read a video (Matlab R2017a)on Fedora 24
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!