Coder Social home page Coder Social logo

Comments (3)

joedrago avatar joedrago commented on June 21, 2024

Unless I'm mistaken, AOM_IMG_FMT_YV1216 was added way back in October. How old is that libaom?

If you want to go easily between AVIF and jpg/png, etc, you can try another project of mine (colorist). Currently avifdec only supports y4m, so you would need to use ffmpeg as an intermediate otherwise.

https://joedrago.github.io/colorist/

from libavif.

Zanderama avatar Zanderama commented on June 21, 2024

Hi,

Thanks for your reply. Yes, that explains it. I believe Raspbian buster is based on Debian buster which was only released July 19th, and I don't believe Raspbian had libaom before then in its 'stretch' release so I thought it was recent.

However, looking at the file ages implies they may be old libraries etc, from June and October 2018.

-rw-r--r-- 1 root root 10092 Jun 26 2018 /usr/include/aom/aomdx.h
-rw-r--r-- 1 root root 14421 Jun 26 2018 /usr/include/aom/aom_image.h
-rw-r--r-- 1 root root 14935 Jun 26 2018 /usr/include/aom/aom_decoder.h
-rw-r--r-- 1 root root 39301 Jun 26 2018 /usr/include/aom/aomcx.h
-rw-r--r-- 1 root root 5388 Jun 26 2018 /usr/include/aom/aom.h
-rw-r--r-- 1 root root 2995 Jun 26 2018 /usr/include/aom/aom_integer.h
-rw-r--r-- 1 root root 3309 Jun 26 2018 /usr/include/aom/aom_frame_buffer.h
-rw-r--r-- 1 root root 17631 Jun 26 2018 /usr/include/aom/aom_codec.h
-rw-r--r-- 1 root root 36928 Jun 26 2018 /usr/include/aom/aom_encoder.h
-rw-r--r-- 1 root root 2258484 Oct 5 2018 /usr/lib/arm-linux-gnueabihf/libaom.so.0
-rw-r--r-- 1 root root 293 Oct 5 2018 /usr/lib/arm-linux-gnueabihf/pkgconfig/aom.pc
lrwxrwxrwx 1 root root 11 Oct 5 2018 /usr/lib/arm-linux-gnueabihf/libaom.so -> libaom.so.0

I will take a look at your Colorist thank you!

I did try compling the most recent aom on the raspberry pi but get lots of 'always_inline' errors, "target specific option mismatch".

from libavif.

Zanderama avatar Zanderama commented on June 21, 2024

Hi,

I managed to recompile libaom and libavif for the Raspberry Pi, just needed to the following C Flag.

cmake AOM_SRC -DCMAKE_C_FLAGS="-mfpu=vfp -mfloat-abi=hard"

Then edit CMakeCache.txt and change

ENABLE_NEON:BOOL=OFF

Cheers,

Alex

from libavif.

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.