#1 (permalink)  
Old 07-10-2009, 02:12 PM
I'm new here!
 
Join Date: May 2009
Posts: 41
Default Handling both JPG and RAW effectively in workflow

I'm curious if I'm the only person with this challenge....

I have my camera set to RAW+JPG, and most of the time I'm shooting out of auto. However, occasionally, especially when my wife is using the camera to actually take a picture with me in the image, the camera (Canon XSi) shoots in auto, and hence only produces a JPG.

I hated using Bridge CS4 to download photos, because it puts JPG/RAW in same directory and hence I have a bunch of duplicates. So, I switched to Downloader Pro by Breeze Systems, which puts JPG files in /destination/JPG/ and RAW in /desination/RAW/. Works great, except if I focus exclusively on the RAW subdirectory for reviewing pictures, I miss any JPG-only images that were shot in AUTO mode.

I can't seem to find any downloader products out there that will download the RAW/CR2 file if it exists, and if not, will download the JPG. Does anyone have a workflow process or software tool that accounts for this? If not, I'm considering building this software.
Reply With Quote
  #2 (permalink)  
Old 07-10-2009, 03:06 PM
sybren's Avatar
dPS +1000 Club
 
Join Date: May 2007
Location: Amsterdam, The Netherlands
Posts: 1,318
Default

Why not just shoot in RAW and teach your wife to shoot in RAW too? It seems to me that you're perfectly capable of handling RAW files, so why the hassle with the two file formats?
__________________
Website: http://stuvel.eu/

Gear: All Canon: EOS 7D • EOS 350D • 10-22mm F/3.5-4.4 USM • 17-55mm F/2.8 IS USM • 70-300mm F/4-5.6 IS USM • 85mm F/1.8 USM • 60mm F/2.8 USM Macro • Speedlite 580EXII, 430EX and 430EXII

Last edited by sybren; 07-10-2009 at 03:13 PM.
Reply With Quote
  #3 (permalink)  
Old 07-10-2009, 03:24 PM
I'm new here!
 
Join Date: May 2009
Posts: 41
Default

I always try to shoot in RAW, but just looking for a process which catches any occurrences were RAW wasn't used and I can still grab the JPG.
Reply With Quote
  #4 (permalink)  
Old 07-10-2009, 05:14 PM
sybren's Avatar
dPS +1000 Club
 
Join Date: May 2007
Location: Amsterdam, The Netherlands
Posts: 1,318
Default

You're the photographer, aren't you? Just make sure you always shoot in RAW, and see the extra work you need for JPEG as a punishment for not checking your settings ;-)

All fun aside, it's quite easy to write a shell script that does the separation in different directories for you:

Code:
#!/bin/bash

mkdir -p RAW
mkdir -p JPEG
mv *.cr2 RAW
mv *.jpg JPEG
That's for Canon (.cr2) RAW files, I'm sure you can change it to whatever you're shooting with. This script works for every current operating system except Windows - if you're using that, ask someone with experience in BAT files ;-)

Personally, I use a Python script to mount my CF card, copy all files to a certain directory on my harddisk, renaming the files on the fly to whatever format I like best. It can easily be extended to place RAW files in a different dir than JPEG. If you want a copy, let me know - just know that it only works on Linux (or any other system that has the org.freedesktop.Hal DBUS service).
__________________
Website: http://stuvel.eu/

Gear: All Canon: EOS 7D • EOS 350D • 10-22mm F/3.5-4.4 USM • 17-55mm F/2.8 IS USM • 70-300mm F/4-5.6 IS USM • 85mm F/1.8 USM • 60mm F/2.8 USM Macro • Speedlite 580EXII, 430EX and 430EXII
Reply With Quote
  #5 (permalink)  
Old 07-10-2009, 08:01 PM
I'm new here!
 
Join Date: May 2009
Posts: 41
Default

Thanks, but again, what I'm actually looking for is a mechanism to download the RAW/CR2 file if it exists for an image, and if not download the JPG. Alternatively, I could download all files and have a batch script delete the JPG if a CR2 exists for that image, or leave the JPG alone if no CR2 exists. I would consider this very useful.
Reply With Quote
  #6 (permalink)  
Old 07-10-2009, 10:40 PM
sybren's Avatar
dPS +1000 Club
 
Join Date: May 2007
Location: Amsterdam, The Netherlands
Posts: 1,318
Default

The easiest way of getting a computer to do what you want it to do, is learn how to program The easiest way to get started is by learning Python, Python Programming Language -- Official Website

Really, it's not that difficult, but the flexibility to get your computer to do what you want it to do is very comfortable and fulfilling.
__________________
Website: http://stuvel.eu/

Gear: All Canon: EOS 7D • EOS 350D • 10-22mm F/3.5-4.4 USM • 17-55mm F/2.8 IS USM • 70-300mm F/4-5.6 IS USM • 85mm F/1.8 USM • 60mm F/2.8 USM Macro • Speedlite 580EXII, 430EX and 430EXII
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

What’s Your Preference?

Daily Digest

Each day we send out a quick email to thousands of DPS readers to notify them of updates. This email is just short excerpt of the first few lines of our latest post with a link if you want to read it all. You can unsubscribe from this this service at any time.

This service is provided by a third party (Feedburner) and you can subscribe to it by leaving your email address in the following field and confirming your subscription when you get an email asking you to do so.

Enter your email address for
Daily Updates:

Weekly Summary

For those wanting a weekly summary of what happens on this site this free email newsletter is probably your best option. It includes a summary of the tips posted to the site each week. This newsletter is subscribed to by over 25000 readers (many who also subscribe to the other options above) - come join the community!

To subscribe to this weekly newsletter simply add your email address to the following field and then follow the confirmation prompts. You will be able to unsubscribe at any time.

Enter your email address for
Free Weekly Newsletter:

 
SEO by vBSEO 3.3.0