Transform YUV-file

yuv2yuv changes the resolution and format of YUV-files.

You are now following this Submission

The function yuv2yuv creates a YUV-file from a YUV-File. It can be used to decrease or to enlarge the resolution of the original YUV-file (e.g. 352x288 -->107x80). Additional the format can be changed (e.g. 4:2:0 --> 4:0:0). The function supports different resolutions and the YUV-formats 4:0:0, 4:1:1, 4:2:0, 4:2:2 and 4:4:4.

The function uses the matlab function imresize to change the resolution of the videos. The method of the imresize function is 'bicubic' (bicubic interpolation).

Cite As

Dima Pröfrock (2026). Transform YUV-file (https://www.mathworks.com/matlabcentral/fileexchange/11318-transform-yuv-file), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Description

1.0.0.0

new description