I've created a nice effect that I like in WPF, I'd like to be able to "record" this effect. But it is choppy during run-time.
Is there a way I can convert it to a frame-by-frame process and save it as a video myself instead of trying to record it during playback?
Basically I'd like to render WPF as a video, or list a series of frames saved as bitmaps.
Key thing is to be able to record the animation with out the choppiness.