mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
change source
This commit is contained in:
@@ -7,8 +7,8 @@ INPUT_DIR="$BENCHMARK_DIR/input"
|
|||||||
OUTPUT_DIR="$BENCHMARK_DIR/output"
|
OUTPUT_DIR="$BENCHMARK_DIR/output"
|
||||||
|
|
||||||
# input names and respective URLs
|
# input names and respective URLs
|
||||||
INPUT[0]='water_shimmer.mp4'
|
INPUT[0]='cosmos_laundromat.mp4'
|
||||||
URL_DL[0]='https://www.pexels.com/download/video/2915051/?fps=25.0&h=2160&w=3840'
|
URL_DL[0]='http://download.opencontent.netflix.com.s3.amazonaws.com/CosmosLaundromat/CosmosLaundromat_2k24p_HDR_P3PQ.mp4'
|
||||||
INPUT[1]='carnival_ride.mp4'
|
INPUT[1]='carnival_ride.mp4'
|
||||||
URL_DL[1]='https://www.pexels.com/download/video/19026924/?fps=25.0&h=2160&w=4096'
|
URL_DL[1]='https://www.pexels.com/download/video/19026924/?fps=25.0&h=2160&w=4096'
|
||||||
INPUT[2]='gpac_chimera.mp4'
|
INPUT[2]='gpac_chimera.mp4'
|
||||||
@@ -45,9 +45,9 @@ ENCODER=('libsvtav1' 'librav1e' 'libaom-av1')
|
|||||||
PRESET=(4 8 12)
|
PRESET=(4 8 12)
|
||||||
|
|
||||||
# uncomment for quick testing
|
# uncomment for quick testing
|
||||||
# CRF=(30)
|
CRF=(30)
|
||||||
# ENCODER=('libsvtav1')
|
ENCODER=('libsvtav1')
|
||||||
# PRESET=(13)
|
PRESET=(13)
|
||||||
|
|
||||||
# Log for results
|
# Log for results
|
||||||
LOG="$BENCHMARK_DIR/results.txt"
|
LOG="$BENCHMARK_DIR/results.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user