Reputation: 315
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.
Upvotes: 1
Views: 7873
Reputation: 1787
do these code solve your problems?
http://www.mathworks.com/matlabcentral/fileexchange/11252-yuv-file-to-matlab-movie
Upvotes: 1