Skip to content

Rename photos and videos to the creation date.

License

Notifications You must be signed in to change notification settings

darioghilardi/photo_video_renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Video Renamer

A script to rename pictures and videos to the date they have been taken.

Installation

To run this script you first need to install exiftool, a command line utility to read exif tags.
It's available on Linux through many package managers and MacOS through direct download or through Homebrew:

brew install exiftool

You also need the Elixir runtime (> 0.12), see the .tool-versions file for the specific versions.

Usage

Run the renaming script as follows:

elixir renamer.exs path_with_pics/

An exif_results.txt file will be written in the current directory for debugging.

About

Rename photos and videos to the creation date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published