archive about

renaming MTS video files using creation date

Here’s how I renamed all the videos I copied from a SONY camera, so that the file names display the creation date (on my Mac)

exiftool -ext MTS "-FileName<DateTimeOriginal" -d "%Y-%m-%d_%H%M%S.%%e" new_dir

exiftool can be found here.