Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:video:my_current_workflow_for_home_movies [2013/05/27 12:22] – billh | docs:video:my_current_workflow_for_home_movies [2013/05/27 23:36] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== my current workflow for home movies ====== | ====== my current workflow for home movies ====== | ||
- | * get the file into mp4 format, either by selecting this on the camera or converting using a program such as [[Adobe Media Encoder]] | + | * get the file into mp4 format, either by selecting this on the camera or converting using a program such as [[http:// |
- | * use [[http:// | + | * see how many vertical pixels your input file has, and use the corresponding Apple preset at 29.97fps: |
- | * FIXME | + | * if input file is 480 high, use "Apple TV, iPad, iPhone 4 and newer - 480p Widescreen 29.97, H.264" |
+ | * if input file is 720 high, use "Apple TV, iPad, iPhone 4 and newer - 720p Widescreen 29.97, H.264" | ||
+ | * if input file is 1080 high, use "Apple iPad 2, iPhone 4S - 1080p 29.97, H.264" | ||
+ | * use [[http:// | ||
+ | * here is an example reading existing mp4 files that came from a camera directly. | ||
+ | `which ls` -1 *.MP4|while read file;do | ||
+ | echo " | ||
+ | done | sed -e ' | ||
+ | </ | ||
+ | * see [[archiving avchd]] for another example usage; some files may use different tags for the correct creation date | ||
+ | * use [[http:// | ||
+ | * when first asked what type of videos are these files, answer "TV Shows" | ||
+ | * with all files selected, go to Advanced, enter "Home Movies" | ||
+ | * 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" | ||
+ | * when all finished, click the " | ||
* import the file into iTunes, and it will show a TV Show "Home Movies" | * import the file into iTunes, and it will show a TV Show "Home Movies" | ||
+ | |||
+ | ===== Tips ===== | ||
+ | * if you need help renaming multiple files, see [[..: | ||
+ | * be sure to clean up the cache files after using because they take up a lot of space and it seems that Adobe doesn' | ||
+ | rm -f ~/ | ||
+ | </ |