-
Today I've got several problems with VideoExport lib by Hamoid (it is still works fine on Ubuntu, but Windows 10 and Mac OS seems to be broken). What other libraries do we have for exporting video? |
Beta Was this translation helpful? Give feedback.
Answered by
hx2A
Apr 21, 2023
Replies: 1 comment
-
What are you trying to do? Make a recording of a running Sketch? When I do this I will save frames using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Maltiec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to do? Make a recording of a running Sketch? When I do this I will save frames using
py5_tools.save_frames()
and then encode the image sequence with ffmpeg.https://py5coding.org/reference/py5tools_save_frames.html