Signed-off-by: Mans Rullgard <mans@mansr.com>
| ... | ... |
@@ -43,7 +43,7 @@ echov(){
|
| 43 | 43 |
|
| 44 | 44 |
. $(dirname $0)/md5.sh |
| 45 | 45 |
|
| 46 |
-AVCONV_OPTS="-v 0 -y" |
|
| 46 |
+AVCONV_OPTS="-nostats -y" |
|
| 47 | 47 |
COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact" |
| 48 | 48 |
DEC_OPTS="$COMMON_OPTS -threads $threads" |
| 49 | 49 |
ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint" |