Sign in
chromium
/
webm
/
vpx_codec_comparison
/
e2af5dc7b4f168332f09f09ce65c2925598d4aff
/
.
/
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