Hi
I am following these steps:
http://www.stereofinland.com/?page_id=49
|
|
I pushed some code to collect and check X.509 certificates for Digital Cinema/SMPTE compliance upstream. Checks are following DCI_CTP_v1_1.pdf, chapter 2. See dc_crypto_context.rb.
These certificates, as you know, are used to sign DCPs and KDMs (See make-dc-certificate-chain.rb for PoC code to generate some of those certificates and Cinemaslides to actually use them.)
If you get "unregonized filetypes" error when trying to encode from tiff to j2c, it might be because your tiff image isn't in a correct resolution or bitdepth.
Can you provide some more information regarding your files... Are they 1998x1080, 2048x858, 2048x1080 or 1920x1080?
Or maybe provide which exact error you get. Screenshots or copy/paste of the error.
I have problem at ppm to tiff conversion stageMore close to black, brightness changes stepwise.Code:FOR /F %%i IN ('dir /B "%DIRNAME%\processing\01-pics\left\*.ppm"') DO %IMDIRNAME%\convert "%DIRNAME%\processing\01-pics\left\%%i" -type truecolor -alpha Off -depth 12 -gamma 0.454545 -recolor "0.4124564 0.3575761 0.1804375 0.2126729 0.7151522 0.0721750 0.0193339 0.1191920 0.9503041" -gamma 2.6 "%DIRNAME%\processing\02-transformed\left\%%i.tif"
On upper half - original picture, in lower half - after conversion by ImageMagick:
What is it the?
Bert, can you post an original ppm and your tiff result so we can try to reproduce?
Last edited by Bert Jickty; 04-11-2011 at 04:24 PM.
Bert, well, I can't reproduce (IM 6.5.7-8 here) what you're getting. The IM line you're using is fine. Also, although the linearization part is of the often used approximating type instead of the costlier correct type it wouldn't crush low values that much. Don't know, maybe your IM version is nasty. I'm sure over at ImageMagick Users someone might be able to pinpoint it.
Thanks, Wolfgang! The brother a wolf was right - upgrade to last version ( 6.6.9-5) has helped. People, don't use version 6.5.9-2 of ImageMagick.
And what the "correct type of the linearization part" must be?
Last edited by Bert Jickty; 04-17-2011 at 09:34 AM.
Bert, see http://en.wikipedia.org/wiki/SRGB#Th...transformation for the reasoning behind the math. In short gamma encoded sRGB carries a small linear range (values <= 0.04045 [0,1]) and a powered range (values > 0.04045, powered by 2.4). The resulting slope can be approximated with a 1/2.2 slope but this will crush low end values.
ImageMagick will do the right thing when called with "-colorspace sRGB".
hello
I've built a new (beta, untested) smpte and interop xml subtitles generation tool, from the text generators found inside a Final Cut Pro timeline.
http://www.michaelcinquin.com/tools/...DCP_subtitling
I would appreciate field feedback.
cheers
| « Previous Thread | Next Thread » |