Timelapse: Yayoi Kusama at Shanghai MOCA

We wanted to have a look at this exhibition, when we saw this hundred meters long queue, with probably a similar procession in the Museum.

We changed our minds when we realized it was opened until the end of March.

We just had a walk.

Note to self: The following script was run in the folder to generate the timelapse:

mencoder \
  -nosound  \
  -ovc lavc -of lavf -lavfopts format=webm -lavcopts vcodec=libvpx -ffourcc VP80 \
  -vf scale=1600:1200 \
  mf://*.JPG \
  -mf fps=10:type=jpg \
  -o timelapse-yanan-10fps.webm

The command comes from [transcode] Convert your video files to WebM (vp8) format using FFmpeg