color-wander icon indicating copy to clipboard operation
color-wander copied to clipboard

How record videos from frames

Open jsdario opened this issue 9 years ago • 1 comments

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.

jsdario avatar Jun 08 '16 21:06 jsdario

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. :smile:

mattdesl avatar Jul 24 '16 15:07 mattdesl