LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Automatically set file date from EXIF data

Posted 12-27-2010 at 02:54 PM by jere21
Updated 12-27-2010 at 02:59 PM by jere21

You can set the creation date of a picture or video as its access and modification time: If the creation date was saved in the exif data of some media, you can extract it with "exiftool -ee -CreateDate" and then "touch" the file with that time.

To do this automatically save the following script e.g. as /usr/local/bin/exiftool_set_create_date
Code:
#!/bin/sh
# exiftool_set_create_date: set the file date from exif "Creation Date".
echo -n "$@:
...
LQ Newbie
Posted in Uncategorized
Views 3239 Comments 0 jere21 is offline
Old

Hugin - create panorama pictures

Posted 11-20-2010 at 11:19 AM by jere21
Updated 11-20-2010 at 11:42 AM by jere21

Code:
aptitude install hugin autopano-sift-c
autopano-sift-c is suggested, but only available from debian-multimedia.org, because patent pending in US.

1. Load images
  1. Rotate camera when making pictures
  2. Load images
  3. HFOV(v): 45 degrees (Nokia N95). General: ~50° (landscape photos), ~40° (portrait photos)
  4. Align
  5. Preview Window: Projection Rectilinear (or ? Panorama (Cylindrical))
  6. Preview Window: Autocrop
  7. Edit: Fine-tune all points
  8. Edit: Optimize
  9. Create Panorama
LQ Newbie
Posted in Uncategorized
Views 1817 Comments 0 jere21 is offline
Old

Sorting pictures, removing duplicates

Posted 11-20-2010 at 08:37 AM by jere21
Updated 10-11-2014 at 10:02 AM by jere21

EDIT 2012-02-03/2014-10-11:
In Debian I just discovered "duff". A tool to find duplicate files-.-
Unfortunately it doesn't work with symbolic links to files.
---



All files with their md5sum
Code:
PICS="pics"
find . -type f -exec md5sum '{}' ';' > $PICS
Lists with only md5sum, once with duplicates removed (should be improved to handle double spaces in filenames).
Code:
cat $PICS | sed -r "s|^(.*)
...
LQ Newbie
Posted in Uncategorized
Views 7018 Comments 2 jere21 is offline

  



All times are GMT -5. The time now is 12:09 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration