Note: Currently this project is in hiatus. Original exiftool can do all the renaming and more. If a feature not supported by the Exiftool is required, this project will be resurrected again.
Video Renamer is a tool to rename video files according to their meta data.
Simple. I have saved many TED Talks, and wants them to be named neatly. I still download them, hence wanted a better way to rename, since they have nice, full meta data embedded.
Also, because XKCD!
- The tool requires
exiftool
to read actual meta data. For Debian and its derivatives,exiftool
can be installed by installing thelibimage-exiftool-perl
package. - The code uses and bundles a recent (generally latest) version of smarnach's
pyexiftool
wrapper. See the source here. - The code is written to run with
python3
and will not work on Python 2.x environments.