For exporting Motion Vectors it would be essential to be able to scale the velocity to avoid clipping or flickering. Right now the vectors seem to be normalized (detailed infos missing in documentation), which will introduce flickering because the values scale differently over time.
So new parameters:
[ ] normalize vectors per frame
[ ] scale factor
With that in mind it would be equally important to have 16-Bit Color Precision for PNG files. I know this is not that essential for small resolutions, but with sprites larger than 256 it becomes obvious.
Thanks a lot for making EmberGen so flexible for different pipelines!