Are both your CPU cores loaded? yuvdenoise is a bit of a complicated beast I don't think it'd be easy to optimise.
A simple multithreaded optimisation technique is to use slices (less than full height sections of the frame, each section is given to a CPU) However yuvdenoise uses spatial gaussian filtering which would present problems at the slice boundary. The ffmpeg vfilter system makes use of slices. It may be easier to implement these filters using the ffmpeg vfilter system. (although the slice boundary problem will still exist) Does anyone know how to implement spatial filters using slices? Mark On 15/11/2010, at 9:59 AM, E Chalaron wrote: > Thanks Mark > >> No - The heaviest hitting process is causing the bottle neck. Look >> at >> optimising this process to better utilise your machine, >> multithreading >> may help. There is no point optimising the low %CPU processes if >> this is the case. >> > > This is the case. > It seems to be yuvdenoise but I may be wrong. > As for optimising/recoding : in another life, I have not a clue > about that. > Cheers > E > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > Mjpeg-users mailing list > Mjpeg-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mjpeg-users ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users