marshallku/gifconverter ↗
Created Apr 7, 2022 · View the marshallku/gifconverter repository page
Convert GIF, MP4 with WASM
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
3
Lines of Code
304
From
Nov 19, 2020
To
Apr 5, 2022
About marshallku/gifconverter
Gif Converter is a web application built with React and TypeScript that converts between GIF and MP4 formats entirely in the browser using ffmpeg compiled to WebAssembly. This eliminates the need for server-side processing, keeping all conversions local to the user's machine for faster and more private handling of media files.
The application supports two main conversion workflows. Users can convert GIF files to MP4 video format automatically, or convert video files to GIF with additional customization options. The interface uses drag-and-drop functionality for easy file upload, with manual file selection also available through a clickable icon.
For video-to-GIF conversion, the tool provides options to resize the video and adjust conversion settings before generating the output. The straightforward UI guides users through the process with visual controls like a right arrow button to initiate the conversion step.
