There are a lot of things I have to do with my yuv file.
- Convert it to avi file format.
- How can I alter the resolution of a yuv sequence? Say, qcif to cif?
I'm going to use it for video processing in Matlab.
There are a lot of things I have to do with my yuv file.
I'm going to use it for video processing in Matlab.
You may be interested in the File Exchange called YUV-File to Matlab-Movie that will convert your file. To modify the properties of a movie, you can simply create a new one by modifying/copying each frame (see Approaches to create a video in matlab).