Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
8d510e2e
Commit
8d510e2e
authored
Oct 14, 2016
by
Yaowu Xu
Browse files
Use "av1" as codec name
Change-Id: I7650f1e96df0bcd53b1733c7967aae52dccf836a
parent
931bf3d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/aomenc.sh
View file @
8d510e2e
...
...
@@ -36,8 +36,8 @@ aomenc_verify_environment() {
fi
}
aomenc_can_encode_
vp8
()
{
if
[
"
$(
vp8
_encode_available
)
"
=
"yes"
]
;
then
aomenc_can_encode_
av1
()
{
if
[
"
$(
av1
_encode_available
)
"
=
"yes"
]
;
then
echo yes
fi
}
...
...
@@ -58,9 +58,9 @@ y4m_input_720p() {
}
# Echo default aomenc real time encoding params. $1 is the codec, which defaults
# to
vp8
if unspecified.
# to
av1
if unspecified.
aomenc_rt_params
()
{
local readonly
codec
=
"
${
1
:-
vp8
}
"
local readonly
codec
=
"
${
1
:-
av1
}
"
echo
"--codec=
${
codec
}
--buf-initial-sz=500
--buf-optimal-sz=600
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment