Capturing JOGL animations into video (MPEG/AVI)
Posted by Ayco on Nov 29, 2012; 9:17pm
URL: https://forum.jogamp.org/Capturing-JOGL-animations-into-video-MPEG-AVI-tp4027311.html
I have seen JOGL animations on YouTUBE, Vimeo and this site, but all JOGL tutorials only talk about how to create JOGL animations within an AWT window. So how then are these YouTUBE videos created? How I can capture/save the output of JOGL code into an MPEG or AVI file - rather than have it appear in an AWT/Swing app? Is there something like an "MpegOutputStream" that I can somehow write to using JOGL?
Can someone point me to some literature (or answers of course)?