I’ve created a lovely behavioral paradigm that I’m very proud of and would like to show in a presentation. It contains music, voices, and visual animations. I would like to ‘record’ the experiment to a movie file. I have read about using:
win.getMovieFrame(buffer='back')
win.saveMovieFrames(fileName='some file.mp4')
but, I am using linux and pymedia seems too old to expect to install on my OS (Ubuntu 14.04 LTS 32-bit). I’ve considered simply exporting each frame to .png and then creating movie using ffmpeg, but then I lose my audio component.
I am willing to accept that this isn’t possible, but I thought I’d check with the gurus before giving up. Any suggestions are appreciated.