Skip to content

Latest commit

 

History

History
120 lines (81 loc) · 4.02 KB

README.md

File metadata and controls

120 lines (81 loc) · 4.02 KB

MP4 to GIF Converter 🎬

Windows .NET Framework FFmpeg GitHub release License

Convert your MP4 videos to high-quality GIF images with ease. Simple, fast, and efficient.

✨ Features

  • 🎥 MP4 to GIF Conversion - Convert any MP4 video to animated GIF
  • 🚀 Fast Processing - Powered by FFmpeg for optimal performance
  • 🖥️ User-Friendly Interface - Simple drag-and-drop functionality
  • ⚙️ Customizable Settings - Adjust frame rate, resolution, and quality
  • 📦 Standalone Application - No installation required

📸 Preview

MP4 to GIF Preview

🖥️ System Requirements

  • Operating System: Windows 7 or later
  • .NET Framework: 4.5 or later
  • Memory: 4GB RAM (8GB recommended)
  • Disk Space: 500MB free space

⬇️ Download

Download the latest version from the Releases page.

🚀 Quick Start

  1. Download the latest release
  2. Extract the ZIP file to your preferred location
  3. Run Mp4ToGif.exe
  4. Drag and drop your MP4 file or click "Browse" to select
  5. Configure your conversion settings (optional)
  6. Click "Convert" and wait for the process to complete
  7. Find your GIF in the output folder

⚙️ Configuration Options

Setting Description Default
Frame Rate Number of frames per second 10 fps
Resolution Output GIF dimensions Original
Quality Color quality and file size Medium
Loop Enable/disable infinite loop Enabled

🔧 Advanced Usage

Command Line Interface

You can also use the converter via command line:

Mp4ToGif.exe -i input.mp4 -o output.gif -fps 15 -scale 640:480

Available Parameters

  • -i, --input: Input MP4 file path
  • -o, --output: Output GIF file path
  • -fps, --framerate: Frame rate (1-30)
  • -scale: Output resolution (width:height)
  • -q, --quality: Quality level (low/medium/high)

🎯 Use Cases

  • 📱 Creating social media content
  • 📝 Making tutorials and demonstrations
  • 🎨 Designing animated graphics
  • 📧 Sharing video content in email
  • 💬 Creating chat stickers and reactions

🛠️ Built With

🔗 Related Projects

Check out Gifphy - Another awesome GIF creation tool!

📝 Troubleshooting

Common Issues

  1. Conversion fails: Ensure your input file is a valid MP4
  2. Large output files: Reduce frame rate or resolution
  3. Poor quality: Increase quality setting or maintain original resolution
  4. Application won't start: Install .NET Framework 4.5 or later

🤝 Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

📄 License

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

💖 Support

If you find this tool helpful, please consider supporting the development:

"Buy Me A Coffee"

🙏 Acknowledgments

  • FFmpeg team for their excellent multimedia framework
  • All contributors who have helped improve this project
  • Users who provide valuable feedback and suggestions