A JavaScript based Windows Shell script that prefixes the file names of all of the MTS files in a folder with their timestamp.
00000.mts
will be renamed to 20170417111700-00000.mts
.
Requires avchd2srt-core.exe
to be in the PATH
environmental variable, or in the same folder.
Run mts-timestamp-prefixer.cmd
, or cscript mts-timestamp-prefixer.js
.