Skip to content
View DonCanjas's full-sized avatar
Block or Report

Block or report DonCanjas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. mpv-dotfiles mpv-dotfiles Public

    My personal configuration for mpv player

    Lua 6 2

  2. mpv-gif-generator mpv-gif-generator Public

    Forked from the-honey/mpv-gif-generator

    Creates animated gifs using mpv hotkeys

    Lua

  3. Create animated GIFs using mpv Create animated GIFs using mpv
    1
    -- Create animated GIFs with mpv
    2
    -- Requires ffmpeg.
    3
    -- Adapted from http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
    4
    -- Usage: "g" to set start frame, "G" to set end frame, "Ctrl+g" to create.
    5
    local msg = require 'mp.msg'
  4. Avisynth-Functions Avisynth-Functions Public

    Some functions I created

    4