View Full Version : Importing a DNG image sequence
TomArrow
3rd March 2019, 00:30
Any plugin to import a DNG image sequence? I tried ImageSource and ffvideosource, and both actually load an image, but they only load some very low resolution image, my best guess is that it's the embedded thumbnail of the DNG.
What can I do?
Groucho2004
3rd March 2019, 01:02
Give this a whirl:
https://forum.doom9.org/showthread.php?t=135928
TomArrow
3rd March 2019, 03:34
Give this a whirl:
https://forum.doom9.org/showthread.php?t=135928
Thanks, I tried this, but it fails with an exception: Avisynth open failure: ImmaRead: couldn't open picture file: severity=1ef,reason=RegistryKeyLookupFailed 'CoderModulesPath' @ error/module.c/GetMagickModulePath/670, decription = (null)
With that said, it only seems to support 8 bits per channel, which makes it unfortunately useless for me, because the dng files I have have very low signal intensity and thus at 8 bit the values would probably all fluctuate around 1-10, so basically be almost black and with unacceptably strong banding.
Any plugin to import a DNG image sequence? I tried ImageSource and ffvideosource, and both actually load an image, but they only load some very low resolution image, my best guess is that it's the embedded thumbnail of the DNG.
What can I do?
DNG is just TIFF with extra metadata tags. You'll want to demosaic (debayer) the raw image data first. You can use RawTherapee, Adobe Camera Raw, dcraw, darktable, etc. to batch convert the entire sequence to TIFF/PNG/JPG/whatever. Then you can open that sequence with your plugin of choice.
Note that there is also CinemaDNG, which is DNG with yet more tags. You can edit such sequences directly with Resolve (it does the demosaic on the fly).
TomArrow
4th March 2019, 16:49
DNG is just TIFF with extra metadata tags. You'll want to demosaic (debayer) the raw image data first. You can use RawTherapee, Adobe Camera Raw, dcraw, darktable, etc. to batch convert the entire sequence to TIFF/PNG/JPG/whatever. Then you can open that sequence with your plugin of choice.
Note that there is also CinemaDNG, which is DNG with yet more tags. You can edit such sequences directly with Resolve (it does the demosaic on the fly).
Thanks. I am aware of those options. But we're talking about really long sequences. Hundreds of thousands of dng files, each around 10 MB. So basically around 2 TB of data. As demosaiced 16-bit tiffs, they use more than twice that amount, which makes that approach unfortunately impossible due to lack of hard drive space available. I need a way to import them directly.
Resolve is a possibility, but it doesn't quite allow me to do all the kinds of adjustments I want to make.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.