红联Linux门户
Linux帮助

ubuntu14.04下Matlab2014视频读取问题

发布时间:2016-04-28 15:40:12来源:linux网站作者:小蚂蚁慢慢爬

ubuntu14.04下使用 Matlab2014读取视频用到函数VideoReader(),出现报错:

“Could not read file due to an unexpected error. Reason: Unable to initialize the video obtain properties”


解决方法:
1.安装gstreamer0.1

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


2.安装gstreamer0.10-ffmpeg

http://askubuntu.com/questions/575869/how-do-i-install-gstreamer0-10-ffmpeg-on-ubuntu-14-10
wget http://ppa.launchpad.net/mc3man/gstffmpeg-keep/ubuntu/pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.13-5ubuntu1~trusty2.1_amd64.deb && sudo dpkg -i gstreamer0.10-ffmpeg_0.10.13-5ubuntu1~trusty2.1_amd64.deb


该命令只适合UBUNTU14.04 64bit,其它见链接。


本文永久更新地址:http://www.linuxdiyf.com/linux/20180.html