opengl capturing using GLC
Tuesday, March 9, 2010
GLC is a tool that allows recording of opengl renderings done by applications.
Capture
glc-capture -s -o ~/output1.glc ./assignment
Play
glc-play ~/output.glc -y 1 -o - | mplayer -demuxer y4m -
GLC is a tool that allows recording of opengl renderings done by applications.
Capture
glc-capture -s -o ~/output1.glc ./assignment
Play
glc-play ~/output.glc -y 1 -o - | mplayer -demuxer y4m -
0 comments:
Post a Comment