Trouble with VideoReader on MAC or with different MATLAB versions

6 views (last 30 days)
I am trying to read an *.avi file with the following code:
VidObj=VideoReader('074745_CH1_MOT.AVI')
This works fine on my PC in verions R2011a, but we are getting the following error on a MAC running version 2014a.
Error using VideoReader/init (line 457) Failed to initialize internal resources.
Error in VideoReader (line 146) obj.init(fileName);
  4 Comments
Ewa Nowara
Ewa Nowara on 27 Jul 2016
Installed gstreamer0.10-tools and gstreamer0.10-plugins-good and it worked for me.

Sign in to comment.

Answers (1)

Jan Ries
Jan Ries on 25 Feb 2015
Hi John, hi Suzanne!
I've been having the exact same trouble using VideoReader on Mac. I found out that when I use QuickTime's trim feature to remove even the slightest bit at the beginning of the video and then save it with the same encoding, VideoReader handles it just fine. I'm not sure at this point why that's the case and where that problem comes from – I've had the "failed to initialize" with both mp4 and uncompressed avi files recorded on a Win8 machine as well as h.264 videos coming from Premiere Pro on a Mac.
Hope that helps, Jan.
  2 Comments
Thomas Rapstine
Thomas Rapstine on 11 Feb 2016
This work around did not work for me on El Capitan Mac when reading a .mp4 in R2015a.
Hari
Hari on 4 Jun 2016
I am facing the same problem with .avi files only. Found any solution for it?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!