All Projects → thevangelist → Ffmpeg Gif Script For Bash

thevangelist / Ffmpeg Gif Script For Bash

Turn your videos into palette-mapped gifs with this easy script

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ffmpeg Gif Script For Bash

Ffmpegcommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
Stars: ✭ 394 (+294%)
Mutual labels:  ffmpeg, gif
Jave2
The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
Stars: ✭ 570 (+470%)
Mutual labels:  ffmpeg, converter
Gifgen
Simple high quality GIF encoding
Stars: ✭ 397 (+297%)
Mutual labels:  ffmpeg, gif
tube2gif
Search and Generate Gif from Youtube
Stars: ✭ 21 (-79%)
Mutual labels:  ffmpeg, gif
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (-31%)
Mutual labels:  ffmpeg, converter
canvas-capture
Record the canvas as an image, mp4 video, or gif from the browser
Stars: ✭ 35 (-65%)
Mutual labels:  ffmpeg, gif
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+460%)
Mutual labels:  ffmpeg, converter
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+2736%)
Mutual labels:  ffmpeg, gif
Gifify
😻 Convert any video file to an optimized animated GIF.
Stars: ✭ 5,792 (+5692%)
Mutual labels:  ffmpeg, gif
Quick Media
media(audio/image/qrcode/markdown/html/svg) support web service (多媒体编辑服务, 酷炫二维码, 音频, 图片, svg, markdown, html渲染服务支持)
Stars: ✭ 612 (+512%)
Mutual labels:  ffmpeg, gif
recode-converter
A modern & simple audio converter for video files
Stars: ✭ 22 (-78%)
Mutual labels:  converter, ffmpeg
Gifserver
A server for transcoding gif to video on the fly
Stars: ✭ 100 (+0%)
Mutual labels:  ffmpeg, gif
video2gif
A batch script for convert video to GIF files by FFmpeg.exe on Windows
Stars: ✭ 48 (-52%)
Mutual labels:  converter, gif
Modfy.video
A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
Stars: ✭ 283 (+183%)
Mutual labels:  ffmpeg, converter
Tracker
Even the best of apps have their issues
Stars: ✭ 113 (+13%)
Mutual labels:  converter, gif
Jvedio
Windows desktop application to manage local video;Support baidu AI, youdao translation;Support FFMPEG video processing;Support multi-database management and statistics;Support skin switching
Stars: ✭ 545 (+445%)
Mutual labels:  ffmpeg, gif
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+2758%)
Mutual labels:  ffmpeg, gif
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (+125%)
Mutual labels:  ffmpeg, gif
Gifski
🌈 Convert videos to high-quality GIFs on your Mac
Stars: ✭ 5,691 (+5591%)
Mutual labels:  converter, gif
Node Sorry
生成表情gif
Stars: ✭ 90 (-10%)
Mutual labels:  ffmpeg, gif

FFMPEG gif script for bash

Football Coding example Gliding example

Script to generate animated gifs easily from command line.

Outputs palette-mapped .gifs with great colours & desired resolution from your videos.

Installation

  • Clone the repo
  • Install ffmpeg (you might need to install a package manager, such as homebrew for OS X)

Usage

  • Run ./gifenc [input movie file] [generated gif's name] [horizontal resolution] [frames per second (fps)]
  • i.e.: ./gifenc input.mov output.gif 720 10 will output 720px wide 10fps .gif. (chmod +x gifenc.sh might be needed to run beforehand)

Tips

  • Tweak the parameters in order to get internet-shareable sizes
  • Tested with most common movie formats

Special thanks to this article.

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].