can't load video using VideoReader in matlab R2015 on Ubuntu 15.04. Could not read file due to an unexpected error. Reason: Unable to initialize the video obtain properties

21 visualizaciones (últimos 30 días)
using
video=VideoReader('test2.avi');
to read avi video
but get
Error using VideoReader/init (line 619)
Could not read file due to an unexpected error. Reason: Unable to initialize the video obtain properties.
I have installed gstreamer and related plugin-ins, but it still didn't work.
could anyone to help me figure out what's wrong?
  1 comentario
bluer xing
bluer xing el 6 de Dic. de 2015
I have problem in matlab2014a in ubuntu 15.04 , as I know and you said in your other question:“gstreamer0.10-ffmpeg are not applicable on Ubuntu15.04 ”. so ,i want to know how can you install the gstreamer0.10-ffmpeg ,I want get your help ,thanks.

Iniciar sesión para comentar.

Respuesta aceptada

Dinesh Iyer
Dinesh Iyer el 16 de Nov. de 2015
VideoReader support GStreamer 0.10. So if you have installed Gstreamer 1.0, it will not work.
Once you install Gstreamer, you probably have to install the suitable plugins (codecs) to read the video. Try playing the video using Totem Player. I believe this uses Gstreamer.
Do not try VLC. It uses ffmpeg libraries and not gstreamer.
  1 comentario
jelly
jelly el 16 de Nov. de 2015
Editada: jelly el 17 de Nov. de 2015
Thanks guy. You are right, i forgot to install a plugin gstreamer0.10-ffmpeg. i didn't find the problem before and all problems are solved after installing the plugin.

Iniciar sesión para comentar.

Más respuestas (1)

Canh Long Nguyen
Canh Long Nguyen el 23 de Ag. de 2022
Hi,
I have the same problem with my Matlab runing on Xfce Ubuntu ver 4.14. I have tried both version of Matlab R2021a and R2022a, however the problem is same for both version.
I have the newest Gstreamer on the system, but it's not work.
Could anyone to help me figure out what's wrong?
Many thankns

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by