Here’s a little tool to create mosaics from video files as a simple way to preview the content as a single image. It offers a number of options, from the size and number of thumbnails to scene detection. You can clone the repository from here:https://github.com/flipswitchingmonkey/MosaicMaker(I’ve also uploaded a packaged binary version for convenience)
Category: Uncategorized

Cinema 4D – convert XYZ data to Point Cloud
Here’s a simple little script to turn your XYZ data (that you could get out of Photogrammetry software, for example) into point geometry within Cinema 4D. Since XYZ is a very, very simple format to store data, there’s little in terms of error checking or whatever. It’s just a long list of numbers with one […]