Giter Site home page Giter Site logo

mediarename's Introduction

Rename script for images

This script is useful if you want to merge images of two different devices into one single directory. Using this script you won't probably have filename conflicts. Plus: The filenames are sortable according to their dates.

Example: ./IMG_3128.JPG -> ./20171109_032037.JPG

Note: 20171109_032037 is the exif recording date of the picture.

Install exiftool

Mac OS X example:

	cd /tmp && wget https://www.sno.phy.queensu.ca/~phil/exiftool/ExifTool-10.67.dmg && open `basename !$` && cd -

Install strptime for perl

using cpan or the submodules in the modules directory.

Installing a module via shipped tgz files is as easy as follows

  • Untar the archive
  • run:
	perl Makefile.PL
	make
	make test
	make install

running the script

In a directory with many files run the script as follows:

	./rename.pl *.JPG
	./rename.pl *.MOV # should also rename the AAE (iOS timelapse information files)

mediarename's People

Watchers

James Cloos avatar Yoshi Jäger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.