Skip to content
/ tmcvf Public

A tiny video converter powered by ffmpeg.wasm

License

Notifications You must be signed in to change notification settings

ext4cats/tmcvf

Repository files navigation

this machine converts video formats

A tiny video converter powered by ffmpeg.wasm.

Building

# install dependencies
pnpm install

# run development server
pnpm dev

# or do a production build
pnpm build