Shirakumo / trial

A fully-fledged Common Lisp game engine
https://shirakumo.github.io/trial
Other
1.02k stars 49 forks source link

Movie support? #82

Closed kflak closed 2 months ago

kflak commented 2 months ago

Hi,

Looking into finding a good cl-replacement for openFrameworks, but the big obstacle these days is the support for playing back and manipulating movie files. Is this possible or even plausible within the trial framework?

Shinmera commented 2 months ago

Trial only supports playing back Theora files. If you're looking for video codec and manipulation, this is not the place.

kflak commented 2 months ago

Ok, thanks for the quick response!