Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mementomori11723/gifnetor

A video to gif converter built in go and ffmpeg
https://github.com/mementomori11723/gifnetor

conversion image-processing opencv pillow python streamlit

Last synced: about 1 month ago
JSON representation

A video to gif converter built in go and ffmpeg

Awesome Lists containing this project

README

        

# GIFNETOR

A gif creation appliction that takes input as a video files like mp4, mov, mvk and converts it into a gif image.

"How is it possiable ?", you ask.

By opening the video file and reading all the frames inside the file, then convering those high level color images to low level color images (since gif uses low level images) and then writing those images into a gif file, these files are stored in uploads folder.

And there you go, you have successfully converted a video to an image/gif.

> Note : The converted image will larger then the video file. Since gif files have limited colors compared to a video.

## Requirments

1. Go
2. ffmpeg

## Output

output 1
![output 1](images/Output-1.webp)

output 2
![output 2](images/Output-2.webp)