About VideoReader function in Matlab2014a and Matlab2013a.
이전 댓글 표시
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!
답변 (1개)
Walter Roberson
2015년 7월 3일
0 개 추천
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)."
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!