phistuck / mts-timestamp-prefixer

Prefixes the file names of all of the MTS files in a folder with their timestamp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mts-timestamp-prefixer

A JavaScript based Windows Shell script that prefixes the file names of all of the MTS files in a folder with their timestamp.

Example

00000.mts will be renamed to 20170417111700-00000.mts.

Prerequisites

Requires avchd2srt-core.exe to be in the PATH environmental variable, or in the same folder.

Usage

Run mts-timestamp-prefixer.cmd, or cscript mts-timestamp-prefixer.js.

About

Prefixes the file names of all of the MTS files in a folder with their timestamp.

License:MIT License


Languages

Language:JavaScript 99.3%Language:Batchfile 0.7%