mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
FATE: allow multithreaded filtering
This commit is contained in:
parent
834b8ad8a3
commit
bdc1bdf3f5
@ -279,7 +279,7 @@ echov(){
|
||||
echo "$@" >&3
|
||||
}
|
||||
|
||||
AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags"
|
||||
AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags -filter_threads $threads"
|
||||
COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact -fflags +bitexact"
|
||||
DEC_OPTS="$COMMON_OPTS -threads $threads"
|
||||
ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint"
|
||||
|
Loading…
Reference in New Issue
Block a user