[Metisse] Doing video capture with metisse
Nicolas Roussel
Nicolas.Roussel at lri.fr
Tue Dec 19 20:10:34 CET 2006
> When I try to view with with xine, they are upside down (very funny
> but not very usable).
That's a feature...
The OpenGL framebuffer is upside-down. Capturing the image without
flipping them is supposed to be faster.
> Is it possible to do capture in "raw" format and convert it later,
> so it doesn't slow the system too much ?
Yes. Use a .nuc suffix (e.g. test.nuc) and later use videoClient
(from nucleo) to view the video or convert it:
videoClient -i test.nuc -f flip-v
videoClient -i test.nuc -f flip-v -o test.mov
Nicolas
More information about the Metisse
mailing list