Pario TechnoBlob
About
Posts
Tag: exiftools
Rename AVCHD files using Exiftools
Simple bash script to rename AVCHD/MTS/MOV files to match their recording date and time. <br /> #!/bin/bash<br /> if [ -z "$1" ]; then<br /> echo...