mov2gif is an open-source .mov to .gif converter built with C# ASP.NET technology. It provides a simple web interface to convert your .mov files to .gif format with customizable settings like quality, frame rate, and resolution.
(This .gif is made with this tool)
You can try out the app yourself at mov2gif.lanedirt.com
The easiest way to run mov2gif is using Docker. You can run it on your local machine or deploy it to a server. The container includes all required dependencies (including FFmpeg). No extra installations or plugins required.
docker run -d -p 3100:80 ghcr.io/lanedirt/mov2gif:latest
After running the container, the web UI will be available at:
Contributions are welcome! Feel free to submit a Pull Request.
The following technologies, frameworks and libraries are used in this project:
- C# - A simple, modern, object-oriented, and type-safe programming language.
- ASP.NET Core - An open-source framework for building modern, cloud-based, internet-connected applications.
- Blazor Server - A framework for building interactive web UIs using C#.
- FFmpeg - A complete, cross-platform solution to record, convert and stream audio and video.
- Docker - A platform for building, sharing, and running containerized applications.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
This project is licensed under the MIT License - see the LICENSE.md file for details.