From fa87ebb738c223f865aa5ca55273841f7a4bcfba Mon Sep 17 00:00:00 2001 From: Levon Date: Mon, 19 Feb 2024 19:45:02 -0600 Subject: [PATCH] change download --- scripts/benchmark.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index f82db48..58432fd 100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -7,8 +7,8 @@ INPUT_DIR="$BENCHMARK_DIR/input" OUTPUT_DIR="$BENCHMARK_DIR/output" # input names and respective URLs -INPUT[0]='waves_crashing.mp4' -URL_DL[0]='https://www.pexels.com/download/video/5036917/?fps=29.97&h=2160&w=3840' +INPUT[0]='water_shimmer.mp4' +URL_DL[0]='https://www.pexels.com/download/video/2915051/?fps=25.0&h=2160&w=3840' INPUT[1]='burning_wood.mp4' URL_DL[1]='https://www.pexels.com/download/video/2908575/?fps=23.976&h=2160&w=4096' INPUT[2]='gpac_chimera.mp4' @@ -45,9 +45,9 @@ ENCODER=('libsvtav1' 'librav1e' 'libaom-av1') PRESET=(4 8 12) # uncomment for quick testing -CRF=(30) -ENCODER=('libsvtav1') -PRESET=(13) +# CRF=(30) +# ENCODER=('libsvtav1') +# PRESET=(13) # Log for results LOG="$BENCHMARK_DIR/results.txt"