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
# Make adjustments to the timestamp of .jpg and .mp4 files names | |
# | |
# This is useful if your camera's clock is wrong or not handling daylight saving time. | |
# | |
# Place this Python file in a folder that has .jpg and .mp4 files from the Maxto M3 camera. | |
# When you run the script, it will rename files by subtracting changeHour and changeMinute | |
# from the formatted time in the filename. It will do the same for the file Modified date. | |
# You will be prompted to enter a password. If no password is entered it will run a test | |
# and put the results into the log file. | |
# |