We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I am using the excellent videoExport library that records video from Processing but I need to record audio too.
http://funprogramming.org/VideoExport-for-Processing/
Basically i am wanting to record what is coming out of the webcam on my laptop.
Any idea how i can do that?
Many thanks.
Phil
Answers
You can record the sound using for example minim library, however I don't know if there is a way to output your video combined with the sound. You may need to output video and audio separately and combine them in external editor or look for a java library that is able to do that.
Great, I can combine in post if they are in sync