fate: disable threading for encoding
This explicitly disables threading for encoding as slices are otherwise automatically activated. This should be dropped once option resetting between files is fully implemented. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
5ffccc0056
commit
6da57043ea
@ -53,7 +53,7 @@ echov(){
|
|||||||
FFMPEG_OPTS="-v 0 -y"
|
FFMPEG_OPTS="-v 0 -y"
|
||||||
COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact"
|
COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact"
|
||||||
DEC_OPTS="$COMMON_OPTS -threads $threads"
|
DEC_OPTS="$COMMON_OPTS -threads $threads"
|
||||||
ENC_OPTS="$COMMON_OPTS -dct fastint"
|
ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint"
|
||||||
|
|
||||||
run_ffmpeg()
|
run_ffmpeg()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user