Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GIF Converter - Windows Batch Script

A simple Windows batch script that converts any ffmpeg-supported video into a high-quality GIF, with a clean, color-coded menu and easy preset options.

Features

  • Works with any video format supported by ffmpeg (e.g., .mp4, .mov, .avi)
  • Three preset modes for easy conversion:
    • Small & Fast – lightweight GIF with lower FPS
    • High Quality – balanced resolution and smoothness
    • Ultra Smooth & Large – highest quality, smoothest motion
  • Palette-based conversion for accurate colors
  • Rough file size estimation before conversion
  • Color-coded menu and messages for clarity:
    • Beige/light yellow for normal prompts
    • Red for errors
    • Green when conversion is complete
  • Saves the GIF in the same folder as the original video
  • Works entirely in a batch script, no installation needed

Installation

  1. Download GIFConverter.bat
  2. Ensure ffmpeg is installed and added to your system PATH (https://ffmpeg.org/download.html)
  3. Double-click to run the script

Usage

  1. Paste the full path of your video file when prompted
  2. Choose a preset (1-3) for GIF quality
  3. Enter a name for your output GIF
  4. The script generates a palette, converts the video, and saves the GIF in the same folder
  5. Estimated file size is shown before conversion

Notes:

  • The size estimate is approximate; actual GIF size may vary depending on motion and color complexity
  • Supports any video format that ffmpeg can read
  • Provides color-coded feedback for easy readability

Uninstallation

No installation is required. To remove the script:

  1. Delete the GIFConverter.bat file

Requirements

  • Windows operating system
  • ffmpeg installed and available in PATH
  • No admin rights needed
  • Runs entirely in a command prompt / batch environment

How it Works

  • Generates a palette from the input video for accurate colors
  • Uses ffmpeg to convert the video frames to a GIF
  • Applies user-selected preset for FPS and resolution scaling
  • Shows a rough estimated file size for reference
  • Uses console colors to indicate normal prompts, errors, and successful completion
---------bewf on top---------

About

Convert any ffmpeg-supported video into high-quality GIFs with a Windows batch script. Choose from 3 presets, see rough file size estimates, and color-coded menus. Palette-based conversion for accurate colors. No installation required.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors