Hey Scrax! How are you buddy? Just tested the latest version with 32gb file and this is what I got:
raw2dng converter GUI for OsX
Beta ver.0.11
M05-1921 File Supported
Generating jpg preview
dyld: Library not loaded: /usr/local/lib/libexiv2.10.dylib
Referenced from: /Users/KMA_WWC/Desktop/RAWToDNG/raw2dng.app/Contents/Resources/ufraw-batch
Reason: image not found
/Users/KMA_WWC/Desktop/RAWToDNG/raw2dng.app/Contents/Resources/script: line 31: 1674 Trace/BPT trap: 5 "$UFRAW" --out-type=jpg --out-path=../"$FILE_NAME"_jpg *.dng >> "$LOG"
Generating avi preview
dyld: Library not loaded: /usr/local/Cellar/ffmpeg/1.1.3/lib/libavdevice.54.dylib
Referenced from: /Users/KMA_WWC/Desktop/RAWToDNG/raw2dng.app/Contents/Resources/ffmpeg
Reason: image not found
/Users/KMA_WWC/Desktop/RAWToDNG/raw2dng.app/Contents/Resources/script: line 31: 1676 Trace/BPT trap: 5 "$FFMPEG" -i ../"$FILE_NAME"_jpg/%6d.jpg -vcodec mjpeg -qscale 1 ../"$FILE_NAME".avi >> "$LOG"
Is this normal? It also created txt log file inside the dng folder, and also created separate empty jpeg folder. Not sure if its ok or not, but just wanted to report it.
Good report, those are the things that I can't easily find out, dependencies

So the app ufraw-batch needs more thing to work. Will try something else like ImageMagick to convert the dng.
the text log is a new addition that should have the conversion to dng report, the jpg folder is empty because of ffmpeg error
Nicely done with the update. Now, I had a dream last night about adding ProResHQ 422 or 444 and cinema DNG to the jpg and avi converter
. Would that be possible?
Thanks again Scrax, for the app of the year
//D
It can be done if there are command line tools that do it, any suggestion?from wikipedia:
On 29 October 2011, FFmpeg introduced a free encoder, enabling ProRes 422 encoding on all FFmpeg supported platforms.
so if i can solve the ffmpeg dependencies problem ProResHQ 422 should be possible. for CinemaDNG I'm waiting for responses from Thomas Worth, he could probably help us to add it.
EDIT: Just converted to ProRes, if someone want to try, you will have to right click and select "show package contents" on raw2dng.app
The navigate to the Resources folder and open the file script in TextEdit
find this line
"$FFMPEG" -i ../"$FILE_NAME"_jpg/%6d.jpg -vcodec mjpeg -qscale 1 ../"$FILE_NAME".avi
and change it to that:
"$FFMPEG" -i ../"$FILE_NAME"_jpg/%6d.jpg -vcodec prores -profile:v 3 -qscale:v 1 ../"$FILE_NAME".mov