Windows 10: Difference between revisions

Jump to navigation Jump to search
iwu
Line 3: Line 3:
== Changing date taken on MP4 files ==
== Changing date taken on MP4 files ==


You can easily change metadata on JPGs through Windows Explorer's property dialog, but for reasons I don't have time to explore at the moment, metadata on MP4 files are somehow unchangeable from Windows Explorer.  I had to download a small utility called [https://www.sno.phy.queensu.ca/~phil/exiftool/ exiftool] to do it.  My camera had the month, the day, and time right, but year was off by 1.  It was a small mistake I had made when I first set up the camera, and all of my videos and photos had the wrong. The following three lines of command fixes that.  Whatever the year it was to 2019 (as of now, and found on 3rd line in the code block. Just rename the value of F to whatever file name each time.  Ignore the outputs.
You can easily change metadata on JPGs through Windows Explorer's property dialog, but for reasons I don't have time to explore at the moment, metadata on MP4 files are somehow unchangeable from Windows Explorer.  I had to download a small utility called [https://www.sno.phy.queensu.ca/~phil/exiftool/ exiftool] to do it.  My camera had the month, the day, and time right, but year was off by 1.  It was a small mistake I had made when I first set up the camera, and all of my videos and photos had the wrong year. The following three lines of commands fixes that by changing whatever the year it was to 2019 (as of now, and found on 3rd line in the code block. Just rename the value of F to whatever file name each time.  Except for the last line ignore the outputs.  In order to use it just copy these three lines to your Notepad and change the filename on the first line.  I may get around to write a batch file to process it for entire folder, but feel free to create one yourself and let me know via email form via the link on the bottom of this page or somewhere else if you're using a different MediaWiki skin.


<source lang="doscon">
<source lang="doscon">
Line 12: Line 12:
     1 image files updated
     1 image files updated
</source>
</source>


= Power management =
= Power management =

Navigation menu