1 Oct 2005 14:37
Re: patch: x264 visualization in OpenGL
Patryk Pomykalski <pomyk <at> sphere.pl>
2005-10-01 12:37:09 GMT
2005-10-01 12:37:09 GMT
On Tue, 27 Sep 2005, Hansong Zhang wrote: > Hi, > > > > I put together an OpenGL version of the visualization tool in x264. Being > OpenGL, it works on both Win32 and Linux. The patch is attached. A new file, > common/display-opengl.c, implements the same interface as defined in > display.h. A new configure option, --visualize-ogl, is also added. Note that > you can use either -visualize or -visualize-ogl, but not both. > > With most Linux installations you don't need anything special to use this > patch; the same with Win32. > I managed to compile it under cygwin by changing LDFLAGS: LDFLAGS="$LDFLAGS -L/lib/w32api -lopengl32 -lglu32 -lgdi32" But the visualization window stops responding after I do anything (resize, select different window etc) and the encoding still works. -- -- Pomyk
RSS Feed