Results 179 comments of Kagami
trafficstars

#24 issue might help in meantime. Would be better to provide proper docs of course.

Here is script which builds libboram.so: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=boram

Implemented in https://github.com/Kagami/mpv.js/pull/38. Though it requires pretty new libmpv (>=0.29) so for Linux we definetely want to support elder versions.

``` < BBB> wiak: tiles degrade quality/bitrate ratio by about 0.5-1% for 2 tile columns vs. 1 tile column, and incrementally more as you increase the number of tile cols...

>An improvement on VP9 multi-threaded encoder has been checked in https://groups.google.com/a/webmproject.org/forum/#!topic/codec-devel/oiHjgEdii2U

Hi! Thank you for your interest. dav1d.wasm currently takes ~150kb gzipped: ``` $ gzip -c dav1d.wasm | wc -c 154596 $ echo $((154596/1024)) 150 ``` And it's much easier and...

Thank you for the report. Is it happening on any image or only this particular? What libaom version do you use?

I've installed the same libaom in Ubuntu 18.04 in Docker container and can't reproduce that issue. It might be related to your system. Try with latest libaom from git. See...

```dockerfile FROM ubuntu:18.04 RUN apt-get update \ && apt-get install -y software-properties-common git golang \ && add-apt-repository -y ppa:jonathonf/ffmpeg-4 \ && apt-get update \ && apt-get install -y libaom-dev \...

Thanks, I finally can reproduce issue! On 5412x7216 image with libaom 1.0.0 I get segfault and with latest libaom from git it's: ``` $ aomenc -o big.ivf big.y4m Failed to...