| https://twitter.com/pessimism | |
| socials | https://pillar.io/pessimism |
| https://twitter.com/pessimism | |
| socials | https://pillar.io/pessimism |
How to tile videos from the CLI:
ffmpeg -i vid1.mp4 -i vid2.mp4 -filter_complex "\
[0:v]scale=800:-1[v1];\
[1:v]scale=800:-1[v2];\
[v1][v2]hstack[v]" \
-map [v] \
comparison.mp4
The first three character stills from Netflix’s first Indian original show, Sacred Games, are here. Saif Ali Khan is a bloodied but unbent cop while Nawazuddin Siddiqui and Radhika Apte are harder to read.
Deeply in love with https://carbon.now.sh for sharing dope code snippets.
(Just don’t forget accessibility!)
https://mastodon.social/media/s-cljRKmzsYxbCoMZBA https://mastodon.social/media/tiGhJbnliXpTL_YYdVo
Anyone know if it’s possible to get Japanese animation books like this fella inside Europe?
http://animestyle.jp/news/2017/08/29/11876/ https://mastodon.social/media/fSETmZY_SaVA23hHOgo
OTOH, the last commit on the 2.0 branch of Pinry is almost six months old: https://github.com/pinry/pinry/commits/2.x.
Could be they need some help.
If you only want to resize images *larger* than 250, add a `>` and quotes around the `-geometry` argument:
-geometry "250x250>+0+0"
TIL about Imagemagick’s `montage` command which makes tiling images with the CLI dead simple:
montage \
-geometry 250x250+0+0 \
-background "#000" \
friend1.png friend2.png friend3.png friend4.png \
friends.png
`250x250+0+0` makes each tile 250x250 with 0 spacing, which gives you a 500x500 image.
I’m trying the Sublime Text version, but someone adapted it for Atom.
It adds 1866ms (TWO SECONDS) to start-up.
WHAT
But that’s not all.
It’s literally just a regex plug-in that highlights a few predefined strings like TODO, FIXME, and NOTE.
What even are these atrocious linter frameworks. This is I try to keep my number of installed/enabled ST3 packages to a minimum.