On Sun, Dec 20, 2009 at 03:24:09PM -0000, Phil Rhodes wrote: > What would be VERY useful is the ability to put 1D or 3D lookup > tables on footage and it strikes me this is best done in stream > procs on a GPU. So, perhaps this isn't an entirely daft > conversation. This has been implemented since years, for 1D LUT see -vo gl:yuv=4:customtex=... for the 3D LUT see yuv=6, though that can not (yet) be changed except by changing the code. However it doesn't quite apply to DPX since that is RGB, and processing RGB data is only starting to work right now.