(def path--attention-test
"resources/attention-test--higher-res.webm")
(def frames
(-> path--attention-test
w/Video
(w/VideoTrim [12 24])
(w/VideoFrameList 20)
wl/eval))
I feel like all of the work should be on the Wolfram side so why does it take so long (ten minutes so far)? Is it because it's passing all of the image pixels back over to Clojure in a very inefficient way?