while true; do if [[ $(($RANDOM % 2 )) = "1" ]] then; echo "y"; else echo "n"; fi done
carbon-based lifeform. virgo supercluster
Hi, I'm a developer, lover of art and freedom (more). I write mostly about technology and pixel art.
while true; do if [[ $(($RANDOM % 2 )) = "1" ]] then; echo "y"; else echo "n"; fi done
The eye opens like a curtain rising
In the dark, feet search for something real
Consciousness hasn’t happened yet
And the floorboards are skin temperature
A fresh repetition, today will be one more or one less
An impromptu concert strikes up in the kitchen
Maybe this black coffee is the morning bell-
the prize you win for returning safe from sleep
ffmpeg -i original.mp4 -vf fps=25 out%04d.png
ffmpeg -framerate 25 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4