cl-video
cl-video copied to clipboard
Documentation on how it works
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.
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.