boram icon indicating copy to clipboard operation
boram copied to clipboard

:film_strip: Cross-platform graphical WebM converter

Results 26 boram issues
Sort by recently updated
recently updated
newest added

See: https://github.com/mpv-player/mpv/commit/b03712143012f08591de59d09675fdd3a0eaeed8 Might use ifdefs and provide different `libboram.so` for Linux systems with old libmpv (because we build libmpv for Windows and macOS).

``` 15:13 < kagami_> TD-Linux: do you know how much tile-columns impacts on quality? I.e. is it worth it. 15:14 < TD-Linux> very rough estimate is 2% per tlie 15:14...

Think about proper update mechanism. Updating youtube-dl is especially important.

I've created a Flatpak package for Boram and submitted it to Flathub, and I'm sharing the following files with the upstream Boram project: - [com.github.kagami.boram.desktop](https://github.com/Asghwor/flathub/blob/com.github.kagami.boram/com.github.kagami.boram.desktop) - [com.github.kagami.boram.metainfo.xml](https://github.com/Asghwor/flathub/blob/com.github.kagami.boram/com.github.kagami.boram.metainfo.xml) - [icon-big-128x128](https://github.com/Asghwor/flathub/blob/com.github.kagami.boram/icons/icon-big-128x128.png)

Replacing the included youtube-dl.exe with a renamed yt-dlp.exe made everything work as expected again and download fast. Based on this, this PR should fix the issue across all platforms with...

When I use Boram and try to encode to AV1, it's not able to do, giving an error: ``` Unknown encoder 'libaom-av1' ffmpeg exited with 1 ``` I must say...