change source

This commit is contained in:
2024-02-20 17:41:47 -06:00
parent 524fbd1ade
commit af80a25d76

View File

@@ -7,8 +7,8 @@ INPUT_DIR="$BENCHMARK_DIR/input"
OUTPUT_DIR="$BENCHMARK_DIR/output"
# input names and respective URLs
INPUT[0]='water_shimmer.mp4'
URL_DL[0]='https://www.pexels.com/download/video/2915051/?fps=25.0&h=2160&w=3840'
INPUT[0]='cosmos_laundromat.mp4'
URL_DL[0]='http://download.opencontent.netflix.com.s3.amazonaws.com/CosmosLaundromat/CosmosLaundromat_2k24p_HDR_P3PQ.mp4'
INPUT[1]='carnival_ride.mp4'
URL_DL[1]='https://www.pexels.com/download/video/19026924/?fps=25.0&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"