Skip to content
View zigzag1001's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report zigzag1001

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
zigzag1001/README.md

Hi there 👋

PixelWind

./main.exe ".\smallerbannerCopy - Copy.png" pxlBleed 17 4 17

p1

./main.exe ".\smallerbannerCopy.png" pxlBleed 17 4 17

p2

./main.exe ".\smallerbannerCopy - Copy.png" pxlWind 7 2 20

still

FFmpeg

ffmpeg -i p2.gif -filter_complex "hflip" p2_flip.gif

flip p2

ffmpeg -i p1.gif -filter_complex "reverse" p1_rev.gif

reverse p1

ffmpeg -i p2_flip.gif -filter_complex "reverse" p2_flip_rev.gif

reverse p2

ffmpeg -i p1.gif -i p1_rev.gif -filter_complex '[0:0] [1:0] concat=n=2:v=1[v]' -map '[v]' p1_concat.gif

boomerang p1

ffmpeg -i p2_flip.gif -i p2_flip_rev.gif -filter_complex '[0:0] [1:0] concat=n=2:v=1[v]' -map '[v]' p2_concat.gif

boomerang p2

ffmpeg -i p1_concat.gif -i still.gif -filter_complex '[0:0] [1:0] concat=n=2:v=1[v]' -map '[v]' p1still_concat.gif

add pause

ffmpeg -i p1still_concat.gif -i p2_concat.gif -filter_complex '[0:0] [1:0] concat=n=2:v=1[v]' -map '[v]' p1p2_concat.gif

combine

Pinned

  1. poggersbotv2 poggersbotv2 Public

    A simple, self hosted discord music bot with a web interface

    Python 1

  2. LLM-to-TTS LLM-to-TTS Public

    Live voice chat with LLM through discord

    Python 2 1

  3. pixelWind pixelWind Public

    A tool to apply fun pixel-sorting-esque effects to images and videos.

    C

  4. spotifyToMp3-M3u spotifyToMp3-M3u Public

    Uses the Spotify api and spotdl to download m3u and mp3 files. Keeps playlists in sync to your spotify. Used for self hosted music libraries.

    Python

  5. spotPlGraph spotPlGraph Public

    Loads tracks from spotify playlist and visualises two selected track features on an x/y graph

    Python

  6. fuzzyFileRenameMatch fuzzyFileRenameMatch Public

    fuzzy search matches files from two directories, renames the files in the second to the closest matching ones from the first

    Python 1