Ignite/testdata/prepare.sh
DataHoarder 984b5ad9fc
Some checks failed
continuous-integration/drone/push Build is failing
Use binary objects from external repository, fix CI for arm64
2022-11-15 14:07:34 +01:00

13 lines
532 B
Bash
Executable file

#!/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