zeh / ffmpeg.app

A visual web interface to FFmpeg

Home Page:https://ffmpeg.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFmpeg.app

Netlify Status

About

FFmpeg.app is a web-based front end to FFmpeg, the free and open-source application and libraries for processing of video and audio files. Its purpose is to serve as an easy front-end to this powerful tool, so anybody can discover and use it with no setup (or command-line access) necessary.

You can find the public version of the FFmpeg.app front-end at ffmpeg.app, and a development "staging" version at dev.ffmpeg.app.

All processing done by FFmpeg.app runs in the browser, without ever leaving one's computer. No data is tracked.

Disclaimers

FFmpeg.app uses ffmpeg.wasm by Jerome Wu to be able to run FFmpeg as a library inside a web browser.

FFmpeg.app is not associated with, nor endorsed by, the FFmpeg project.

Development

Start a dev watch/run process at http://localhost:5173/:

yarn start

Same as vite.

Build

Build for production:

yarn build

Locally preview production build:

yarn preview

About

A visual web interface to FFmpeg

https://ffmpeg.app/

License:MIT License


Languages

Language:TypeScript 73.9%Language:CSS 23.0%Language:JavaScript 2.0%Language:HTML 1.1%