mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
7 lines
145 B
Bash
Executable file
7 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
. "${0%/*}/util.sh"
|
|
|
|
valgrind_test 264x130 10 --source-scan-type=tff -p0 --preset=ultrafast --threads=2 --owf=1 --wpp --gop=0
|