[Kdenlive-devel] Color correction tools: How and where to implement them?
jb
jb at kdenlive.org
Thu Jul 22 17:03:39 UTC 2010
On Thursday 22 July 2010 15.50:10 Simon Eugster wrote:
> Something else:
> When activating realtime and auto-refresh in one of the scopes, the
> speed when playing clips changes. I'm not sure, but perhaps this is
>
> because of:
> > m_activeRender->extractFrame(m_activeRender->seekFramePosition())
>
> which I use for retrieving the current frame (perhaps there's a better
> way?). Any idea? (I'd disable realtime for the release otherwise.)
Yes...
The frame is available to the renderer in the "consumer_frame_show" function
in renderer.cpp, so we should be able to use it instead of requesting it
again.
I can have a look in the next days if you want.
Regards
jb
More information about the Kdenlive
mailing list