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: 2 months 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

Lists

README

        


modfy.video




[![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



Data on support for the sharedarraybuffer feature across the major browsers from caniuse.com

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