Skip to content

lanedirt/mov2gif

Repository files navigation

mov2gif

Live demo 🔥Installation ⚙️

Convert .mov to .gif using a simple web UI

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.

Live demo

mov2gif_Screen Recording 2024-11-24 at 18 24 12

(This .gif is made with this tool)

You can try out the app yourself at mov2gif.lanedirt.com

Installation

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:

Contributing

Contributions are welcome! Feel free to submit a Pull Request.

Tech stack / credits

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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.