|
|||
|
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. |
|
||||
|
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. |
|
||||
|
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 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 |
|
|||
|
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.
|
|
||||
|
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 WebsiteReally, 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 |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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:
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: