Re: write/convert JOGL animation to .mov or .wmv or ogg
Posted by Sven Gothel on Mar 04, 2012; 7:22pm URL: https://forum.jogamp.org/write-convert-JOGL-animation-to-mov-or-wmv-or-ogg-tp3798456p3798759.html
On 03/04/2012 08:00 PM, Demoscene Passivist [via jogamp] wrote:
>
>
> U can use the utility class com.jogamp.opengl.util.awt.Screenshot. With the
> method Screenshot.readToBufferedImage() u can read the rendered image back
> from the GPU and convert it to a BufferedImage.
>
> Stg like this:
>
>
> The BufferedImage can then be easily writte to a PNG:
>