Re: Changing QuickTime Recording Export Path
Re: Changing QuickTime Recording Export Path
- Subject: Re: Changing QuickTime Recording Export Path
- From: "(4) GMAIL 5278" <email@hidden>
- Date: Thu, 3 Jun 2010 19:41:16 +0900
Dear Axel,
Oops. I must admit that I've made a mistake in forgetting to enclose
the new location as you write '~/Desktop/qt.' Thank you for your kind
advice. It now works.
Yours truly,
Jim
On Jun 3, 2010, at 7:26 PM, Axel Luttgens wrote:
Le 3 juin 2010 à 02:06:54, (4) GMAIL 5278 a écrit :
As Defaults has limitations, I don't think it will do the job. I
already tried that some 12 hours ago. I can only read the path
without being able to edit it.
Well, I first tried this one from the command line:
$ defaults read com.apple.quicktimeplayer
CapturePreferenceDefaultSaveToLocation
~/Desktop
Indeed, as I never touched the setting, this is just the default
behavior: save the sequences on the desktop.
Moreover, it seems that QTP 7 understands the "~" symbol; nice. :-)
I thus created a folder named "qt" on the desktop, and executed:
$ defaults write com.apple.quicktimeplayer
CapturePreferenceDefaultSaveToLocation '~/Desktop/qt'
Launching QTP 7 and looking at its preferences, folder "qt" was
selected; recording a small sequence indeed created a file into that
folder.
One limitation for the defaults command is that the target
application (here, QTP 7) should not be running: this may depend on
the application's behavior, but the general rule is that it won't
notice the change and overwrite it when quitting, or even while
running.
Do you have met another limitation for your needs?
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden