Sign in
chromium
/
webm
/
vpx_codec_comparison
/
ada7d7937a54e47fc18e2e0a1287aea29dc5d1c5
/
.
/
decoder_timing.sh
blob: bdad01a7051ea982f9e38fe0058d38d2e62df06f [
file
] [
log
] [
blame
]
# time directory
for
threads
in
1
2
3
4
5
6
7
8
do
time
for
i
in
$1
;
do
ffmpeg
-
threads $threads
-
y
-
i $i
-
c
:
v rawvideo
-
f null
-
2
>
/
dev
/
null
;
done
done