Video and Image Converter is a web application built with Svelte and TypeScript that allows users to convert videos to MP4 format and image sequences to GIFs. The project leverages FFmpeg.wasm for performing the conversions directly in the browser without the need for server-side processing.
Clone the repository:
git clone https://github.com/SmolPeaCat/Video-Converter
cd Video-Converter
Install dependencies:
yarn install
Start the development server:
yarn run dev
Open the application in your browser:
Navigate to http://localhost:5000 (or the specified port).
Drag and Drop Files:
Conversion:
This project is licensed under the GPL V3.0 License. See the LICENSE file for details.