Creating MPEG/MOV from LWJGL program

Started by ayco, February 12, 2012, 13:11:46

Previous topic - Next topic

ayco

I am an experienced Java developer, but a total newby to graphics programming, so my question may be sort of brain dead, but how do I write my graphics out to mpeg or some other video format that I can upload to YouTUBE/Vimeo?

Somehow I could not get this googled (e.g. LWJGL + mpeg leads nowhere)

I want to make video art, not games, with LWJGL. So I am not really interested in displaying my stuff in a native window.

Thanks.

Ayco

Mickelukas

The easiest is to use something like Fraps. Only pursue doing it from java if you're either:
a) Really bored (in which case you have all the time to figure it out ;) )
or
b) Very experienced and have a very specific need for doing it from inside the program (in which case you shouldn't have to ask ;) )