https://github.com/darnfish/rewind.ai-exporter
Export your Rewind.ai history into a single .mp4, locally
https://github.com/darnfish/rewind.ai-exporter
Last synced: 8 months ago
JSON representation
Export your Rewind.ai history into a single .mp4, locally
- Host: GitHub
- URL: https://github.com/darnfish/rewind.ai-exporter
- Owner: darnfish
- Created: 2023-03-29T21:05:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T07:32:25.000Z (over 2 years ago)
- Last Synced: 2025-04-30T15:18:34.194Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rewind.ai Exporter
Export your Rewind.ai history into a single .mp4, completely locally
## Requirements
You will of course need Rewind.ai installed, and a copy of ffmpeg:
```sh
brew install ffmpeg
```
## Usage
```sh
git clone https://github.com/darnfish/rewind.ai-exporter.git
cd rewind.ai-exporter
yarn
node . | sh
```
You can run `estimate.js` to view an estimated size of the mp4 output. For example:
```
$ node estimate.js
Estimated size: 129.68 GiB
```
## License
MIT