V565 TODO: Make video saving faster in compressed mode
description
Saving video is very slow when the compressed flag is set.
The problem may be that it is currently doing that work in the threadpool, which is reducing the amount of CPU the video writer thread. It may be faster running on its own thread.
Alternatively, the video compression settings should be looked at and tweaked.