Author Topic: Ingest  (Read 4074 times)

Offline Roger Caris

  • Newcomer
  • *
  • Posts: 9
    • View Profile
Ingest
« on: August 12, 2008, 05:55:12 AM »
On ingesting multiple cards, files can be sorted by capture time in PM. Is it possible that during ingestation files can be simultaneously
sorted by capture time in explorer.


Using
PM 4.5.3.1
Win XP x64
8GB RAM

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24786
    • View Profile
    • Camera Bits, Inc.
Re: Ingest
« Reply #1 on: August 12, 2008, 06:50:20 AM »
On ingesting multiple cards, files can be sorted by capture time in PM. Is it possible that during ingestation files can be simultaneously
sorted by capture time in explorer.

Do you mean that you want us to set the creation date of your files to the capture date so that Windows Explorer will list them in that order?

-Kirk


Offline Roger Caris

  • Newcomer
  • *
  • Posts: 9
    • View Profile
Re: Ingest
« Reply #2 on: August 12, 2008, 10:07:04 AM »
Can I clarify what I want.

I am downloading four cards from four cameras taken at a wedding simultaneously into a folder in explorer. I am using a hub with four card readers attached. All the camera times have been previously synchronised. I want all the files in the Explorer folder to be numbered in order that the pictures were taken.

I have said it like that because I am not certain of the distinction between capture time and creation time.

In effect I want PM to sort the files as they are downloaded.

Can this be done?

Roger

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24786
    • View Profile
    • Camera Bits, Inc.
Re: Ingest
« Reply #3 on: August 12, 2008, 12:32:48 PM »
Can I clarify what I want.

I am downloading four cards from four cameras taken at a wedding simultaneously into a folder in explorer. I am using a hub with four card readers attached. All the camera times have been previously synchronised. I want all the files in the Explorer folder to be numbered in order that the pictures were taken.

I have said it like that because I am not certain of the distinction between capture time and creation time.

In effect I want PM to sort the files as they are downloaded.

I suggest doing the rename of the files after the Ingest completes.  Open all of the images into a single contact sheet (if they're in the same folder then you're all set.  If they're not, then you'll need to open each folder into the same contact sheet.)

Then change the Sort popup menu in the toolbar to "Capture Time".  Then select all of the images.  Then use the Rename command to rename them with the sequence number.  Then when you sort your images in Windows Explorer by filename, they'll be in the same order.   Be sure to start your sequence number with enough leading zeroes.  For instance if you have 1000 (or more) photos, set your sequence number to 0001.  This will make the names more sortable.

HTH,

-Kirk


Offline SamFrost

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • Sam Frost Photography
Re: Ingest
« Reply #4 on: August 14, 2008, 09:25:48 AM »
 Be sure to start your sequence number with enough leading zeroes.  For instance if you have 1000 (or more) photos, set your sequence number to 0001. 

Any chance this could be automated if reset?  So that PM will realise that you are renaming 1000 files and start the count at 0001 if you hit the reset button?

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24786
    • View Profile
    • Camera Bits, Inc.
Re: Ingest
« Reply #5 on: August 14, 2008, 09:33:48 AM »
 Be sure to start your sequence number with enough leading zeroes.  For instance if you have 1000 (or more) photos, set your sequence number to 0001. 

Any chance this could be automated if reset?  So that PM will realise that you are renaming 1000 files and start the count at 0001 if you hit the reset button?

The Ingest dialog doesn't know how many photos are to be copied until it scans for the files.  This is complicated further by potential Incremental Ingests.

-Kirk


Offline nharnik

  • Full Member
  • ***
  • Posts: 124
    • View Profile
Re: Ingest
« Reply #6 on: August 14, 2008, 11:24:19 AM »
I suspect that if all 4 cameras are perfectly synchronized for time, then you can ingest all photos, from your 4 cameras into one folder, and rename the photos upon ingest (ingest dialog box) using the following tokens:
{hour24}{minute}{second}
To distinguish which camera shot an image, add the {id} token to the above. (the {id} token is the user comment in the camera, so you would have to input in every camera a different comment such as initials, camera1; camera2, etc)
the string will look like this:
{hour24}{minute}{second}{id}
if your cameras shoot several frames per second, Photo Mechanic will automatically append an a;b;c;d... to the end of the file name.
And in the folder, all shots from the 4 cameras will be sorted by name, which is the same as by time, which is what you wanted.
hth, nati