> We're trying to create a movie using mediarecorder but the output
> is quite choppy. For example, we've recorded the 'spinning jet'
> demo, and when played back, it's not smooth at all.
is done by reading pixels back from the graphics framebuffer -
which is competing with the program you're trying to record.
This process isn't guaranteed for either throughput or for
fluidity. It does, however, work well enough to produce animated
movies for demo or training purposes.
m.
--