mat-sz / crop

๐ŸŽž๏ธ Crop, flip and trim videos right from your web browser.

Home Page:https://crop.mov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crop.mov

Quick video edits, right in your web browser. Built with React and ffmpeg.wasm

https://crop.mov

  • โœ”๏ธ Simple UI
  • โœ”๏ธ No watermarks
  • โœ”๏ธ Your video files stay on your computer

Building

Install the project with yarn and then run yarn build.

Multi-core ffmpeg.wasm

To enable multi-core ffmpeg.wasm, SharedArrayBuffer needs to be available and env variable VITE_ENABLE_MT needs to equal 1.

This is a work-in-progress feature and it may not work as expected.

Nginx:

server {
  # ...
  add_header Cross-Origin-Embedder-Policy 'require-corp';
	add_header Cross-Origin-Opener-Policy 'same-origin';
  # ...
}

See: https://developer.chrome.com/blog/enabling-shared-array-buffer/

About

๐ŸŽž๏ธ Crop, flip and trim videos right from your web browser.

https://crop.mov

License:BSD 3-Clause Clear License


Languages

Language:TypeScript 78.2%Language:SCSS 18.5%Language:HTML 2.4%Language:JavaScript 0.9%