https://github.com/enable3d/three-to-movie
🎥 Transforms your three.js scene into a movie.
https://github.com/enable3d/three-to-movie
Last synced: over 1 year ago
JSON representation
🎥 Transforms your three.js scene into a movie.
- Host: GitHub
- URL: https://github.com/enable3d/three-to-movie
- Owner: enable3d
- Created: 2021-08-01T14:59:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T12:32:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T14:59:17.620Z (over 1 year ago)
- Language: HTML
- Size: 919 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js to Movie
Transforms your three.js scene into a movie.
```bash
# try in the browser (runs at 960x540 pixels)
npm start
# render to video (renders at 1280x720 pixels)
npm run render
# your movie will be the output.mp4 file
```
https://user-images.githubusercontent.com/20306025/127862146-440270e7-fc1b-4a46-aa16-066286ce62ea.mp4
YouTube: [https://youtu.be/tY-wZHosaVY](https://youtu.be/tY-wZHosaVY)