Hi, I'm quite new to automator and got stuck right away in my effort to solve the following:
While copying movie-files in iMovie from one drive to an other iMovie changed the recoding date as listed within the file to the date of the actual file on the drive. Luckily most filenames are like 'clip-1999-12-22 17;21;54.dv' and others like 'Generic_name2003_0621_202457AA.avi'. This information is exactly what's needed to update the EXIF information.
Now I would like to use the filenames to update the recording date within the file (is this EXIF information?).
The flow I expect I have to make is something like:
While copying movie-files in iMovie from one drive to an other iMovie changed the recoding date as listed within the file to the date of the actual file on the drive. Luckily most filenames are like 'clip-1999-12-22 17;21;54.dv' and others like 'Generic_name2003_0621_202457AA.avi'. This information is exactly what's needed to update the EXIF information.
Now I would like to use the filenames to update the recording date within the file (is this EXIF information?).
The flow I expect I have to make is something like:
- Read filename
- Extract year, month, date, hour, minute and second from the file name
- Update the EXIF information with the information extracted from the file name
- Store the updated file