How to read yuv videos in matlab?

廉价感情. 提交于 2020-01-05 08:46:49

问题


I have a yuv video and I have to read it in Matlab for video processing. I have used mmreader but it appears that it only accepts avi and mpg files. VideoReader is not available in my version of Matlab and I don't think it supports yuv file extension.


回答1:


do these code solve your problems?

http://www.mathworks.com/matlabcentral/fileexchange/6318-convert-yuv-cif-420-video-file-to-image-files

http://www.mathworks.com/matlabcentral/fileexchange/11252-yuv-file-to-matlab-movie



来源:https://stackoverflow.com/questions/19074293/how-to-read-yuv-videos-in-matlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!