#!/bin/bash pushd "${0%/*}" || exit # Samples taken from https://media.xiph.org/ if [[ ! -f "sintel_trailer_2k_720p24.y4m" ]]; then wget --show-progress -O "sintel_trailer_2k_720p24.y4m" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/sintel_trailer_2k_720p24.y4m fi if [[ ! -f "sintel_trailer_2k_720p24_av1_low.ivf" ]]; then wget --show-progress -O "sintel_trailer_2k_720p24_av1_low.ivf" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/sintel_trailer_2k_720p24_av1_low.ivf fi