Reading YUV Files and Saving Frame by Frame
A custom MATLAB implementation for reading YUV files and saving frames separately, generating an N-dimensional matrix (where N is the total frame count) where each dimension contains one frame's data, with Y, U, and V components stored independently along with their corresponding metadata.