I am trying to use JCodec to make a screen-recording software in Java.
I am having trouble finding where AWTSequenceEncoder
is located, or if it even exists in JCodec still.
I am using JCodec 2.5.0 for javase. Java 8. Does anyone know if this class (AWTSequenceEncoder
) still exists in the library or do i have to use a copy-pasted version of the file from JCodec's github?
thanks! gavin