A free online MP4 to GIF conversion tool that runs entirely in your browser. No file uploads required, ensuring complete privacy for your videos.
Try it now: https://mp4togif.pro
- 100% client-side processing - no video uploads needed
- High-quality GIF output
- Customizable settings (framerate, quality, dimensions)
- Fast conversion
- No watermarks
- Completely free to use
MP4toGIF.pro was created to provide a simple, private, and efficient way to convert video clips to GIFs. Whether you need animations for presentations, social media posts, or documentation, our tool makes the process quick and easy while respecting your privacy.
Visit https://mp4togif.pro to convert your videos today!
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- gif.js library for GIF generation
- FFMPEG for video processing
- Clone the repository
git clone https://github.com/yourusername/mp4togif.git
cd mp4togif- Install dependencies
npm install- Start the development server
npm run dev- Visit http://localhost:3000 in your browser
npm run preview- Login to Cloudflare
npm run cf:login- Build and deploy
npm run deployAlternatively, you can set up automatic deployments through the Cloudflare Pages dashboard:
- Create a new project in the Cloudflare Pages dashboard
- Connect your GitHub repository
- Configure the following build settings:
- Build command:
npm run build - Output directory:
out - Node.js version: 18
- Build command:
/app- Next.js application routes and pages/components- React components/public- Static assets, including gif.worker.js/lib- Utilities and helper functions
MIT