videoTools
About videoTools
|
News/Changelog0.1-6 (under development)* add the possibility to resume a previous session; analogously next.frame() can be used to fetch a frame at a time * use native implementation of IPC for mplayer communication such that we can split bind+listen from accept and thus allow mplayer to be run directly from R. 0.1-5 * use S3 methods (update, close, ==, print) for videodisplay 0.1-4 * cleanups, changed mplayer parameters. Allow the capture of a specified number of frames and store all frames when requested. * add -nosound * vo_dl: allow requested termination; set vo_flags such that the frames are decoded at maximum speed 0.1-3 * fix RGB order in the display * add YUV display support * add decoding support for YUY2, RGB/BGR24 (and partial support for RGB/BGR16) * honor swap flag (for RGB) 0.1-2 * allow independent video windows 0.1-1 * include mplayer patch * improve raw tools to expand raw channels (useful for chroma expansion) and create matrices when asked * add fourcc/int conversion 0.1-0 * First videoTools import |