We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduction instructions (0.png 1.png 2.png 3.png 4.png are in five_frames_of_okfestival2014_ascent_of_mrs_graham.zip and were taken from okfestival2014_ascent_of_mrs_graham.gif):
0.png
1.png
2.png
3.png
4.png
git clone https://github.com/AOMediaCodec/libavif.git cd libavif git checkout 5eaa316da9b101d5fdfe6939738670ef5610e9d5 cmake -S . -B build -DAVIF_BUILD_APPS=ON -DAVIF_CODEC_AOM=LOCAL -DAVIF_ENABLE_EXPERIMENTAL_YCGCO_R=ON -DAVIF_LIBYUV=LOCAL cmake --build build --parallel build/avifenc --speed 6 --lossless --cicp 2/2/16 0.png 1.png 2.png 3.png 4.png anim.avif build/avifdec anim.avif --index 2 2.dec.png
2.dec.png differs from 2.png (I used ImageMagick):
2.dec.png
compare 2.png 2.dec.png 2.diff.png # Shows two red dots near the hot-air balloon.
For example, the pixel located at 24,312 goes from RGB #efd3cb to #eed1c9.
24,312
#efd3cb
#eed1c9
The text was updated successfully, but these errors were encountered:
Compiler is GNU 14.2.0.
Sorry, something went wrong.
avifenc --help shows
avifenc --help
Version: 1.1.1 (aom [enc/dec]:v3.11.0) libyuv : available (1887)
Filed an issue at https://aomedia.issues.chromium.org/387472912
Same issue with aom 3.10.0, 3.9.1 and 3.8.3.
3.10.0
3.9.1
3.8.3
No branches or pull requests
Reproduction instructions (
0.png
1.png
2.png
3.png
4.png
are in five_frames_of_okfestival2014_ascent_of_mrs_graham.zip and were taken from okfestival2014_ascent_of_mrs_graham.gif):2.dec.png
differs from2.png
(I used ImageMagick):compare 2.png 2.dec.png 2.diff.png # Shows two red dots near the hot-air balloon.
For example, the pixel located at
24,312
goes from RGB#efd3cb
to#eed1c9
.Notes
0.png
1.png
2.png
3.png
.The text was updated successfully, but these errors were encountered: