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

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.

Awesome Lists containing this project

README

          

[Icon](https://github.com/Tutislav/HeliumGif/releases/latest)

# HeliumGif
[![GitHub all releases](https://img.shields.io/github/downloads/Tutislav/HeliumGif/total)](https://github.com/Tutislav/HeliumGif/releases/latest)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Tutislav/HeliumGif)](https://github.com/Tutislav/HeliumGif/releases/latest)
[![GitHub](https://img.shields.io/github/license/Tutislav/HeliumGif)](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
![Screenshot 1](img/HeliumGif_screenshot_1.png)

## 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)