-
Dynamic lossless image Seq intermediate
Dear Cow
I’m optimizing an ffmpeg cluster for DCP creation and I have a question on a format.
I’m doing an output to image sequence for later DCI j2c encoding.
The most robust way is to do RGB 16bit tiff output. But sometimes this is a bit of an overkill.>> Is there a fast image format that takes into account, what quality the original movie image has?
Meaning that the image has to be lossless, BUT better just save what the original contains, instead of just blowing it up to 16bit in any case…
I know jpeg2000 has a lossless specification, and does a good analysis on the original, but it’s terribly slow while encoding. PNG seems to be fast and dynamic, but it’s limited to 8bit…
Thanks to any suggestions!
Best
M