About VideoReader function in Matlab2014a and Matlab2013a.

2 views (last 30 days)
Hi,
I'm using v = VideoReader('xxx.mov') in Matlab2014a. Currently, I need to run me code in Linux system and using Matlab2013a. There is an error saying: Error in VideoReader (line 147) obj.init(fileName);
I'm wondering the reason is VideoReader function is different between Matlab2014a and Matlab2013a or it is the reason of .mov file is not supported in such condition in Linux system?
Looking forward to some answer/experience.
Thank you very much!

Answers (1)

Walter Roberson
Walter Roberson on 3 Jul 2015
The documentation indicates that for Linux,
"Any format supported by your installed plug-ins for GStreamer 0.10 or above, as listed on http://gstreamer.freedesktop.org/documentation/plugins.html, including Ogg Theora (.ogg)."

Community Treasure Hunt

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

Start Hunting!