paulcarson wrote:Thanks Andrew,
tried using ffmpeg, it also stretches the output across the 16 bits. Been throught the whole user manual but nothing there useful.
Paul
Use vapoursynth:
Expr(clip, 'x * 64', vs.RGB48)
This will just shift the bits 6 steps to the left.