1 | initial version |
Hi!
I was also unable to make the Lagarith codec only work with grayscale images (maybe it's prepared for color images only?).
I use the following workaround: for every three grayscale frames in the video, I stack them creating a false color image. Then I save this image using the Lagaryth codec.
Of course, this solution is not good if you want a standard video player to reproduce your video. In my case I just want to archive the images in compressed format, and read them from another script.