I'm struggling to save this opengl render as a video file. The best I've found is saving the render as a series of .png files and then maybe combining those in After Effects to a video file but I'm wondering if there's an easy way to export some kind of video file directly in Blender.
Any help would be greatly appreciated, thanks.
I figured it out! In the properties panel under the scene tab (camera icon) you can select the file output type as avi raw files.
avi raw will give you a rather large file and some video players won't be able to play it.
For short animations like this, try FFMpeg, mp4 containter and H.264 codec.(mp4 with h264 are the most common these days - avi was the most common a loooong time ago)
Ahh, thanks Wayne. Yeah I was hitting my upload limit with vimeo after like two short videos so switching to FFMpeg will help.