Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalarhq/videotranscode.space
A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
https://github.com/scalarhq/videotranscode.space
browser converter ffmpeg hacktoberfest privacy transcode video video-transcoder wasm web-assembly
Last synced: 3 days ago
JSON representation
A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
- Host: GitHub
- URL: https://github.com/scalarhq/videotranscode.space
- Owner: scalarhq
- License: apache-2.0
- Created: 2020-06-01T23:50:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T18:30:10.000Z (almost 3 years ago)
- Last Synced: 2024-05-18T18:02:48.135Z (6 months ago)
- Topics: browser, converter, ffmpeg, hacktoberfest, privacy, transcode, video, video-transcoder, wasm, web-assembly
- Language: TypeScript
- Homepage: https://app.modfy.video/
- Size: 93 MB
- Stars: 488
- Watchers: 19
- Forks: 50
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-star - videotranscode.space
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/4b6c9412-f596-4f31-82a3-25e276a37c31/deploy-status)](https://app.netlify.com/sites/react-clui/deploys)
![Codecs And Formats CI](https://github.com/Mozilla-Open-Lab-Etwas/Video-Transcoder/workflows/Codecs%20And%20Formats%20CI/badge.svg)
![CodeQL](https://github.com/Etwas-Builders/Video-Transcoder/workflows/CodeQL/badge.svg)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/modfy/modfy.video.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/modfy/modfy.video/context:javascript)
[![Run on Repl.it](https://repl.it/badge/github/Etwas-Builders/modfy.video)](https://repl.it/github/Etwas-Builders/modfy.video)
Built with ❤︎ by
CryogenicPlanet and
contributors
---
## Usage
Landing page : https://modfy.video/
Web Application : https://app.modfy.video/
1. Go to app.modfy.video
2. Add video/images
3. Choose settings
4. Download processed video## [Contributing](https://docs.modfy.video/pages/get%20started/contributingguidelines)
### [Quick Start](https://docs.modfy.video/pages/get%20started/quickstart)
1. Install dependencies
```shell
git clone https://github.com/modfy/modfy.video.git
yarn install
# or
npm install
```2. Build
```shell
yarn generate
# or
npm run-scripts generate
```3. Start
```shell
yarn start
# or
npm start
```Full getting started at [https://docs.modfy.video/pages/get%20started/quickstart](https://docs.modfy.video/pages/get%20started/quickstart)
Our [Contributing Guidelines](https://docs.modfy.video/pages/get%20started/contributingguidelines) also should be a good starting point.
## [Documentation](https://docs.modfy.video/)
Full documentation is at https://docs.modfy.space/
The API Reference is [here](https://docs.modfy.video/globals.html)
**[Project Structure](https://docs.modfy.video/pages/get%20started/projectstructure)**
## Browser Support
Our build of FFmpeg needs SharedArrayBuffer support so our browser support depends on that
Learn more at:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#Browser_compatibility
or
https://caniuse.com/#feat=sharedarraybuffer## Author
Built by [@CryogenicPlanet](https://github.com/CryogenicPlanet)
## License
Apache 2.0