0

There are a lot of things I have to do with my yuv file.

  1. Convert it to avi file format.
  2. 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.

marsei
  • 7,691
  • 3
  • 32
  • 41
mc8
  • 315
  • 7
  • 21

1 Answers1

3

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).

Community
  • 1
  • 1
marsei
  • 7,691
  • 3
  • 32
  • 41