All Projects → Scheliux → mpv-gif-generator

Scheliux / mpv-gif-generator

Licence: other
Creates animated gifs using mpv hotkeys

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to mpv-gif-generator

gif-creator
To create a GIF image with user specified duration. [简单实用] 生成自定义延时的GIF图像。
Stars: ✭ 32 (+0%)
Mutual labels:  gif, gif-creator, gif-generator
mpv-ytdlautoformat
A simple mpv script to auto change ytdl-format for Youtube and Twitch
Stars: ✭ 30 (-6.25%)
Mutual labels:  mpv, mpv-script
mpv-youtube-download
A userscript for MPV that allows you to download youtube audio and video with one key press 💾
Stars: ✭ 16 (-50%)
Mutual labels:  mpv, mpv-script
cfg
my dotfiles
Stars: ✭ 26 (-18.75%)
Mutual labels:  mpv, mpv-script
MPV lazy
🔄 mpv player 播放器折腾记录 windows conf ; 中文注释配置 快速帮助萌新入门 ; mpv-lazy 懒人包 win10 x64
Stars: ✭ 615 (+1821.88%)
Mutual labels:  mpv, mpv-script
immersive
Language learning mpv script for looking up words within mpv and generating Anki cards
Stars: ✭ 43 (+34.38%)
Mutual labels:  mpv, mpv-script
mpv-scripts
A collection of scripts for mpv player
Stars: ✭ 138 (+331.25%)
Mutual labels:  mpv, mpv-script
cast2gif
Tool to render Asciinema cast files to GIFs, *without* using Electron or a web browser. Written in Rust.
Stars: ✭ 23 (-28.12%)
Mutual labels:  gif, gif-creator
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+793.75%)
Mutual labels:  mpv, mpv-script
videoclip
Easily create videoclips with mpv.
Stars: ✭ 49 (+53.13%)
Mutual labels:  mpv, mpv-script
mpv-repl
A graphical REPL for mpv input commands
Stars: ✭ 70 (+118.75%)
Mutual labels:  mpv, mpv-script
mpv crop script
A Lua script to take cropped screenshots in mpv, sans external dependencies
Stars: ✭ 77 (+140.63%)
Mutual labels:  mpv, mpv-script
mpv-youtube-upnext
A userscript for MPV that allows you to play "up next"/recommended youtube videos ⏭️
Stars: ✭ 29 (-9.37%)
Mutual labels:  mpv, mpv-script
animwall
Animated wallpapers for Linux
Stars: ✭ 28 (-12.5%)
Mutual labels:  mpv, gif
Gifski
GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.
Stars: ✭ 2,417 (+7453.13%)
Mutual labels:  gif, gif-creator
mpv-osc-morden
Another mpv osc script
Stars: ✭ 149 (+365.63%)
Mutual labels:  mpv, mpv-script
glips
screen clip to gif on web
Stars: ✭ 18 (-43.75%)
Mutual labels:  gif, gif-creator
StbSharp
C# port of the famous C framework
Stars: ✭ 62 (+93.75%)
Mutual labels:  gif, port
mpv-search-page
An in-window search page for mpv player
Stars: ✭ 32 (+0%)
Mutual labels:  mpv, mpv-script
makesweet
Put pictures into animations from the command line.
Stars: ✭ 18 (-43.75%)
Mutual labels:  gif, gif-creator

mpv-gif-generator for windows

Yuri On Ice Example

Original script created by Ruin0x11, which you can find here. This is a port of his gif generator script for Windows.

Requirements

  • Windows
  • mpv
  • ffmpeg with libass enabled–as long as you're using the zeronoe builds you're good!

Installation

First of all, you must make sure ffmpeg is in your %PATH% and accesible via your command line. After ensuring this, clone or download as zip. Then, head to %APPDATA%/mpv/scripts and place mpv-gif.lua in there; if neither %APPDATA%/mpv nor %APPDATA%/mpv/scripts exist, you will have to create them. It's as easy as that!

Configuration

After setup, and if you wish, create a %APPDATA%/mpv/script-opts directory if it isn't created already and write a gif.conf file to configure the script. The three options the script offers are:

  • dir – Sets the output directory. Default is C:/Program Files/mpv/gifs.
  • rez – Sets the resolution of the output gifs. Default is 600.
  • fps – Sets the framerate of the output gifs. Default is 15. Don't go too overboard or the filesize will balloon.

Hotkeys

  • g - Start time
  • G - End time
  • CTRL+g - Export GIF
  • CTRL+G - Export GIF with subtitles
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].