mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
init benchmark
This commit is contained in:
BIN
benchmark/input/test.mp4
Normal file
BIN
benchmark/input/test.mp4
Normal file
Binary file not shown.
11
scripts/benchmark.sh
Executable file
11
scripts/benchmark.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASE_DIR=$(pwd)
|
||||
BENCHMARK_DIR="$BASE_DIR/benchmark"
|
||||
INPUT_DIR="$BENCHMARK_DIR/input"
|
||||
OUTPUT_DIR="$BENCHMARK_DIR/output"
|
||||
|
||||
mkdir -p "$INPUT_DIR"
|
||||
test -f "$INPUT_DIR/test.mp4" || wget -O "$INPUT_DIR/test.mp4" 'https://www.pexels.com/download/video/19022224/?fps=59.9401&h=2160&w=3840'
|
||||
|
||||
rm -rf "$OUTPUT_DIR" && mkdir -p "$OUTPUT_DIR"
|
||||
Reference in New Issue
Block a user