Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How record videos from frames #12

Open
jsdario opened this issue Jun 8, 2016 · 1 comment
Open

How record videos from frames #12

jsdario opened this issue Jun 8, 2016 · 1 comment

Comments

@jsdario
Copy link

jsdario commented Jun 8, 2016

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
Copy link
Owner

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. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants