Skip to content

manueldev/Video-to-Gif-for-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Video to Gif for Windows

Convert to Gif format any segment from any video file with this Windows batch script.

Installation

  1. Download video_to_gif.bat
  2. Download Windows FFMpeg static build
  3. Extract FFMpeg.
  4. Add bin folder inside FFmpeg to Windows PATH (or run video_to_gif.bat on FFMpeg bin folder).

Usage

video_to_gif.bat VIDEO_FILE START_TIME(MINUTES:SECONDS) DURATION WIDTH_GIF GIF_FILENAME
  • VIDEO_FILE: Video file (absolute or relative)
  • START_TIME: Start point of segment. Format: MM:SS.MS
  • DURATION: Seconds from START_TIME. Format: SS.MS
  • WIDTH_GIF: Width of output GIF
  • GIF_FILENAME: GIF output filename (absolute or relative)

Example

video_to_gif.bat C:\video.mp4 04:23 5.22 320 C:\animation.gif

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published