Re: Jpeg2000 encoding for digital cinema
Posted: 2010-02-26T13:14:55-07:00
Jusiponen,
good catch with the -resize, another magick trick in the bag, thank you. Never had issues with playing my panny's 1920x1080 (specified as such in a CPL's ScreenAspectRatio tag), though (tried on XDC G3 and Doremi). I'm avoiding scaling wherever I can.
Wrt audio: Yes, let's find a better way. sox comes to mind. For now I'm exporting broadcast wavs from ardour which is tedious.
Wrt sRGB gamma: It's (approximately) 2.2 and not, like my previous posting might be read, 1/2.2. The latter (0.4545...) would be used to (approximately) linearize sRGB material. Like
good catch with the -resize, another magick trick in the bag, thank you. Never had issues with playing my panny's 1920x1080 (specified as such in a CPL's ScreenAspectRatio tag), though (tried on XDC G3 and Doremi). I'm avoiding scaling wherever I can.
Wrt audio: Yes, let's find a better way. sox comes to mind. For now I'm exporting broadcast wavs from ardour which is tedious.
Wrt sRGB gamma: It's (approximately) 2.2 and not, like my previous posting might be read, 1/2.2. The latter (0.4545...) would be used to (approximately) linearize sRGB material. Like
Code: Select all
convert srgb.tiff -gamma 0.454545454545455 [color transform] -gamma 2.6 dci.tiff