Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - vagavr

#1
Recently I experienced this wrong -Blacklevel problem with ~400GB of mk3 mixed RAW and MLV clips.
I dont like waste my time to do bot-work, so I write this two very simple windows batches.

First one exports RAW file to dng via raw2dng and correct -Blacklevel with exiftool.
To use you need to drop RAW (dont forget to concatenate RAW+R01+R02 etc.) files onto it.
https://docs.google.com/file/d/0B9mHlWQzMRjRNDd4ZUJ6MFFqOXc/edit

Second one corrects mlv files with mlv_dump. To use you need to drop folders with mlv files onto it.
https://docs.google.com/file/d/0B9mHlWQzMRjROGlTcVVIbHAtVTQ/edit

Do not forget to include path to folders with raw2dng, exiftool and mlv_dump into the Windows path variable, or use the full paths in the script.

This scrips are very stub and adapted to my case, but i hope they will be useful for somebody.