raspberrypi / raspiraw

Example app directly receiving raw data from CSI2 sensors
BSD 3-Clause "New" or "Revised" License
259 stars 88 forks source link

Speed up post-processing with raw2ogg2anim #72

Closed ruzko closed 2 years ago

ruzko commented 2 years ago

Currently, the raw2ogg2anim tool is single-threaded, and uses very little compute resources. Post-processing can be sped up significantly by using multiple processes to handle the large number of files.

6by9 commented 2 years ago

Closing as covered by PR #73.