for %%f in (*.raw) do copy /b 1.hdr + %%f %%~nf.dng(inside .bat file)
I still have absolutely no idea what anything you post here means
If you are making a DNG out of CHDK raw, you must also reverse the byte order somewhere.
Of course I must, and I have
Hmm, then why save the header separately ?
Maybe OT, but in CHDK, I'd like to add a "fast DNG" option of some kind that saves the header + a CHDK raw (not byte reversed, not bad pixel patched). I don't want to generate an invalid DNG, so I thought about saving the header separately, but even in that case I think that making a new "not-dng" format (essentially, a new header + dng header + raw data) that is trivially convertible to DNG would make more sense. Less trouble to keep all the data together, and less stress on the canon filesystem code, which eventually falls down with too many image files.
Personally I don't like idea to increase number of non-standard RAW formats.
Maybe we can increase speed of DNG saving:-using some DNG 1.3 tags to avoid bad pixels patching. Unfortunately, dcraw still not supports such tags .
-copying with reversin whole RAW buffer to another buffer to avoid double reversing. In this case RAW/DNG can be saved even after shoot. Example of "delayed raw" imlementation in my private build - http://trac.assembla.com/a710/browser/core/raw.c
Started by genki RAW Shooting and Processing
Started by mustagh RAW Shooting and Processing
Started by Microfunguy « 1 2 » General Discussion and Assistance
Started by philmoz RAW Shooting and Processing
Started by Morphos Creative Uses of CHDK