Producing AVI files with OpenGL window.
-
Hi Everybody, I wonder if any body could help with some code sample to show how it is possible to produce AVI files from the animated OpenGL view in an MFC application? The basic idea is this: - To capture the left mouse button while dowm and moving it to capture the sequence and then produce DIB from each move so then we could add them as single frames into the AVI stream file and writing it at the end. I know saying it is easy, but I've got to do this soon :) Any help will really be appreciated and of course full credit will be given in the app for the same. My app is a 3D graphic OpenGL/MFC based. Thanks in advance, Masoud
-
Hi Everybody, I wonder if any body could help with some code sample to show how it is possible to produce AVI files from the animated OpenGL view in an MFC application? The basic idea is this: - To capture the left mouse button while dowm and moving it to capture the sequence and then produce DIB from each move so then we could add them as single frames into the AVI stream file and writing it at the end. I know saying it is easy, but I've got to do this soon :) Any help will really be appreciated and of course full credit will be given in the app for the same. My app is a 3D graphic OpenGL/MFC based. Thanks in advance, Masoud
Hi Masoud, No one replied, so am just replying to myself. O.K., its done, ready and fully functional as I exactly wanted it. Thanks to myself! Masoud