AVI-to-MP4 while preserving creation dates?
September 8, 2009 1:06 PM
Subscribe
I'd like to make a script to mass convert .avi files from my digital camera into iPod-sized .mp4 files, while preserving the creation dates from my camera. I'm on a (non-snowy) Leopard mac.
My current workflow involves getting my movies off the camera through iPhoto and then exporting/converting the files to .mp4 via MPEG Streamclip. The downside is that the new .mp4 files have the current date/time rather than the time that the movie was taken on the camera, which messes up my organizational system. I'm sure there's a way to automate the creation date conversion, but I don't know how.
Free methods are obviously preferable to paid ones.
posted by philosophygeek to computers & internet (2 comments total)
1 user marked this as a favorite
tell application "Finder" do shell script "touch -t " & thedatetimeyouwant & " " & filename end tellAdd that to the end of whatever you're using to shuttle items into your converter program. I don't know StreamClip, but I know it'd work with VisualHub. Most Mac apps are script-controllable.posted by rokusan at 1:25 PM on September 8