Ryo Hirafuji

Results 27 comments of Ryo Hirafuji

Thank you for using cavif! > `cavif -i 1.png --rate-control q --crf 10 --row-mt --tile-rows 2 --tile-columns 2 --threads 4 -o 1.avif` If you really want to achieve best quality...

I forgot to introduce this option: #### `--enable-full-color-range` (default: disabled) AV1 is derived from video codec. In video, we often don't use all 255^3 colors (in historical reason). Instead, 229...

Which compiler do you use? It is required to use gcc 8 or higher to use that header file (libstdc++fs, which is available on C++17 or higher).

To support JPEG, we also have to working with JPEG specification, such as progressive JPEG, EXIF, XMP, and so on. We would like to work on supporting libaom's latest features...

@danklammer Sorry to be late! I have a plan to create brew formula, but I am not familiar with homebrew... It's welcome to send me a pull request with a...

A depth image is just an monochrome image. You can create like this: ```bash cavif -i -o --monochrome cavif -i -o --attach-depth ``` However, it looks `--attach-depth` is not working...

Sorry, I forgot to write that we also have to need ninja and meson to build libvmaf. I wrote some days ago. CI uses Ubuntu to build, but it may...

I changed dependency management. Also, I found that currently libaom tends to make static execution binary, [which is impossible in mac OS](https://stackoverflow.com/a/35664400). However, I made a workaround. Could you try...

> Overall it seems to be a bad idea to force the user to download and compile all of these libraries (libpng, libaom, libvmaf) when package managers do this well...

New patch is landed. We don't have to rewrite `build.ninja` using sed. https://github.com/link-u/cavif/commit/351ec0f204def32d288cc01c4d2572bb6c79d388