Save Export settings as a Preset?

Is there a way to save the Export settings as a Preset?
I convert QuickTime files to a variety of different formats that use very specific compression, size, and sound settings. It would be helpful to have user-defined presets so I don't have to manually enter them everytime AND to ensure consistancy.
Thanks in advance.

Hi,
I found this thread while looking for a similar thing....Requires a little Applescript, but seems to do the job.
It was here:
http://lists.apple.com/archives/QuickTime-Users/2002/Nov/msg00294.html
Re: Custom export settings
Subject: Re: Custom export settings
From: Gary Flint <email@hidden>
Date: Fri, 29 Nov 2002 13:47:45 -0800
I'm looking at developing an Applescript that will take a source Quicktime
file and export several Quicktime versions of the movie using different
compression settings (FPS, quality, codec) for streaming. Applescript can
tell Quicktime Pro to export movies using the export presets already
included in Quicktime Pro, but I am wondering if it is possible to add
custom export presets?
-Rob
The answer to your question is yes, with some caveats. You can preserve any arbitrary export preset using the following process:
1) Open a movie representative of the kind you'd like to export
2) Choose "Export" from the "File" menu
3) Select the desired export kind from the "Export:" popup menu (Movie to QuickTime movie in this example)
4) Click the "Options..." button to specify your custom settings, then click OK
5) Note that the "Use:" popup menu now displays "Most Recent Settings"
6) Start the export by clicking on the "Save" button (if you don't start an export the "Most Recent Settings" won't stick)
7) Cancel the export if it is a long one
8) To double-check the export settings, select the "Export..." menu item again. The "Export:" popup in the export dialog should indicate the last export performed and the "Use:" popup should display "Most Recent Settings". Click on the "Options..." button to confirm that the settings are indeed what you desire (you can skip this step once you gain confidence that this process actually works).
9) Without closing the open movie, run the following AppleScript
tell app "QuickTime Player"
tell first movie
save export settings for QuickTime movie to file "My Volume:Export to Xyz Format"
end tell
end tell
10) Repeat steps 1 through 9 for each export variation. Be sure to provide meaningful names for the export settings files.
To perform the actual movie export, use something like the following:
tell app "QuickTime Player"
tell first movie
-- export various movie versions
export to "My Volume:Movie Xyz" as QuickTime movie ,
using settings alias "My Volume:Export to Xyz Format.set"
export to "My Volume:Movie Xyy" as QuickTime movie ,
using settings alias "My Volume:Export to Xyy Format.set"
export to "My Volume:Movie Xzz" as QuickTime movie ,
using settings alias "My Volume:Export to Xzz Format.set"
-- etc.
end tell
end tell
Keep in mind that there is only one "Most Recent Settings" for each export type so you may want to make note of your settings in case you want to go back and tweak them.
Thankyou, and I hope my ramblings make sense.
I think they made sense (and my answer is predicated on that assumption). That said, I think both your question and my answer will appear as senseless ramblings to the non-scripters on the list.
Gary Flint
QuickTime Engineering

Similar Messages

  • QuickTime - Save Export Settings -  script help needed

    Currently I am using Panther 10.3.9 - with QT PRO 7.02 - ( I do not want to
    upgrade to Tiger at this time unfortunately)...
    * MY GOAL: to be able to save export preferences in QuickTime pro.
    Since QuickTime does not seem to be able to save export presets... I
    downloaded the the script collection from
    From: Scriptable Applications: Quicktime Player
    Location: http://www.apple.com/applescript/quicktime/
    and created export settings and tried ....
    Save Export Settings.scpt
    ... but the file that got saved will not open in QT PRO - OSX and wants to
    open something from old os9....
    what do I do?

    = = = (see scripts below)
    * here is my basic workflow ...
    - load a QuickTime movie
    - adjust the QuickTime movie export settings
    - save a test copy ( validating the settings)
    - run the "save export settings.scpt" with name "set1test"
    Then
    - open and run the "Export QuickTime movie.scpt" with the name " test movie"
    - run the new test movie - and when I check info - it does NOT reflect the desired settings...
    = = =
    One issue is - this line...
    export movie 1 to new_file as QuickTime movie using settings "set1test"
    ... It doesn't seem to care what the settings file name is - and if I change that name to a nonexistent name - it still exports the movie without an error.... Therefore it leads me to believe that it's not using it to begin with....
    - another issue is that the settings file "set1test" says it is the kind = "QuickTime settings document" - however it has a blank icon in the Finder - and there does not seem to be any way to open the file with QuickTime 7.02 - and it can to open something classic mode when I double click on it.
    = = = the Save settings script...
    tell application "QuickTime Player"
    activate
    try
    if not (exists movie 1) then error "No movies are open."
    stop every movie
    set the target_file to choose file name with prompt "name & location for the QT settings file:"
    save export settings movie 1 for QuickTime movie to target_file with replacing
    end try
    end tell
    === the Export QuickTime movie.scpt
    tell application "QuickTime Player"
    activate
    try
    if not (exists movie 1) then error "No movies are open."
    stop every movie
    set the movie_name to "mytest.mov"
    if (can export movie 1 as QuickTime movie) is true then
    set the new_file to ¬
    choose file name with prompt "Enter a name:" default name movie_name
    export movie 1 to new_file as QuickTime movie using settings "set1test"
    end if
    end try
    end tell

  • Can you save Export Settings?

    Title says it all. I can't believe you wouldn't be able to, but I can't seem to find a way. Once I get that perfect setup, I don't want to lose it.
    Thanks!
    sjlocke

    Nope. Only the "Most Recent" settings (those used last) are available. Once you switch to a different export option those become the most recent (removing the older settings).
    On a Mac we use AppleScript to create export settings and can just drag and drop a .mov file onto the Droplet to export.
    We also have a new app named Automator that can create workflows.
    QuickTime for Windows is scriptable.

  • Save Export Settings

    Okay, there HAS to be a way to do this. I need to save different default AVI settings under Quicktime Export, or somehow create my own preset. The current default is Cinepak, which I will never, ever use. It makes no sense to have a "default" that is not user-configurable.
    And yes, in Quicktime, I can just set it like I like (DV format) and use "Most Recent Settings." But when using Quicktime Export from FCP, it never remembers "Most Recent Settings." Any help is appreciated.
    Mac Mini   Mac OS X (10.4.7)  

    Thanks; I'm pretty sure this still adds a step, though, since I want to be able to export directly from FCP. I have to save as a Quicktime reference file and then run this action.
    What I'd like is to be able to use Quicktime Export-->AVI with settings of MY choice. I feel like there must be a way to change default settings. Why would QT tease me with the useless "1x CD-ROM" and "2x CD-ROM" but not let me add my own?
    I've only been on Mac for about a month, and I'm starting to wonder if Apple has a "we know what's best for the user" philosophy. I'm used to everything being configurable. And yes, actions and scripts can be very powerful, but it's inelegant compared to, say, clicking a button that says "save preset." And like I said, adds a step if you're using QT from within another program.
    Argh.

  • How to save&export our settings/shortcuts/workspaces?

    Hey, does anyone know hot can I EXPORT my workspace/shortcuts settings form InDesigne CS6 to a for example "a file".
    And then import all my personal presets/settings into another computer?
    How to do that. I know that we can SAVE our settings but how to export them?

    Here is a link to Mike Witherell's excellent PDF guide to saving presets from InDesign:
    http://jetsetcom.net/useful-resources/indesign-cc-resources.html
    Scroll down to the resource I'm talking about, and click the download links.

  • Can I save custom export settings in QuickTime Pro?

    I'm using QuickTime Pro a lot to export/convert  many different projects, but every time I need to change the export settings, because there is no way to save them inside QuickTime
    I've found a description on how to do it wil Apple Script: http://lists.apple.com/archives/QuickTime-Users/2002/Nov/msg00295.html
    But the problem is that it needs to run also Apple script to actually perform the export, and I don't want it - I'm not a scripter, and I need the settings to be easy to load.
    I thoigh there is some prefs folder, where QT actually stores those default presets, where I can put some custom ones, but I didn't find such a folder...
    Is there any way to do it?
    Thanks

    QuickTime can only view WMP (Windows Media Player) files with third party software help:
    http://flip4mac.com
    To use Pro to export these files to QuickTime formats you'll need to pay for the upgrades at Flip4Mac.
    Not all WMP files are supported.

  • Save Export Queue Settings

    I have recently started doing some batch exports using the Export Queue in Final Cut, so I set up 4 bins for different file types and do an export and everything works great.. But is there a way to save those settings that I created... Everytime I exit I lose all of those settings and have to redo all of them the next time I want to export. 
    Am I missing something..
    Any help would be great.
    Thanks

    This is the FCP X forum.  And yes, you create a custom preset in Compressor, then use that.

  • Is there a way in Final Cut Pro 7 to save custom Batch Export settings?

    Is there a way in Final Cut Pro 7 to save custom Batch Export settings?

    Don't think so.  Years ago, I seemed to figure out a way in an earlier version of fcp, but when I tried to recreate it, I couldn't make it work.
    You can send to compressor and save custom presets there.

  • Is there a capability to save/export the time capsule settings file when using the iphone/ipad airport utility. the "file" button does not exist on the latest airport utility app.

    is there a capability to save/export the new airport 2TB time capsule settings file when using the iphone/ipad airport utility. set-up wasn't a problem but the "file" button does not exist on the latest airport utility app v6.3 to save the configuration file.

    the "file" button does not exist on the latest airport utility app v6.3 to save the configuration file.
    Sounds like you are a bit confused with version numbers.
    Latest AirPort Utility version for the iPhone / iPad is 1.3.3.  There is no option or capability to export/import settings on the iOS version(s) of AirPort Utility.....although you could take a series of screen shots and save them for future reference.
    AirPort Utility 6.3.x is found on a Mac.....not on iPhone / iPad. Export and Import options are found under the File menu in 6.3.x.

  • Import and Export settings and presets

    Thanks in advance.
    Where can I save all the different import and export settings? Like if I just want to export Quicktime with audio and save that setting so I don't have to reset it every time. Thanks

    I don't think you can in QT... You can in FCP by selecting CUSTOM as your setting when exporting to QT. Just rename the settings from custom to what you'd like it to be.

  • No secuirty settings tab in presets or export

    Hello,
    I'd like to save /export a pdf in in indesign 5 osx to include security settings to allow markups and comments. However there isnt a security tab in the settings
    as shown here http://ptgmedia.pearsoncmg.com/images/ch07sec16_032149170X/elementLinks/export_pdf_f.jpg
    how do i enable the secuirty tab ?
    Thanks for the help
    Gavin

    A screen shot of what you actually see would help, but I suspect you mean CS5, not version 5, whcih is CS3, and that you have selected Export > PDF (Interactive) which is the default, rather than PDF (Print).

  • Can one save Puppet Warp settings as a preset?? in Photoshop CC 2014

    Can one save Puppet Warp settings as a preset?? in Photoshop CC 2014

    I have the same question too. I always have to change the density of pins to 'more' and increase the expansion.

  • Export wizard, save/load settings

    Hello,
    It is request for enhancment.
    I consider for usefull feature to be able save/load settings during export wizard.
    Or is there any other way to repeat same export (schema/data) in sql developer.
    Regards,
    Martin Choma

    Yes you can do that.
    Apply all the filters you want on a clip and bring the filter list up in the filter tab in the viewer.
    Make a new bin in the Browser and name it whatever you want.
    Shift select to select all those filters in the filter tab in the viewer and drag them to that bin you just made.
    Then drop that bin on a clip in the timeline to apply them all. Just watch the order they are applied because they might change the look a bit.

  • Premier CS3 how to save your settings (Presets) ?

    I installed my Premier CS3 on my new PC and wanted to use some of my old PRESET setting that i have saved on my other PC...
    Ok here its :
    On my old PC i modified let's say a Trapcode plug in and saved it under PRESET , basically i chnged certain prameters within that plug in and saved it under a new name, now that i upgraded my PC and reinstalled my Premier on the new PC, is there any way i could go to my old PC and somehow save that file and use it on my new PC, so when i try to use my old preset, i get the same settings ?
    thanks !

    Ok Harm here its..
    I used the Magic Bullet's MisFire on one of my clips, but you know how you goto effect control settings and change certain parameters and then you can save it under a user PRESET, which appears on top of all effects as  Presets, ok there we go .
    so, everytime i wanna use the MisFire i goto Presets on top of effect page and use that one instead of the actual MisFire from Magic Bullet video effect section, that way i don't have to change any parameters , its already set the way i wanted to look !

  • Save export presets?

    I have looked everywhere and cannot find a way to save export presets I've created. I'm assuming these presets are stored somewhere. It's a huge hassle having to recreate the export presets when multiple people have image archiving duties, or if you do a new CS install. Any help would be appreciated.

    I'm assuming these presets are stored somewhere.
    On a Mac these preset are stored in the user library (by default hidden per OSX 10.7, if you don't see it use menu Go and press option key to reveal).
    Here is the path:
    User (Your name) / library/ Application support/ Adobe/ Bridge CS(xx)/ Export presets.
    You can copy this for back Up and paste it in new set up same location and then they should show after restarting Bridge.
    On Windows it might be the same route but a bit different starting location.

Maybe you are looking for