Well thats tricky because you'll soon lose track of which movie is which.
Handily there's a script you can from here which renames the movies to the date and time they were taken. Direct download link: www.zaurus.org.uk/download/scripts/renamefilebydatepl.txt
1. Put it in the same folder as your movies that need renaming
2. Rename it to renamefilebydate.pl
3. At the command line in OSX or Linux make it executable
- chmod +x renamefilebydate.pl
4. Then call the script like this:
- for X in 00*MTS; do renamefilebydate.pl -d -p VIDEO- -a -1080p $X; done
5. Bonus points: get the script's usage by doing
- renamefilebydate.pl