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:38] – billh | docs: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:// | * use [[http:// | ||
- | * here is an example reading existing mp4 files that came from a camera directly. | + | * here is an example reading existing mp4 files that came from a camera directly. |
`which ls` -1 *.MP4|while read file;do | `which ls` -1 *.MP4|while read file;do | ||
echo " | echo " | ||
- | done |sed ' | + | done | sed -e ' |
</ | </ | ||
* 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 | ||
Line 23: | Line 23: | ||
===== Tips ===== | ===== 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' | * 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 ~/ | rm -f ~/ | ||
</ | </ |