Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:video:archiving_avchd [2011/12/17 21:31] – created billhdocs:video:archiving_avchd [2013/05/27 12:44] (current) billh
Line 8: Line 8:
 FileModifyDate                  : 2008:08:10 19:12:34-07:00 FileModifyDate                  : 2008:08:10 19:12:34-07:00
 DateTimeOriginal                : 2008:08:10 19:12:24-07:00 DateTimeOriginal                : 2008:08:10 19:12:24-07:00
 +</code>
 +
 +Here is a bash loop to output a file of the original dates with filenames<code bash>
 +`which ls` -1 *.MTS|while read file;do
 +echo "${file}" `exiftool -s -time:all "${file}" | grep "DateTimeOriginal"`;
 +done |sed -e 's/DateTimeOriginal //g' -e 's/[0-9:]*-.*//g' -e 's/:/-/g' > dates.txt
 </code> </code>
  
  • docs/video/archiving_avchd.1324182666.txt.gz
  • Last modified: 2011/12/17 21:31
  • by billh