Record video and audio in Proccesing

edited September 2015 in Library Questions

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

  • Answer ✓

    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

Sign In or Register to comment.