This project is a Video to GIF Converter built using Next.js and TailwindCSS. It allows users to upload video files and converts them to GIF format using the ffmpeg library. The project includes a sleek, modern design and leverages React components and Lucide React icons to enhance the user interface.
- Upload video files for conversion to GIF format.
- Sleek and modern UI built with TailwindCSS.
- Responsive design.
- Conversion history feature that tracks past conversions.
- Built with Next.js for server-side rendering and API routes.
- Utilizes FFmpeg for the video-to-GIF conversion process.
- Next.js: React framework for building server-side rendering and static web applications.
- React: JavaScript library for building user interfaces.
- TailwindCSS: Utility-first CSS framework for styling.
- Fluent-FFmpeg: Library to interact with FFmpeg for video-to-GIF conversion.
- TypeScript: Strongly typed programming language for maintaining code quality.
To install and run this project locally:
- Clone the repository:
git clone https://github.com/neoKode1/video-to-gif-converter.git