How record videos from frames
jsdario opened this issue · 1 comments
jsdario commented
Is there a way to do it in this state of art? I looked up the package.json
and showed the ffmpeg
command, but did not seem to take of, and on print.js
it looks like we need some tweaking.
mattdesl commented
There is probably a better approach, but what I did was:
- Tick each frame forward and render it to a PNG file in a folder, using numbering 0 - N in filename
- After finishing, use ffmpeg to concat the frames into an mp4
I'm not sure the code is suited right now for this, it might have changed a bit since I wrote the video script. 😄