💾 Archived View for heavysquare.com › visuals › 0137.txt captured on 2022-06-11 at 20:57:46.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

# introducing random seed, to be reproducible
# $ ffmpeg -version
# ffmpeg version N-92448-gaecd63b926-tessus

g () { ffmpeg -f lavfi -i "
cellauto=rule=${1}:seed=${3}, hqx=n=4 [c1] ;
cellauto=rule=${2}:seed=${4},rotate=PI,hqx=n=4[c2];
[c1][c2]
  blend=and,tblend=xor,
  crop=w=100:h=100,hqx=n=4,hqx=n=4,
  colorchannelmixer=.3:.4:.3:0:.3:.4:.3:0:.3:.4:.3,
  elbg=l=2,dilation,dilation,vignette,
  unsharp=luma_msize_x=7:luma_msize_y=7:luma_amount=2.5
[out0]" -an -vframes 1 -y out-${1}-${2}-${3}-${4}.jpg }