• Stars
    star
    173
  • Rank 219,093 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visual web interface to FFmpeg

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

More Repositories

1

usfxr

A Unity port of sfxr/as3sfxr/bfxr
C#
353
star
2

prando

Deterministic pseudo-random number generator for JavaScript and TypeScript
JavaScript
132
star
3

unity-tidbits

Small C# code to help in Unity development
C#
105
star
4

as3

A bunch of reusable junk for my own work. Pretty much reinventing the wheel, forever.
ActionScript
51
star
5

key-action-binder-as3

A keyboard/gamepad binder for easier game input in ActionScript
ActionScript
46
star
6

random-art-generator

Command-line application to produce generative art based on a target image
Rust
40
star
7

ztween

A simple tweening library. Its main feature is not having many features.
ActionScript
28
star
8

app-application-logger

A small standalone Windows application to log the applications one is using
C#
17
star
9

vscode-dasm

Dasm macro assembler support for VSCode
Assembly
17
star
10

android-libs

A bunch of reusable junk for my own work. Pretty much reinventing the wheel, forever (but now on Android).
Java
11
star
11

dasmjs

An emscripten-compiled version of the dasm macro assembler
Assembly
10
star
12

simplesignal

Super-simple signals (C#-style events) for JavaScript and TypeScript.
JavaScript
9
star
13

frame-ticker

Frame ticker with easy events for animation or games in JavaScript or TypeScript
TypeScript
9
star
14

fween-js

Fween.
TypeScript
7
star
15

vsc-theme-actual-obsidian

(Actual) Obsidian Theme for Visual Studio Code
6
star
16

coding-conventions

My own coding conventions.
5
star
17

unity-screen-bars

A Unity package to control the appearance of status and navigation bars on mobile devices
5
star
18

programming-languages

Ugly JS code to create a chart with all the programming languages I've used.
5
star
19

fnk.js

A dataflow-driven, visual, always-running, functional programming language running in the browser with HTML/JS.
JavaScript
4
star
20

schizo.js

Passive-aggressive way of finding the browser you're currently using. Not a real library.
JavaScript
3
star
21

key-action-binder

A keyboard/gamepad binder for easier game input in TypeScript and JavaScript
TypeScript
3
star
22

open-photo-booth

Touch screen PhotoBooth in TypeScript
JavaScript
3
star
23

tweener

Automatically exported from code.google.com/p/tweener
ActionScript
3
star
24

zeh-js

[DEPRECATED] More general JavaScript libraries, used in all my other JS/HTML work.
JavaScript
3
star
25

fnk

A dataflow-driven, visual, always-running, functional programming language
TypeScript
2
star
26

lottie-template-editor

Lottie Template Editor
TypeScript
1
star
27

go-draw

An ANSI drawing app prototype using Flutter.
Dart
1
star
28

simplest-baby-tracker

Simple, no-fuss app to track times for baby events.
1
star
29

moremath

The missing JavaScript Math functions
JavaScript
1
star
30

instagram-grid-creator

Generates an image grid for a user's Instagram feed
JavaScript
1
star