https://github.com/rzumer/webmbuilder
A simple WebM encoding batch script generator.
https://github.com/rzumer/webmbuilder
Last synced: 3 months ago
JSON representation
A simple WebM encoding batch script generator.
- Host: GitHub
- URL: https://github.com/rzumer/webmbuilder
- Owner: rzumer
- License: mit
- Created: 2016-11-03T23:43:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T15:52:23.000Z (over 6 years ago)
- Last Synced: 2025-01-25T15:13:02.213Z (5 months ago)
- Language: JavaScript
- Homepage: https://rzumer.tebako.net/webmbuilder/webmbuilder.html
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebMBuilder
WebM Builder is a simple Web interface made to generate batch scripts for simple VP8 WebM video encoding via `FFmpeg` on Windows.
Enter the encoding parameters on the page and download the resulting script. `FFmpeg` must be accessible via the `PATH` environment variable or be in the same directory.WebM Builder easily runs locally in any modern Web browser with Javascript enabled. It is also hosted [online](https://rzumer.tebako.net/webmbuilder/webmbuilder.html).
For more advanced and multi-platform WebM encoding on the desktop, including VP9 and AV1 support, see [Webbum](https://github.com/rzumer/Webbum).