feat(camera): render anim using ffmpeg

This commit is contained in:
2026-03-31 20:15:30 +02:00
parent d0840759b3
commit fc40e0b798
6 changed files with 111 additions and 26 deletions

View File

@@ -43,4 +43,5 @@ nix = "0.31.2"
rayon = "1.11.0"
lispers-core = {workspace = true}
lispers-macro = {workspace = true}
video-rs = "0.11.0"
video-rs = { version = "0.11.0", features = ["ndarray"] }
ndarray = "0.17.2"