Log in

View Full Version : lossless codec for RGB48


feisty2
17th March 2015, 07:02
hey to all u guys here, :)
never been to this section of the forum before
got a tiny little problem here, I need a lossless video codec that got support for RGB48 colorspace and .mov or .mxf container
I would go uncompressed raw + .mov usually, but this time, the uncompressed raw filesize exceeds the HDD storage not much, just a little bit
I suppose a lossless codec could help me out here?

the codec needs to:
1. be lossless
2. got support for RGB48
3. got support for .mov or .mxf (or .mov or .mxf got support for the codec)

any suggestions about which codec shall I pick? :thanks:

kolak
17th March 2015, 09:19
There isn't any?

Ffv1 can do 16bit yuv444+alpha and rgb 12bit, but not 16bit (at least last time when I checked it).
Your only hope is ffmpeg- check there, their huffyuv does 14 bit, but not 16.
Magicyuv has non-free version for RGB 10bit.

feisty2
17th March 2015, 10:40
I'll try FFV1
convey RGB48 on a fake YUV444P16 colorspace (y=R u=G v=B)
:thanks:

kolak
17th March 2015, 13:56
Ffv1 is very slow, try ffvhuff it's faster and will do 14bit RGB or 16bit YUV.