Hi,
I have 10 bits images, phisically stored in 16 bits files.
I am looking for a way to produce a lossless mp4 movie out of them, and to get the images back.
PNG --> MP4 --> PNG
I correctly managed to do it with 8 bit images, but for some reason I can't do it with 10 bits ones.
Of course, I compiled x264 with the option to use 10 bits of depth.
I actually get a warning about the "full-chroma interpolation for destination format 'rgb48le' not yet implemented", and I guess it has something to do with it.
Any idea on how to do it?
A single channel lossless 10 bits encoding/decoding procedure would also help.
Thanks.