Coder Social home page Coder Social logo

Comments (2)

kornelski avatar kornelski commented on June 30, 2024

No, I'm deliberately hiding the quantizer option.

  • As far as I can tell min/max split didn't do anything for still images.

  • The scale is not portable across AV1 encoders and the number doesn't mean anything that non-experts can relate to.

  • The effect on visual quality is non-linear. My current implementation is wrong actually. I plan to align it better to approximate JPEG quality scale.

from cavif-rs.

bat999 avatar bat999 commented on June 30, 2024

As far as I can tell min/max split didn't do anything for still images.
Yes, I can understand that. Thanks.

... I plan to align it better to approximate JPEG quality scale.
Both cjpeg and cwebp have default quality 75.
dssim thinks cavif Q 75 is too good. :-)

0.00164695	foo1_q75.jpg
0.00244810	foo1_q75.webp
0.00084624	foo1_q75.avif

0.00203879	foo2_q75.jpg
0.00256523	foo2_q75.webp
0.00082852	foo2_q75.avif
echo ""; \
cjpeg -quality 75 -outfile foo1_q75.jpg foo1.png; \
cwebp -q 75 -mt -m 6 -quiet foo1.png -o foo1_q75.webp; \
cavif -Q 75 -s 0 -j $(nproc) -q -o foo1_q75.avif foo1.png; \
dssim foo1.png foo1_q75.jpg foo1_q75.webp foo1_q75.avif; \
echo ""; \
cjpeg -quality 75 -outfile foo2_q75.jpg foo2.png; \
cwebp -q 75 -mt -m 6 -quiet foo2.png -o foo2_q75.webp; \
cavif -Q 75 -s 0 -j $(nproc) -q -o foo2_q75.avif foo2.png; \
dssim foo2.png foo2_q75.jpg foo2_q75.webp foo2_q75.avif

from cavif-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.