Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:video:archiving_avchd [2011/12/17 21:31] – created billh | docs:video:archiving_avchd [2013/05/27 12:44] (current) – billh | ||
---|---|---|---|
Line 8: | Line 8: | ||
FileModifyDate | FileModifyDate | ||
DateTimeOriginal | DateTimeOriginal | ||
+ | </ | ||
+ | |||
+ | Here is a bash loop to output a file of the original dates with filenames< | ||
+ | `which ls` -1 *.MTS|while read file;do | ||
+ | echo " | ||
+ | done |sed -e ' | ||
</ | </ | ||