Giter VIP home page Giter VIP logo

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

Peter S's Projects

fuzzyfilerenamematch icon fuzzyfilerenamematch

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

pixelwind icon pixelwind

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

poggersbotv2 icon poggersbotv2

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

spotifytomp3-m3u icon spotifytomp3-m3u

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.

spotplgraph icon spotplgraph

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

zoomaway icon zoomaway

automatically joins zoom using time and code (write joinTime,code,leaveTime in csv file)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.