videotranscode.space icon indicating copy to clipboard operation
videotranscode.space copied to clipboard

A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy

modfy.video

Netlify Status Codecs And Formats CI CodeQL Language grade: JavaScript Run on Repl.it

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

Quick Start

  1. Install dependencies
git clone https://github.com/modfy/modfy.video.git
yarn install
# or
npm install
  1. Build
yarn generate
# or
npm run-scripts generate
  1. Start
yarn start
# or
npm start

Full getting started at https://docs.modfy.video/pages/get%20started/quickstart

Our Contributing Guidelines also should be a good starting point.

Documentation

Full documentation is at https://docs.modfy.space/

The API Reference is here

Project Structure

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

License

Apache 2.0