Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mementomori11723/gifnetor
- Owner: MementoMori11723
- Created: 2024-01-21T14:48:08.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T06:08:29.000Z (4 months ago)
- Last Synced: 2024-09-14T06:15:48.218Z (4 months ago)
- Topics: conversion, image-processing, opencv, pillow, python, streamlit
- Language: Go
- Homepage: https://gifnetor.onrender.com/
- Size: 7.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)