There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project utilizes the Gorilla Mux router for handling HTTP requests to convert video files to GIFs using FFmpeg. The application provides a simple API endpoint to upload a video file, process it with FFmpeg, and return the resulting GIF. The application is written in Golang