Fermentation tracker for making the best bread possible.
- Copy image folder from Pi to here
- Run analysis in Jupyter Notebook
- Export gif
- Copy gif to Final Images folder
- Run the following to convert to mp4 (optional)
ffmpeg -i timelapse.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" timelapse.mp4
Saving figures from Jupyter Notebook have transparent backgrounds, which don't render as nicely on the web. To make the background white, use:
convert -flatten img1.png img1-white.png