https://github.com/incubated-geek-cc/ffmpegwasmlocalserver
A local in-browser setup of FFmpeg.wasm- a JavaScript port of FFmpeg built with Wasm.
https://github.com/incubated-geek-cc/ffmpegwasmlocalserver
Last synced: 2 months ago
JSON representation
A local in-browser setup of FFmpeg.wasm- a JavaScript port of FFmpeg built with Wasm.
- Host: GitHub
- URL: https://github.com/incubated-geek-cc/ffmpegwasmlocalserver
- Owner: incubated-geek-cc
- License: agpl-3.0
- Created: 2022-11-29T07:00:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T06:08:34.000Z (about 2 years ago)
- Last Synced: 2025-03-27T18:13:00.891Z (3 months ago)
- Language: JavaScript
- Homepage: https://ffmpegwasm.glitch.me/
- Size: 21.1 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![]()
FFmpeg.Wasm In-Browser Setup
**๐ Transcoding Audio/Video multimedia files in-browser with minimal installation required!**
### ๐ Features
- Convert ๐ต audio files to other selectable multimedia formats in dropdown list
- Convert ๐๏ธVideo clips to other selectable multimedia formats in dropdown list
- Export transcoded multimedia output
### ๐ Try it yourself
[**Live Demo :: Link**](https://ffmpegwasm.glitch.me/)
[**Live Demo :: Backup Link**](https://ffmpegwasm.onrender.com/)### โ Read related post here
[**Article :: Link :: How to Transcode Audio & Video Files with FFmpeg in JavaScript**](https://medium.com/weekly-webtips/how-to-transcode-audio-video-files-with-ffmpeg-in-javascript-7edfedf7f6d4)### ๐ Preview
โ Join me on ๐ Medium at ~ ฮพ(๐หถโโกโ) @geek-cc
---
#### ๐ฎ Please buy me a Taco! ๐
## ๐ License & Credits
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.
- ยฉ This work is licensed under a GNU General Public License
- Original library at FFmpeg.wasm and its co-creator/maintainer Jerome Wu