About VideoReader function in Matlab2014a and Matlab2013a.
Afficher commentaires plus anciens
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!
Réponses (1)
Walter Roberson
le 3 Juil 2015
0 votes
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)."
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!