docs:video:my_current_workflow_for_home_movies

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:video:my_current_workflow_for_home_movies [2013/05/27 12:28] billhdocs:video:my_current_workflow_for_home_movies [2013/05/27 23:36] (current) billh
Line 6: Line 6:
     * if input file is 1080 high, use "Apple iPad 2, iPhone 4S - 1080p 29.97, H.264"     * if input file is 1080 high, use "Apple iPad 2, iPhone 4S - 1080p 29.97, H.264"
   * use [[http://www.sno.phy.queensu.ca/~phil/exiftool/|exiftool]] to read date information from your files so you can set tags correctly   * use [[http://www.sno.phy.queensu.ca/~phil/exiftool/|exiftool]] to read date information from your files so you can set tags correctly
-    * here is an example reading existing mp4 files that came from a camera directly.  The last sed conversion is to make the date show with dashes so you can easily copy and paste into MetaX because the colons : it originally shows with will not work<code>+    * here is an example reading existing mp4 files that came from a camera directly.  The last sed conversion is to make the date show with dashes so you can easily copy and paste into MetaX because the colons : it originally shows with will not work; time of day is also removed<code>
 `which ls` -1 *.MP4|while read file;do `which ls` -1 *.MP4|while read file;do
 echo "${file}" `exiftool -s -time:all "${file}" | grep "MediaCreateDate"`; echo "${file}" `exiftool -s -time:all "${file}" | grep "MediaCreateDate"`;
-done |sed 's/:/-/g'+done | sed -e 's/MediaCreateDate //g' -e 's/[0-9:]*-.*//g' -e 's/:/-/g'
 </code> </code>
     * see [[archiving avchd]] for another example usage; some files may use different tags for the correct creation date     * see [[archiving avchd]] for another example usage; some files may use different tags for the correct creation date
   * use [[http://www.kerstetter.net/index.php/projects/software/metax|MetaX]] to set the following tags in your files:   * use [[http://www.kerstetter.net/index.php/projects/software/metax|MetaX]] to set the following tags in your files:
-    * FIXME+    * when first asked what type of videos are these files, answer "TV Shows" 
 +    * with all files selected, go to Advanced, enter "Home Movies" as the Show 
 +    * with all corresponding files selected (same year), go to Advanced, enter only the 4 digit year as the Season 
 +    * select each file one by one... 
 +      * go to Info, copy and paste the year yyyy-mm-dd from the exiftool output 
 +      * (optional) enter a description of the video in the "Short Description" box 
 +    * when all finished, click the "Write" button
   * import the file into iTunes, and it will show a TV Show "Home Movies" on your Apple TV, with seasons, dates, and descriptions available in your living room   * import the file into iTunes, and it will show a TV Show "Home Movies" on your Apple TV, with seasons, dates, and descriptions available in your living room
  
 ===== Tips ===== ===== Tips =====
 +  * if you need help renaming multiple files, see [[..:bash:rename multiple files]]
   * be sure to clean up the cache files after using because they take up a lot of space and it seems that Adobe doesn't do a good job at this (adjust location if not using the default)<code>   * be sure to clean up the cache files after using because they take up a lot of space and it seems that Adobe doesn't do a good job at this (adjust location if not using the default)<code>
 rm -f ~/Library/Preferences/Adobe/Common/Media\ Cache\ Files/* rm -f ~/Library/Preferences/Adobe/Common/Media\ Cache\ Files/*
 </code> </code>
  • docs/video/my_current_workflow_for_home_movies.1369679304.txt.gz
  • Last modified: 2013/05/27 12:28
  • by billh