Intro
This post started as an example session of writing for Jekyll during a hack-and-tell afterparty. I was showing a simple shell script to compress JPEG images prior to publishing. We then decided to run it recursively. veox for keyboard jockey, ioch as an arbiter, nightshade for coding.
Result
Process
We used a standard lenna image.
jpgcompress
compress-recursively
Note: quantization starts showing at iteration 761.
Intermediate results
Create video from jpeg images
ffmpeg -i %06d.jpg -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
ffmpeg -i %06d.jpg -c:v theora -r 30 -pix_fmt yuv420p out.ogg