Reading Y4M Format Video Files into MATLAB
1) Import Y4M format video files into MATLAB (files available for download at: http://media.xiph.org/video/derf/) 2) Extract each frame from Y4M videos using examples.m 3) Create interlaced video by discarding even rows from odd frames and odd rows from even frames 4) Implement deinterlacing using vertical repetition, line averaging, vertical interpolation, field averaging, and combined line-field averaging methods 5) Analyze and compare deinterlacing results