About VideoReader function in Matlab2014a and Matlab2013a.
Mostra commenti meno recenti
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!
Risposte (1)
Walter Roberson
il 3 Lug 2015
0 voti
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)."
Categorie
Scopri di più su Audio and Video Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!