Export your Rewind.ai history into a single .mp4, completely locally
You will of course need Rewind.ai installed, and a copy of ffmpeg:
brew install ffmpeggit clone https://github.com/darnfish/rewind.ai-exporter.git
cd rewind.ai-exporter
yarn
node . | shYou can run estimate.js to view an estimated size of the mp4 output. For example:
$ node estimate.js
Estimated size: 129.68 GiB
MIT