aom
aom copied to clipboard
Alliance for Open Media Video Codec reference implementation (Mozilla branch)
I appreciate that this is not as much information as you would like, but this is what I have, so I hope it helps. $ time ~/build2/aomenc Input.y4m --width=720 --height=552...
According to https://en.wikipedia.org/wiki/AV1#Profiles High profile (--profile 1) supports 4:2:0, but when I use 8bit with profile 1 I get: > Profile 1 requires 4:4:4 color format High profile (--profile 1)...
Sorry if this is the wrong place to post this, but ive recently seen this link https://www.streamingmedia.com/Articles/News/Online-Video-News/Sisvel-Launches-Patent-Pools-for-VP9-and-AV1-130840.aspx where company Sisvel is purported to be charging for license to AV1 product...
I have tried to compile it on Ubuntu 18.04 LTS stable and this is the output: ``` $ make [ 1%] Built target aom_rtcd [ 2%] Built target aom_av1_common_ssse3_intrinsics [...
FYI: The following changes were made to this repository's wiki: - defacing spam has been removed - Restricting write access to contributors is strongly encouraged. Please [make that change](https://github.com/mozilla/aom/settings) ([documentation](https://help.github.com/articles/changing-access-permissions-for-wikis/))....
Is there an example of what to call to do this? I'm hoping to create a web app that does this for a given image via WASM. (I realise that...
Tried to build `aom` on i386 (Core Duo) with GCC. Build misdetects AVX as supported and that breaks it: ``` [ 7%] Building CXX object CMakeFiles/yuv.dir/third_party/libyuv/source/row_gcc.cc.o /opt/local/bin/g++-mp-13 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_aom/aom/work/aom-3.8.1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_aom/aom/work/build -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_aom/aom/work/aom-3.8.1/apps...
PPC check is broken on macOS: ``` /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_aom/aom/work/aom-3.5.0/aom_ports/ppc_cpudetect.c:15:10: fatal error: asm/cputable.h: No such file or directory 15 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. ```