I would like to make a video of my Ogre project. How do you guys do this?
I can think of two approaches: 1. programmatically reading and saving the video and audio buffers each frame, or 2. using an external app that records the screen and speaker output.
I have tried the second approach using ffmpeg but it records the full screen (not just the window I want) and I haven’t figured out how to make it record audio yet.
I am on a Mac. Any ideas are appreciated.