The Final Frontier

Parts 1-3 covered photos. But what about video?

Video files have historically been second-class citizens in metadata tools. The dates are stored differently (QuickTime atoms instead of EXIF), the format support is inconsistent, and most tools simply ignore them.

Not anymore.

This guide covers:

  1. Video Date Editing — Full QuickTime metadata support
  2. Timezone Correction — Fix offset errors properly
  3. Date Consistency Validation — Visual mismatch detection

Video Date Editing

QuickTime Metadata

Video files (MOV, MP4, M4V) store dates in QuickTime metadata atoms:

FieldPurpose
CreateDateWhen the video was originally recorded
ModifyDateWhen the video was last edited
MediaCreateDateTrack-level creation timestamp
MediaModifyDateTrack-level modification timestamp
TrackCreateDateIndividual track timestamps
TrackModifyDateIndividual track modification

All Operations Work on Video

Every date operation from Parts 1-3 works on video files:

OperationVideo Support
Copy to Filesystem
Copy to Metadata✓ (QuickTime standards)
Offset File Dates
Offset Metadata Dates
Offset All Dates
Sync All Dates
Set Absolute Date
Parse from Filename✓ (MOV_/VID_ patterns)
Auto-Fix Inconsistencies
Remove Date Metadata
Interpolate Dates

Supported Formats

FormatWrite Support
MOV✓ Full support
MP4✓ Full support
M4V✓ Full support
AVI✗ Read-only (no QuickTime atoms)
MKV✗ Read-only (container limitation)

Non-writable formats are skipped, not failed. You can select mixed photo/video folders without errors.

Video Filename Patterns

Parse from Filename recognizes video naming conventions:

PatternExample
MOV_YYYYMMDD_HHMMSSMOV_20250521_143022.mp4
VID_YYYYMMDD_HHMMSSVID_20250521_143022.mp4

Timezone Correction

The Problem

Dates without timezone context are dates without meaning.

Your camera recorded “2:00 PM” but didn’t know you were in Tokyo instead of London. That’s a 9-hour error—but it’s not visible because most tools show the time without the timezone.

Timezone Display

MetaScope now shows timezone information alongside timestamps:

DateTimeOriginal: 2025-05-21 14:30:22 +09:00
                                      ^^^^^^
                                      Timezone offset

When you see +09:00, that’s Tokyo time (UTC+9). When you see Z, that’s UTC. When there’s no offset, the timezone is unknown.

Write Timezone Offset

Set the timezone offset in EXIF metadata:

FieldPurpose
OffsetTimeGeneral timezone offset
OffsetTimeOriginalOriginal capture timezone
OffsetTimeDigitizedDigitization timezone

Correct Timezone

The power operation for timezone errors.

Your camera was set to Pacific time (-08:00) but you were in Tokyo (+09:00). The timestamps are recorded as if you were in California, 17 hours off.

Correct Timezone does two things:

  1. Updates the offset fields to the correct timezone
  2. Optionally shifts the date values to match

Shift Dates Option

OptionWhat Happens
Shift dates ONDates are recalculated to the new timezone
Shift dates OFFOnly offset fields change, date values stay the same

Example with shift ON:

  • Original: 2025-05-21 14:30:22 -08:00 (Pacific)
  • Corrected: 2025-05-22 07:30:22 +09:00 (Tokyo)
  • The absolute moment in time is preserved

Example with shift OFF:

  • Original: 2025-05-21 14:30:22 -08:00
  • Corrected: 2025-05-21 14:30:22 +09:00
  • The local time stays the same, offset changes

Usually you want shift ON to preserve the actual moment the photo was taken.

Common Presets

MetaScope provides quick presets for common corrections:

PresetFromTo
UTCAny+00:00
EST→UTC-05:00+00:00
PST→UTC-08:00+00:00
CET→UTC+01:00+00:00

Step-by-Step: Timezone Correction

  1. Select photos taken with wrong timezone
  2. Open Batch Processing (⌘⇧B)
  3. Go to Date OperationsAdvanced section
  4. Choose Correct Timezone
  5. Set “From” timezone: -08:00 (where camera thought you were)
  6. Set “To” timezone: +09:00 (where you actually were)
  7. Enable “Shift dates with timezone”
  8. Click Apply

The dates now reflect the correct moment in time.


Date Consistency Validation

Automatic Detection

MetaScope now automatically detects when dates don’t match across standards:

  • EXIF says 2:30 PM
  • XMP says 2:00 PM
  • IPTC is blank
  • Filesystem says different day

You’ll see a warning banner with expandable details showing exactly which standards disagree.

Configurable Tolerance

In Settings → General → Date Consistency, configure:

SettingPurpose
Show warningsToggle inconsistency alerts on/off
ToleranceHow much drift before warning (default: 60 seconds)

Burst sequences might have 1-second intervals—that’s fine. But 30-minute differences indicate a problem.

Per-File Preview

In batch operations, the Date Inconsistency Preview shows:

  • Which files have mismatches
  • What each standard currently shows
  • Severity of the inconsistency

Review before applying fixes.

One-Click Resolution

From the inconsistency banner, jump directly to Auto-Fix Inconsistencies with your files pre-selected.

MetaScope video date operations and timezone correction showing QuickTime metadata support, Correct Timezone operation, and Date Consistency Validation


Real-World Scenarios

Scenario 1: The Travel Video

You shot video on vacation. Camera timezone was wrong. Now all your clips are timestamped incorrectly.

Solution:

  1. Select all video files
  2. Choose Correct Timezone
  3. From: -05:00 (EST, where camera was set)
  4. To: +01:00 (CET, where you traveled)
  5. Enable shift dates
  6. Apply

All video timestamps now reflect when they were actually recorded.

Scenario 2: The Mixed Media Archive

Folder with 500 photos and 50 videos. Some dates are wrong, some are missing, filesystem is chaos.

Solution (multi-step):

  1. Auto-Fix Inconsistencies — Resolve mismatches across all files
  2. Parse from Filename — Extract dates from MOV_/IMG_ names for files without metadata
  3. Copy to Filesystem — Restore filesystem dates

Works on photos and videos together.

Scenario 3: The UTC Normalization

You want all your archive timestamps in UTC for consistent cross-timezone sorting.

Solution:

  1. Select all files
  2. Choose Correct Timezone
  3. From: (your local timezone)
  4. To: Z (UTC)
  5. Enable shift dates
  6. Apply

All timestamps are now UTC. Easy to compare across time zones.

Scenario 4: The Quick Audit

Before processing a folder, you want to know which files have date problems.

Solution:

  1. Select folder
  2. Open Batch Processing
  3. Look at the Date Inconsistency Preview
  4. Files with warnings need attention
  5. Decide: Auto-Fix, manual correction, or ignore

The Complete Workflow

For a comprehensive date cleanup of a mixed photo/video archive:

Step 1: Audit

  • Open folder in batch processing
  • Review Date Inconsistency Preview
  • Note which files have issues

Step 2: Fix Timezone Issues

  • Select files with wrong timezone
  • Use Correct Timezone with shift
  • Apply

Step 3: Resolve Inconsistencies

  • Select remaining files with mismatches
  • Use Auto-Fix Inconsistencies
  • Strategy: Use EXIF Date
  • Apply

Step 4: Recover Missing Dates

  • Select files without dates
  • Try Parse from Filename
  • For remaining: Set Absolute Date or Interpolate

Step 5: Final Sync

  • Select all files
  • Use Sync All Dates
  • Source: EXIF DateTimeOriginal
  • Targets: All standards
  • Apply

Your archive is now consistent.


Pro Tips

  1. Always enable “Shift dates” for timezone correction unless you have a specific reason not to. This preserves the actual moment in time.

  2. Check video format support: AVI and MKV can be read but not written. Use MOV/MP4 for full date management.

  3. UTC is your friend: For large archives spanning multiple timezones, normalizing to UTC simplifies sorting and comparison.

  4. Preview before applying: The inconsistency preview shows exactly what will change. Review it.

  5. Configure tolerance for your workflow: Sports photographers with burst sequences need higher tolerance than portrait photographers.


Summary: The Complete Toolkit

Across all four parts, you now have 14 date operations:

CategoryOperations
BasicCopy to Filesystem, Copy to Metadata, Offset File Dates
IntermediateOffset Metadata Dates, Offset All Dates, Sync All Dates
AdvancedSet Absolute Date, Parse from Filename, Extract from Filename, Auto-Fix Inconsistencies, Remove Date Metadata, Interpolate Dates
Video & TimezoneVideo Date Editing (all ops), Correct Timezone

Plus:

  • Pause/resume for large batches
  • Restart persistence (survives app crashes)
  • Date consistency validation

Your photo and video library, with dates fixed properly—at every level.


Series Conclusion

This four-part guide covered:

  1. Part 1: The Basics — Copy to Filesystem, Offset File Dates
  2. Part 2: Metadata Mastery — Copy to Metadata, Offset operations, Sync All Dates
  3. Part 3: Advanced Operations — Set Absolute, Parse/Extract from Filename, Auto-Fix, Remove, Interpolate
  4. Part 4: Video & Timezone — QuickTime support, Timezone correction, Consistency validation

From basic filesystem fixes to complex video timezone corrections, you now have the tools to manage any date problem.


MetaScope v1.2.2 introduces the most comprehensive date management system available: 14 operations spanning photos and video, full timezone support, and intelligent consistency validation. Available for macOS.