Aug 15, 2006 #1 tsechov Programmer Aug 15, 2006 1 HU hi everyone, i'd like to know if there is a possible solution for rotating a video stream. thanks in advance
hi everyone, i'd like to know if there is a possible solution for rotating a video stream. thanks in advance
Aug 18, 2006 #2 schu MIS Jun 21, 2001 188 HK I rememebr something about AVI functions returning a bitmap. I guess you can use a function to rotate it. Another way I thing is use OpenGL, and put the bitmap as a texture, Then you rotate the object and the movie can be rotated whilst still playing. try this link. The tutorial is in C++, but Delphi source at bottom http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35 Upvote 0 Downvote
I rememebr something about AVI functions returning a bitmap. I guess you can use a function to rotate it. Another way I thing is use OpenGL, and put the bitmap as a texture, Then you rotate the object and the movie can be rotated whilst still playing. try this link. The tutorial is in C++, but Delphi source at bottom http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35