Created
October 15, 2022 01:50
-
-
Save maxfire2008/8851a40cabb52fb2a8edb2e07458ce36 to your computer and use it in GitHub Desktop.
Fix date of video from sony a7 (may work for more cameras)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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