video
22 Views
0
⁣The GL Credits or gl_credits project was based on the credits sequence at the end of almost every movie. Usually text and pictures scrolls from the bottom to the top of the screen. In this case it's polygons drawn with opengl.
I haven't figured out how to add text with freeglut yet.

The way this video was achieved was by using my code to create a series of image files for enough frames for a 3 minute video. The frames were black and white 1 bit per pixel bmp images because it takes the least space. Then I used ffmpeg to turn the frames into a video and add music. In this example I used the Rocky theme.

ffmpeg -i i/rocky.m4a -r 60 -f image2 -i o/d.bmp v/video.mp4
Authentication required

You must log in to post a comment.

Log in