Re: Rendering video
"Pierre R. Mai (as pmai at pmsf dot de)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Organization | PMSF IT Consulting Pierre R. Mai |
| Message-ID | <[email protected]> |
On 9/9/25 14:57, Erik Ronström (as erik dot ronstrom at doremir dot com) wrote: > Hi, > > I want to render a video file from LispWorks, using a series of still images. Any tips for how to go about doing that? Any specific packages? So far I’ve only found cl-video, which seems to be a decoder rather than an encoder. Probably ffmpeg is the canonical way of doing this nowadays, as it tends to have the most versatility and decently tuned implementation, e.g. ffmpeg -framerate 30 -pattern_type glob -i '*.png' out.mp4 and sprinkle in the necessary options to get the codecs, color formats, etc. you want/need. I've not run into anything lispy, but then I haven't really looked given ffmpeg... Regs, Pierre. > Erik > > > > _______________________________________________ > Lisp Hug - the mailing list for LispWorks users > [email protected] > http://www.lispworks.com/support/lisp-hug.html -- Pierre R. Mai <[email protected]> PMSF IT Consulting Pierre R. Mai http://www.pmsf.de/ Blumenstr. 4 / Büro Waldweg 4 Goethestr. 32 85417 Marzling 87724 Ottobeuren Tel. +49(0)8161/976 96 - 11 +49(0)8332/936 69 13 Fax +49(0)8161/976 96 - 51 +49(0)8332/936 69 03 Germany VAT ID / USt-ID Nr: DE 212838159 _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html