All Projects → paulfitz → makesweet

paulfitz / makesweet

Licence: MIT license
Put pictures into animations from the command line.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to makesweet

Gifski
GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.
Stars: ✭ 2,417 (+13327.78%)
Mutual labels:  gif, gif-creator, gif-animation
cast2gif
Tool to render Asciinema cast files to GIFs, *without* using Electron or a web browser. Written in Rust.
Stars: ✭ 23 (+27.78%)
Mutual labels:  gif, gif-creator, gif-animation
glips
screen clip to gif on web
Stars: ✭ 18 (+0%)
Mutual labels:  gif, gif-creator, gif-animation
Gifski
🌈 Convert videos to high-quality GIFs on your Mac
Stars: ✭ 5,691 (+31516.67%)
Mutual labels:  gif, gif-animation
imagor
Fast, Docker-ready image processing server in Go and libvips
Stars: ✭ 2,276 (+12544.44%)
Mutual labels:  gif, gif-animation
AGMobileGiftInterface
simplified interaction with GIF animations
Stars: ✭ 40 (+122.22%)
Mutual labels:  gif, gif-animation
SSffmpegVideoOperation
This is a library of FFmpeg for android... 📸 🎞 🚑
Stars: ✭ 261 (+1350%)
Mutual labels:  mp4, gif
canvas-capture
Record the canvas as an image, mp4 video, or gif from the browser
Stars: ✭ 35 (+94.44%)
Mutual labels:  mp4, gif
Ffmpegcommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
Stars: ✭ 394 (+2088.89%)
Mutual labels:  mp4, gif
Gifcompressor
An Android tool to compresses your GIFs into lightweight MP4 video using fast, hardware-accelerated encoders. Supports cropping, rotation, GIF concatenation and much more.
Stars: ✭ 85 (+372.22%)
Mutual labels:  mp4, gif
Ar Gif
Easy to use augmented reality web components
Stars: ✭ 52 (+188.89%)
Mutual labels:  mp4, gif
Gifserver
A server for transcoding gif to video on the fly
Stars: ✭ 100 (+455.56%)
Mutual labels:  mp4, gif
gif-player
Control your animated GIFs
Stars: ✭ 120 (+566.67%)
Mutual labels:  gif, gif-animation
xaringanBuilder
An R package for building xaringan slides into multiple outputs, including html, pdf, png, gif, pptx, and mp4.
Stars: ✭ 157 (+772.22%)
Mutual labels:  mp4, gif
KGySoft.Drawing
KGy SOFT Drawing is a library for advanced image, icon and graphics handling.
Stars: ✭ 27 (+50%)
Mutual labels:  gif, gif-animation
TTFancyGifDialog-Android
TTFancyGifDialog makes your Android Dialog Fancy and more Beautiful. A library that makes normal Android Dialog to high level Dialog with many styling options and fully customizable. Make dialog from few lines of code.
Stars: ✭ 61 (+238.89%)
Mutual labels:  gif, gif-animation
mpv-gif-generator
Creates animated gifs using mpv hotkeys
Stars: ✭ 32 (+77.78%)
Mutual labels:  gif, gif-creator
Gifify
😻 Convert any video file to an optimized animated GIF.
Stars: ✭ 5,792 (+32077.78%)
Mutual labels:  mp4, gif
gif-creator
To create a GIF image with user specified duration. [简单实用] 生成自定义延时的GIF图像。
Stars: ✭ 32 (+77.78%)
Mutual labels:  gif, gif-creator
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+1044.44%)
Mutual labels:  gif, gif-animation

Put pictures into animations from the command line.

docker run -v $PWD:/share paulfitz/makesweet \
  --zip templates/billboard-cityscape.zip \
  --in images/frog.jpg \
  --gif animation.gif

frog animation

docker run -v $PWD:/share paulfitz/makesweet \
  --zip templates/heart-locket.zip \
  --start 15 \
  --in images/frog.jpg images/monkey.jpg \
  --gif animation.gif

monkey frog_monkey_friends

docker run -v $PWD:/share paulfitz/makesweet \
  --zip templates/flag.zip \
  --in images/dolphin.jpg \
  --gif animation.gif

dolphin dolphin_land

Options

You can generate a video output instead of a gif by replacing:

  --gif animation.gif

with:

  --vid animation.mp4

See docker run paulfitz/makesweet -h for more options.

Source

The designs come from https://makesweet.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].