https://github.com/tutislav/heliumgif
Simple video to GIF converter with option to set maximum file size and duration. Available on Windows.
https://github.com/tutislav/heliumgif
converter csharp ffmpeg gif gif-maker video
Last synced: about 1 year ago
JSON representation
Simple video to GIF converter with option to set maximum file size and duration. Available on Windows.
- Host: GitHub
- URL: https://github.com/tutislav/heliumgif
- Owner: Tutislav
- License: gpl-3.0
- Created: 2022-08-16T21:04:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T22:00:04.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T04:46:04.263Z (about 1 year ago)
- Topics: converter, csharp, ffmpeg, gif, gif-maker, video
- Language: C#
- Homepage:
- Size: 31.1 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](https://github.com/Tutislav/HeliumGif/releases/latest)
# HeliumGif
[](https://github.com/Tutislav/HeliumGif/releases/latest)
[](https://github.com/Tutislav/HeliumGif/releases/latest)
[](https://github.com/Tutislav/HeliumGif/blob/main/LICENSE)
Simple video to GIF converter with option to set maximum file size and duration.\
Available on **Windows**.
## Usage
- Choose video (mp4, mov or mkv)
- *(Optional)* Choose maximum file size (default is 8 MB which is maximum file size on Discord)
- *(Optional)* Set GIF duration (start time and end time)
- Choose where to save the file
- Wait for conversion
- Done
## **[Download latest release](https://github.com/Tutislav/HeliumGif/releases/latest)**
## Screenshots

## Acknowledgments
- [How do I convert a video to GIF using ffmpeg, with reasonable quality?](https://superuser.com/a/556031)
- [FFMpeg](https://ffmpeg.org/)
- [FFMpegCore](https://github.com/rosenbjerg/FFMpegCore)
- [ByteSize](https://github.com/omar/ByteSize)