Andrew:  interesting testing.  We will add the 3 opts files of utvideo.qt, r210.qt, and v210.qt -- you never know who might want them.  As far as pixel formats go, you would not believe how "smart" the correlation between CinGG and ffmpeg is.  In the Video wrench for qt menu, there is Pixels textbox field with a down arrow.  When you click on that down arrow to the right, it is so smart that it shows you the legal pixel formats.

just trying various codecs ...

mov utvideo
pix_fmt=yuv444p
threads=2
...
Also, I think strange  codec called
v210 is still missing,
...
also there is
r210            Uncompressed RGB 10-bit
...
but I haven't added pixel formats info ....

r210 seems to demand gbrp10le

and v210 accept yuv422p10le or yuv422p, so I think v210 should use  yuv422p10le ?

Legal pixformats for utvideo are: gbrp, gbrap, yuv422p, yuv420p, yuv444p
Legal pixformats for v210 are: yuv422p10le, yuv422p
Legal pixformats for r210 are: gbrp10le