https://github.com/ct-open-source/gifbatch
A shell script to batch convert videos to optimized GIFs and create still images using ffmpeg
https://github.com/ct-open-source/gifbatch
ffmpeg gif gif-animation shell-script still-image utility video video-processing
Last synced: 9 months ago
JSON representation
A shell script to batch convert videos to optimized GIFs and create still images using ffmpeg
- Host: GitHub
- URL: https://github.com/ct-open-source/gifbatch
- Owner: ct-Open-Source
- License: gpl-3.0
- Created: 2018-11-30T13:23:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T13:01:22.000Z (about 7 years ago)
- Last Synced: 2025-02-14T19:50:04.814Z (10 months ago)
- Topics: ffmpeg, gif, gif-animation, shell-script, still-image, utility, video, video-processing
- Language: Shell
- Homepage: https://www.ct.de
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gifbatch
A shell script to batch convert videos to optimized GIFs and create still images using ffmpeg
```
gifbatch.sh usage:
-i – input files ( eg. video)
-g – GIF output folder (eg. gif)
-s – stills output folder (eg. still)
-t – time index for the still
-G – time index for the GIF start (see ffmpegs -ss parameter)
-T – length for the GIF (see ffmpegs -t parameter)
-S – gif width in pixels
This script relies on ffmpeg to create the files.
by Merlin Schumacher (mls@ct.de) for c't-Magazin (www.ct.de)
Licensed under the GPLv3
```