View Full Version : Raw + jpg
r.morales
27th of July 2008 (Sun), 17:23
Is there a way to keep jpg & raw seperate ? Right now I have to make a raw folder and a jpg folder and select each shot and put in folder .
Mathiau
27th of July 2008 (Sun), 17:44
nope, your camera saves it all in one folder
on your computer,i do the same i make 2 folder RAW and JPEG and move each to each folder after i sorted through via jpegs what i am keeping and what i am not
davidcrebelxt
27th of July 2008 (Sun), 20:08
For windows at least, you could likely make a simple batch or vbscript file wherein if you drag and drop a folder containing both RAW and JPG files onto the batch file, it would create RAW and .jpg subfolders, and then move the files to their respective folders all at once.
Here's what a very simple batch file might look like:
md %1\JPG
md %1\RAW
cd %1
move *.jpg jpg
move *.cr2 raw
r.morales
27th of July 2008 (Sun), 21:18
ThanKs davidcrebelxt but I am on a MAC .
davidcrebelxt
27th of July 2008 (Sun), 21:25
ThanKs davidcrebelxt but I am on a MAC .
I'm sure there is some simple equivalent on a mac. I believe there are a number of scripting languages that come pre-packaged... perhaps another mac user with scripting knowledge could help you out if that's what you're looking for.
-Douglas-
27th of July 2008 (Sun), 21:29
Do you have DPP or LR ? if you do, seems like you could browse and batch!
r.morales
27th of July 2008 (Sun), 21:51
OK on my mac
I went to view
by Icon
then kind .
Seemed to work but all were already sorted so I just took 3 raw +jpg's .
-Douglas-
27th of July 2008 (Sun), 22:06
OK on my mac
I went to view
by Icon
then kind .
Seemed to work but all were already sorted so I just took 3 raw +jpg's .
sounds quite simple and sorted:)
r.morales
27th of July 2008 (Sun), 22:11
should have said it give the cr2 pic's first then the JPG's . They were in rows of 3 but probably depends on Icon size and monitor size .
LotsToLearn
28th of July 2008 (Mon), 05:13
You could use that as an excuse to upgrade to a 1 series body. :)
They let you split save one format to CF and the other to SD if you want.
r.morales
28th of July 2008 (Mon), 09:46
I want to upgrade . but for the ISO and faster shutter speed .
Not because I need it but because I want it .
Guess it's time to buy a lottery ticket .
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.