Skip to content

Why is VideoTrim / VideoFrameList this so slow? #116

@light-matters

Description

@light-matters
(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions