Milan Nikolic

Results 449 comments of Milan Nikolic

You can check the defaults here: https://github.com/gen2brain/webp and https://github.com/gen2brain/cbconvert/blob/master/cbconvert_convert.go#L392; I am unaware of any other webp encoder. Just so you know, I do not plan to add options that only...

By the way, you may want to try `JPEG`. Unlike similar software, cbconvert uses `jpegli` which can often produce files even smaller than `WEBP.`

Webp has a `Method` option, which is a quality/speed trade-off https://pkg.go.dev/github.com/gen2brain/webp#Options; I don't think the optimum is the slowest method (0-6). The problem is that avif has `Speed` in the...

I can then change that to 6 for Webp for now. I prefer a single option and a slider in the GUI for that, but `Method`, `Speed`, and `Effort` are...

Btw. I am curious how you will find the `.cbt`; tar doesn't have an index, and it can store files randomly, so it would have to read the whole file,...

It would be nice if we had a reproducible example; probably a web server would be best for that. There were issues before, but most have already been solved. How...

Can you please paste the output of `v4l2-ctl -d /dev/video0 --list-formats-ext`?

Do you mean actions, like in https://github.com/gen2brain/beeep/issues/10 or do you just mean href markup? For href, that depends on the notification daemon, some do have support some do not.

That binary is probably compiled for shared mupdf library, and they are different versions, cannot check now. Just compile the binary for your distro.

And what would be your usage? Naively cross-compile with `CGO_ENABLED=0` for some architecture the `purego` library doesn't handle? That is experimental, as written in README, to cross-compile, use `CGO_ENABLED=1` and...