Skip to content

Instantly share code, notes, and snippets.

@maxfire2008
Created October 15, 2022 01:50
Show Gist options
  • Save maxfire2008/8851a40cabb52fb2a8edb2e07458ce36 to your computer and use it in GitHub Desktop.
Save maxfire2008/8851a40cabb52fb2a8edb2e07458ce36 to your computer and use it in GitHub Desktop.
Fix date of video from sony a7 (may work for more cameras)
(Get-Item "00000.MTS").CreationTime=(Get-Item "00000.MTS").LastWriteTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment