cl-video icon indicating copy to clipboard operation
cl-video copied to clipboard

Documentation on how it works

Open brandflake11 opened this issue 3 years ago • 1 comments

Hello,

I would like to know how this package works. I want to play some videos with common lisp to sync up audio creation. What is the best way to load a video file and play/stop/pause/scrub?

Thank you for any help you can give.

brandflake11 avatar Apr 13 '22 22:04 brandflake11

Hi, I'm afraid there's not much more documentation than reading the player.lisp to see how it works. That file has a rudimentary player in CLX/X11 window, included for illustration of using the library rather than a finished product. Note that the only video formats supported are MJPEG and GIF, mainly because these leverage already existing CL native libraries for JPEG and GIF file handling.

varjagg avatar Apr 21 '22 12:04 varjagg