VideoReader - Matlab R2014b - Ubuntu 15.10
Mostrar comentarios más antiguos
Hi everybody
I've tried to get access to a AVI-File in Matlab R2014b under Ubuntu 15.10 with the following commands:
info=mmfileinfo('rpn003a02.avi');
v=VideoReader('rpn003a02.avi');
I've tested these two commands with different coded videos (FFV1, FFVhuff and Uncompressed planar YUV 4:4:4). All tests have failed. I always got the following error messages:
Error using mmfileinfo (line 70)
The VideoReader plugin libmwgstreamerplugin failed to load properly.
Error using VideoReader/init (line 619)
The VideoReader plugin libmwgstreamerplugin failed to load properly.
Error in VideoReader (line 172)
obj.init(fileName);
Currently I've installed all available gstreamer0.10 packages under Ubuntu and the gstreamer0.10-ffmpeg plugin out of a PPA source. This should actually help according to similar question I found on google. So I have no further ideas to solve this problem. The gstreamer1.0 packages are also on my system. Maybe they are the source of my problem, but I cannot remove them, because they are necessary for many other applications.
I would appregiate, if somebody could help me?
Kind regards
Daniel Matthes
4 comentarios
Daniel Matthes
el 2 de Feb. de 2016
Editada: Daniel Matthes
el 2 de Feb. de 2016
Qiang GUO
el 25 de Abr. de 2016
Hi, I meet this problem currently. The videoreader object can read some avi video, not other avi video. I am working on this now. If you have some solution, please tell me. " Error using VideoReader/init (line 447) The VideoReader plugin libmwgstreamerplugin failed to load properly. Error in VideoReader (line 146) obj.init(fileName);"
Walter Roberson
el 25 de Abr. de 2016
Qiang GUO, did you try the gstreamer fix?
Qiang GUO
el 25 de Abr. de 2016
That's the problem! Problem solved by this link http://stackoverflow.com/questions/36150689/matlab-on-ubuntu-15-04-the-videoreader-plugin-libmwgstreamerplugin-failed-to-lo
Respuesta aceptada
Más respuestas (1)
holmes shuan
el 15 de Jul. de 2017
Problem solved:
sudo add-apt-repository ppa:mc3man/gstffmpeg-keep
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
sudo apt-get install gstreamer0.10-tools
sudo apt-get install gstreamer0.10-plugins-good
1 comentario
Jingya Liu
el 14 de Nov. de 2017
It works, thanks a lot.
Categorías
Más información sobre Audio and Video Data en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!