Personal Commandline howto: Make images into films and glue them together
# make 3 minute movies from a folder full of jpg’s – not perfect but workable $for img in $(find . -iname ‘*.jpg’); do echo -n “Converting $img”; ffmpeg -loop […]
# make 3 minute movies from a folder full of jpg’s – not perfect but workable $for img in $(find . -iname ‘*.jpg’); do echo -n “Converting $img”; ffmpeg -loop […]
Here’s an excellent demo of Pnglitch, a little commandline tool/library https://ucnv.github.io/pnglitch/ I converted this to some more straightforward instructions of the Linux Terminal $sudo gem install pnglitch There are four […]