Page 1 of 1
Recording Ogre video and audio
Posted: Sun Oct 08, 2023 8:24 pm
by chilly willy
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.
Re: Recording Ogre video and audio
Posted: Mon Oct 09, 2023 12:21 pm
by sercero
Hello,
I recommend you use OBS Studio https://obsproject.com/es/download.
You don't have to modify anything on your code and it can record the gameplay.
Also if you want more advanced features like filters and even recording yourself talking over the gameplay (like a streamer) you can do that.
I think it is a valuable skill to know how to use this program.