码迷,mamicode.com
首页 > 系统相关 > 详细

linux-matlab-VideoReader无法打开视频

时间:2015-12-15 21:15:11      阅读:760      评论:0      收藏:0      [点我收藏+]

标签:

错误:错误提示 matlab 缺少 h.264 encoder之类的。

原因分析:缺少插件

VideoReader函数根据操作系统不同需要配置响应的插件

Linux?

Any format supported by your installed plug-ins for GStreamer 0.10 or above, as listed onhttp://gstreamer.freedesktop.org/documentation/plugins.html, including Ogg Theora (.ogg).

我使用的http://blog.csdn.net/tiger99111/article/details/22196957中的0.10版本,按照其中的方法一:

sudo apt-get install libgstreamer0.10-dev gstreamer-tools gstreamer0.10-tools gstreamer0.10-doc
sudo apt-get install gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse

成功了。

这是我过后总结的,具体的错误语句逐字逐句我已经记不全了,大致意思是缺少编码器(encoder)之类,如果上面的操作命令之后没有成功,还建议使用较新版本的matlab。

祝好运!

linux-matlab-VideoReader无法打开视频

标签:

原文地址:http://www.cnblogs.com/paly-programming/p/5049419.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!