scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56 stars 2 forks source link

Deal with Wolfram video type #115

Closed light-matters closed 1 month ago

light-matters commented 2 months ago

Currently, Wolframite spits back a list of video options (A form) instead of the actual video stream.

We should learn how to pipe this through to other functions seamlessly. Can take inspiration from how tools.hiccup.view is implemented?

(Video /home/ctw/Documents/Wolfram/Video/VideoTrim-2024-09-14T12-07-28.mp4 (-> Appearance Automatic) (-> AudioOutputDevice Automatic) (-> AudioTrackSelection []) (-> PlaybackSettings {}) (-> SoundVolume Automatic) (-> SubtitleTrackSelection []) (-> VideoTrackSelection [1]))

Marked this as a bug and an enhancement because it's important missing functionality.

holyjak commented 1 month ago

@light-matters is this a duplicate of https://github.com/scicloj/wolframite/issues/118 or what?

light-matters commented 1 month ago

must be

light-matters commented 1 month ago

Duplicate of #118

(even though it's older :) )