Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libaom-av1 default options #102

Open
vibhoothi opened this issue Mar 8, 2021 · 0 comments
Open

Update libaom-av1 default options #102

vibhoothi opened this issue Mar 8, 2021 · 0 comments

Comments

@vibhoothi
Copy link
Collaborator

Hi,

Setting to 1000 for Keyframe minimum and maximum, might give us crash in encoding as libaom is having bug on two-pass on certain clips

$($TIMER $AOMENC --codec=$CODEC --ivf --frame-parallel=0 --tile-columns=0 --auto-alt-ref=2 --cpu-used=0 --passes=2 --threads=1 --kf-min-dist=$KFINT --kf-max-dist=$KFINT --lag-in-frames=25 --end-usage=q --cq-level=$x --test-decode=fatal -o $BASENAME.ivf $EXTRA_OPTIONS $FILE > "$BASENAME-stdout.txt")

CF: https://bugs.chromium.org/p/aomedia/issues/detail?id=2984

Secondly, setting auto-alt-ref >1 is deprecated since 2018, we could also remove that and keep to 1
https://aomedia-review.googlesource.com/c/aom/+/68381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant