Ignite/testdata/prepare.sh
DataHoarder 4617d8eb53
All checks were successful
continuous-integration/drone/push Build is passing
fix netflix test data
2023-08-10 12:58:22 +02:00

23 lines
1.2 KiB
Bash
Executable file

#!/bin/bash
pushd "${0%/*}" || exit
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 "ducks_take_off_422_720p50.y4m" ]]; then
wget --show-progress -O "ducks_take_off_422_720p50.y4m" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/ducks_take_off_422_720p50.y4m
fi
if [[ ! -f "ducks_take_off_444_720p50.y4m" ]]; then
wget --show-progress -O "ducks_take_off_444_720p50.y4m" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/ducks_take_off_444_720p50.y4m
fi
if [[ ! -f "netflix_sol_levante_2160p24_12bit_av1_lossy.ivf" ]]; then
wget --show-progress -O "netflix_sol_levante_2160p24_12bit_av1_lossy.ivf" https://git.gammaspectra.live/S.O.N.G/Video-Samples/media/branch/master/netflix_sol_levante_2160p24_12bit_av1_lossy.ivf
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