video_write_gif — VIDEOCUBE export op

• Data kinds: rgbvideo → text

• Call: import fullseye as fs; fs.ledger.video_write_gif(frames, path: 'str', fps: 'float' = 10.0) -> 'str' (to call the implementation directly, import videocube; videocube.video_write_gif(frames, path: 'str', fps: 'float' = 10.0) -> 'str'; from the registry, opsvideocube.get("video_write_gif"))

Usage

> This operator's description has not been translated yet. The original text follows as it is.

フレーム列をアニメーション GIF に書く(`text` = 書いたパス)。使い回しの出口。

`frames は灰の video (T, H, W) か色の rgbvideo` (F, H, W, 3)。float は [0, 1] を 0..255 に、

整数はそのまま uint8 に(範囲外は切る)。全フレームを保存する(Pillow は前と同じ絵を 1 コマに

畳んで数を減らすので、`video.write_video` の全コマ保存経路を使い、書いた後に枚数を読み戻して確かめる)。

Pillow が無ければ ImportError(optional 依存)。`path は .gif` で終わること。

>>> video_write_gif(video_cube_orbit(clip, n_frames=24), "out/cube.gif", fps=12)

'out/cube.gif'

Detailed usage guide

• videocube family guide

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this op)

• poc_video_cube — py -3.11 examples/poc_video_cube.py

Ops the type connects to (they accept text as input)

—

Same category (export)

—


*Provenance: videocube.py — VIDEOCUBE operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.