Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagami/boram
:film_strip: Cross-platform graphical WebM converter
https://github.com/kagami/boram
av1 cross-platform electron ffmpeg mpv webm youtube-dl
Last synced: 7 days ago
JSON representation
:film_strip: Cross-platform graphical WebM converter
- Host: GitHub
- URL: https://github.com/kagami/boram
- Owner: Kagami
- Created: 2016-11-27T15:35:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T18:35:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T20:08:00.279Z (21 days ago)
- Topics: av1, cross-platform, electron, ffmpeg, mpv, webm, youtube-dl
- Language: JavaScript
- Homepage: https://github.com/Kagami/boram/releases
- Size: 3.38 MB
- Stars: 441
- Watchers: 21
- Forks: 30
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: licenses/LICENSE.BORAM
Awesome Lists containing this project
README
# boram ![](src/index/icon-big.png)
![](https://raw.githubusercontent.com/Kagami/boram/assets/boram-source.png)
![](https://raw.githubusercontent.com/Kagami/boram/assets/boram-encode.png)## Features
* Open-source, cross-platform, works on Windows, Mac and Linux
* AV1/VP9/VP8/Opus/Vorbis/2pass/limit/CRF/CQ/raw-args modes support
* Industry-grade codec settings, considered defaults
* Can download source from almost any streaming site, thanks to [youtube-dl](https://rg3.github.io/youtube-dl/)
* Displays almost any video with embedded player, thanks to [mpv](https://mpv.io/)
* Hardsubbing out of the box with proper shift/track selection
* Simple yet powerful interface, source video centric design
* Multiple encodes at once in single window
* Fast filters result preview, no need to go through trial and error## Install
### Windows
Download [latest release](https://github.com/Kagami/boram/releases), unpack and run `boram.exe`. 64-bit (x64) releases are preferred.
### macOS
Download [latest release](https://github.com/Kagami/boram/releases), unpack, right-click `boram` app in Finder, select Open and Open.
### Linux
Download [latest release](https://github.com/Kagami/boram/releases), unpack and run `./boram`. You need to have python, ffmpeg and libmpv1 installed. ffmpeg 4.x is required by default, run `mv libffmpeg.so.57 libffmpeg.so` if you have ffmpeg 3.x.
## License
boram's own code is licensed under [CC0](licenses/LICENSE.BORAM) but releases also include:
* Libraries from dependencies section of [package.json](package.json)
* [Chromium](licenses/LICENSE.CHROMIUM) and [Electron](licenses/LICENSE.ELECTRON) components
* [youtube-dl binaries](licenses/LICENSE.PYTHON)
* [FFmpeg binaries](licenses/LICENSE.FFMPEG)
* [mpv binaries](licenses/LICENSE.MPV)
* [Font Awesome font](licenses/LICENSE.FONTAWESOME)
* [Roboto font](licenses/LICENSE.ROBOTO)