SLIDE 1
Exercise 8: Preparation
1 Download test video sequences from course web-site
http://www.inf.fu-berlin.de/lehre/SS20/ImageVideoCoding/ivc.htm version 1: YCbCr 4:2:0 format version 2: Gray images (will use this format for now)
2 Install a player for YUV images and videos, for example:
pYUV player (free): http://dsplab.diei.unipg.it/software (recommended) YUVToolkit (free): http://www.yuvtoolkit.com/ vooya (free for Linux): http://www.offminor.de/ Note: The pYUV player can detect the format based on the filename (test sequences are named in a way that they can be directly opened)
3 Download and compile the PSNR tool for video sequences
Gray videos: ./psnr (width) (height) 400 (org) (rec) [ (stream) (frame rate) ] YCbCr videos: ./psnr (width) (height) 420 (org) (rec) [ (stream) (frame rate) ]
Heiko Schwarz (Freie Universität Berlin) — Image and Video Coding