mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
cpu product
This commit is contained in:
@@ -53,6 +53,8 @@ PRESET=(13)
|
||||
LOG="$BENCHMARK_DIR/results.txt"
|
||||
rm -rf "$OUTPUT_DIR" && mkdir -p "$OUTPUT_DIR"
|
||||
ffmpeg -version | grep "version" > "$LOG"
|
||||
CPU_PROD=$(sudo lshw | grep "product" | head -1 | cut -d ':' -f2)
|
||||
echo "CPU product:$CPU_PROD with $(nproc) threads" >> $LOG
|
||||
uname -srmpio >> "$LOG"
|
||||
|
||||
# Find versions of files
|
||||
|
||||
Reference in New Issue
Block a user