Ir para o conteúdo
ou

Software livre Brasil

 Voltar a CommandLineFu
Tela cheia Sugerir um artigo

Move all images in a directory into a directory hierarchy based on year, month and day based on exif information

6 de Agosto de 2009, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 295 vezes
$ exiftool '-Directory<DateTimeOriginal' -d %Y/%m/%d dir

This command would move the file "dir/image.jpg" with a "DateTimeOriginal" of "2005:10:12 16:05:56" to "2005/10/12/image.jpg".

This is a literal example from the exiftool man page, very useful for classifying photo's. The possibilities are endless.

commandlinefu.com

by David Winterbottom (codeinthehole.com)


Fonte: http://www.commandlinefu.com/commands/view/2866/move-all-images-in-a-directory-into-a-directory-hierarchy-based-on-year-month-and-day-based-on-exif-information

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.