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

Similar Messages

  • 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

  • Where have the Quicktime advanced export settings gone in Keynote 6.3?

    Where have the Quicktime advanced export settings gone in Keynote 6.3?
    In previous versions, it was possible to select numerous options and setting to export a high quality Quicktime video.

    The new version 6 and the previous version 5 can both be installed, many users use both to utilise the different features. If you had the previous version installed and have not deleted it is located in iWorks in the Applications folder. If you don't have the previous version it is available from Ebay.

  • Saving Quicktime Pro Export Settings

    I regularly convert video from one size/bitrate to another using the export function of QTpro.
    Is there any way I can save this setting permanently in the export settings menu and call the setting something?
    Does this need apple scripting?
    Has anyone done it? I'm sure they must have.
    Paul

    ***** that this feature has been removed since it's perfectly obvious and useful to have. As a workaround, if you are a Final Cut Pro user and have Compressor installed, you could set up a preset with custom settings and batch process to a folder of your choice from there.
    Also, I'd stumbled on a action script someone had put together for saving most recent settings presets in quicktime pro but don't have a link to provide you. It's definitely out there but might be more complicated to throw together if you don't know or have the time to learn scripting.

  • Audio upsampling in Quicktime: best export settings?

    I'm using Quicktime to convert audio from 32 kHz to 48 kHz, for use in FCE/FCP. Quicktime gives me several options for export settings. I want to make the conversion lossless, without increasing the size of the audio file too much.
    These are the settings I'm using so far:
    Format: Linear PCM
    Channels: Stereo (L R)
    Rate: 48 kHz
    Sample Rate Converter Settings: Quality: Best
    Linear PCM Settings: Sample size: 16 bits
    Are these settings the best choices? Does anyone have experience doing this kind of upsampling?
    Here are the other options in Quicktime:
    Format: Linear PCM, A-Law 2:1, IMA 4:1, MACE 3:1, MACE 6:1, QDesign Music 2, Qualcomm PureVoice, and mu-Law 2:1
    Channels: 2 Discrete Channels, Mono, Stereo (L R)
    Rate: there are other choices, but I know 48 kHz is what I want
    Advanced Settings:
    Sample Rate Converter Settings: Faster, Fast, Normal, Better, Best
    Linear PCM Settings (when Linear PCM is the format): 8 bit, 16 bit, 24 bit, 32 bit (floating point checked), 32 bit (floating point unchecked).
    The file size grows quickly as you increase the Linear PCM bit settings.

    You can't create something that is not in the file.
    Moving from 32kHz to 48 will only make the file size
    larger and can't improve the audio.
    Doesn't FCP or FCE import your file at 32. Or does it
    change it to 48 after import?
    I am aware that increasing the audio from 32 kHz to 48 kHz will not improve the quality of the audio. And yes, Final Cut Pro and Express will both capture and allow you to work witih 32 kHz audio.
    I have several hours of video shot with 32 kHz audio settings that I'd prefer to have stored on disk with 48 kHz audio, because (a) some applications like iMovie have demonstrated problems with 32 kHz audio in the past, and (b) the majority of my video is shot with 48 kHz audio, so my 32 kHz video will eventually end up in a 48 kHz project, leaving the upsampling to Final Cut. Yes, I do eventually plan to burn my projects to DVD as well, but this isn't an immediate concern.
    The problem with doing the conversion in Final Cut is this: Some of the people knowledgeable about Final Cut Pro and Express recommend doing the upsampling using Quicktime or another application, instead of using Final Cut, because Final Cut may not do as good a job as Quicktime. So my intention is to upsample the audio now in preparation for later projects. I don't completely understand why Final Cut wouldn't do as good of a job at upsampling, but a couple of experienced users in the FCP and FCE forums have independently corroborrated this.
    Thanks to everyone for their helpful posts and responsiveness.
    PowerMac G5 Quad 2.5 GHz 3GB RAM   Mac OS X (10.4.5)   NVIDIA GeForce 7800GT
    Message was edited by: Anthony M Kassir MD

  • 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.

  • Recommendations for optimal QuickTime HD export settings?

    I've searched and didn't see anyting specific to my question, however my apologies if this is a repeat question.
    I frequently have to export 1080p, 1080i and 720p @29.97 QuickTime files from CS5 and no matter what settings I've used I always seem to end up with enormous (GB) file sizes.
    What recommendations do you have for exporting a 29.97, 1080p, 1080i and/or 720p QuickTime that balances quality while keeping the file size to a minimum.
    Thanks in advance.

    What are the best export settings?

  • Audio upsampling using Quicktime: best export settings?

    I'm using Quicktime to convert audio from 32 kHz to 48 kHz, for use in FCE/FCP. Quicktime gives me several options for export settings. I want to make the conversion lossless, without increasing the size of the audio file too much.
    These are the settings I'm using so far:
    Format: Linear PCM
    Channels: Stereo (L R)
    Rate: 48 kHz
    Sample Rate Converter Settings: Quality: Best
    Linear PCM Settings: Sample size: 16 bits
    Are these settings the best choices? Does anyone have experience doing this kind of upsampling?
    Here are the other options in Quicktime:
    Format: Linear PCM, A-Law 2:1, IMA 4:1, MACE 3:1, MACE 6:1, QDesign Music 2, Qualcomm PureVoice, and mu-Law 2:1
    Channels: 2 Discrete Channels, Mono, Stereo (L R)
    Rate: there are other choices, but I know 48 kHz is what I want
    Advanced Settings:
    Sample Rate Converter Settings: Faster, Fast, Normal, Better, Best
    Linear PCM Settings (when Linear PCM is the format): 8 bit, 16 bit, 24 bit, 32 bit (floating point checked), 32 bit (floating point unchecked).
    The file size grows quickly as you increase the Linear PCM bit settings.
    PowerMac G5 Quad 2.5 GHz 3GB RAM   Mac OS X (10.4.5)   NVIDIA GeForce 7800GT

    What you have picked makes sense. The file will be 50% larger.

  • Script for export in datapump  -- help needed !!!

    hello all,
    i am using the following script as batch file in my database for export
    script:
    =========
    exp name/password file=d:\exp\%date%.dmp full=y log=d:\exp\exp.log an this will replace the first file(monday) on next monday.
    similar way i need a script for data pump for full database export using datapump
    thanks ,
    gold

    login to database as a dba and create directory for your dumpfile path.
    create directory dpump_dir as 'd:\exp';
    and then use the below script for export.
    expdp username/password full=y directory=dpump_dir dumpfile=%date%.dmp logfile=exp.log

  • 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.

  • Custom Quicktime pro export settings for iPhone

    I want to custom export from Quicktime Pro, using h.264 in an mpeg4 container with a low data rate (about 400kb) and smaller size (400x220)
    It imports into iTunes fine, but won't sync to my iPhone (error message: 'xxx' was not copied to the iPhone 'xxx' because it cannot be played on this iPhone.)
    I've tried the Quicktime Pro preset called 'movie to iPhone', and it works fine: the movie copies to my iPhone. The filesize though, is far bigger than I know I can get it down to with custom settings.
    I just can't get it to load onto my iPhone.
    What am I missing?

    You've got Tiger and Automator! Learn how to use them help you make some "presets".
    http://www.apple.com/downloads/macosx/automator/
    You could also "hack" the .plist files found in the QuickTime Player.app and edit away.
    Control-click on the QuickTime Player and choose "Show Package Contents". Inside the resources folder are a number of .plist files for presets. If you have the Developer Tools installed a double click on a .plist should open the Property List Editor. Change the settings to your liking, but beware.
    I use Automator as either a "workflow" on a stand alone "application". Workflows can be triggered by a control click on a file where the "apps" act like AppleScript "Droplets". Drag a file to the droplet and let the application do its thing.
    QuickTime Pro stores the "Most Recently Used" settings for many exports. These would be easy to re-construct or edit to allow you to create dozens of different "presets". Save each as an application (naming them may be troublesome) using Automator.

  • Query on Export to Excel- Help needed

    Hi All,
    I wanted to know if we can set a hidden field value when user clicks on the "export to excel" link in the reports.
    I am using the Apex Export feature itself. Is it possible to set an item value when user clicks on the link?
    If yes then how can we do it? If no can you please let me know the other options available?
    Thanks,
    Sumana

    Thanks Denes!
    I understood how to trigger the process on click of the export to csv link. As of now i will implement that in my application..
    I just wanted to know if "the" dialog box could be controlled.
    But later maybe,( if my client really needs it...), I will have to use my custom export to excel option. I have even downloaded your download-excel.
    But it says that it cant be used for pl/sql returning function....
    Is there a workaround on that?
    And I will tell you the difference it makes to my application.
    Current Requirement: I need to track the information (for e.g say user id's) that have been sold to a customer. I am doing this by inserting the data exported by user to the table. This must happen only when user saves the file. Only when user saves the file, the information is considered as "Slod".
    Now if the user click on export to csv link but simply opens or cancels the file download, that information is not considered as "Sold"
    Hence my need, that i could control the dialog box. Hope this clears your doubt.
    Regards,
    Sumana

  • Report Script Help Needed - Data Extract

    Hi,
    I have a cube with 11 dims: Account, Period, Resource, Facility, SSSS, CCCC, Activity, Years, Version, Scenario, Charges
    I need a report script that will extract data for a certain year and scenario only. I have not written a report script in a long time and have the following thus far. However it's not extracting data that I know exists. Can anyone help? Thanks is advance. This runs but I just get a blank screen or file....
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    // This report script extracts data from cube
    "FY11"
    {DECIMAL 4}
    {NAMEWIDTH 25}
    {SUPCOMMAS}
    {SUPBRACKETS}
    {SUPPAGEHEADING}
    {NOINDENTGEN}
    {SUPMISSINGROWS}
    {SUPZEROROWS}
    {TABDELIMIT}
    {SUPFEED}
    {ROWREPEAT}
    "JAN"
    "FEB"
    "MAR"
    //"APR"
    //"MAY"
    //"JUN"
    //"JUL"
    //"AUG"
    //"SEP"
    //"OCT"
    //"NOV"
    //"DEC"
    "BUDGET"
    // This is the members of the CCCC dimension to extract
    // This is the members or the ACCOUNT dimension to extract
    !

    Hello -
    You can try/modify the code below and see if this works -
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    { SUPMISSINGROWS }
    { SUPZEROROWS }
    { SUPFEED, SUPBRACKETS, SUPCOMMAS }
    { NOINDENTGEN }
    { DECIMAL 4}
    { NAMEWIDTH 30 }
    { ROWREPEAT }
    { TABDELIMIT }
    {MISSINGTEXT "-" }
    <PAGE ("Scenario", "Resource", "Facility" ,"SSSS", "Activity", "Version", "Charges")
    "Budget"
    "Resource"
    "Facility"
    "SSSS"
    "Activity"
    "Version"
    "Charges"
    <COLUMN ("Year","Period")
    "FY11"
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
    <ROW ("Account", "CCCC")
    <LINK (<DESCENDANTS ("ACCOUNT") AND <LEV("ACCOUNT",0))
    <LINK (<DESCENDANTS ("RT9_CCCC") AND <LEV("CCCC",0))
    Here you may want to change teh combination in the Page dimensions for eg -
    I know for Scenario you want Budget
    But for Version should it be "Version" or may be "Working" Or "Final" or any other version dimension member ...?
    Same way modify the dimension memebres for other dimensions.
    Regards
    Edited by: Rosi on Aug 24, 2009 10:01 AM
    Edited by: Rosi on Aug 24, 2009 10:02 AM

  • TCL script help needed on Nexus7000 !

    Does anyone know how to create a TCL script on Nexus7000 switch for following scenario ? Need urgent help here.. :-
    Here is what I am trying to do :-
    1. Whenever following log on "show log log" prints out :-
    testnexus7000 %PIXM-2-PIXM_SYSLOG_MESSAGE_TYPE_CRIT:
    2. Print out the output of show system internal pixm errors
    And look for following line :-
    [102] pixm_send_msg_mcast(1208): MTS Send to LC X failed >> where X is 0 based
    and this error can occur multiple times for different LCs too.
    4. Reload line card (s) X and syslog " task done"
    Regards
    Vijaya

    Hi,
    Vijaya I found same post on support cisco forums So people helped someone in same question !!!!!!
    Please read it ....
    https://supportforums.cisco.com/thread/2128886
    Yes plus if u can help me in ......Cisco ASA same security problem than that will be good for me .....I will contact u and will be great help for me if u help
    Hope that link help u .....
    Bye,

  • UCCX Conferencing in third call? Scripting help needed

    All,
    I've got a customer requirement where they want to be able to place a call into the contact centre, give the contact centre the digits to dial and have the contact centre place the call on their behalf.  I've got no trouble with that bit.
    The next requirement is that the call placed is recorded, even if the calls in are not from cisco phones (i.e. mobiles).  We have a redbox recorder that does the recording and in order for it to commence a recording session, it needs to see a setup message through CM to check that it's an extension that is to be recorded.
    For example, I use an IP phone that IS being monitored to make a call.  The Redbox sees the setup and will record the call flow.
    I use an IP phone that is NOT being monitored to make a call.  The Redbox sees the setup and will not record the call.
    In order to get calls recorded from the contact centre, I'm thinking of conferencing in a third phone that Redbox is set to record and have it auto answer on silent, but I can't figure out how to get the three calls conferenced together to keep the call flow recorded.
    Any thoughts on how to achieve this?  Or has anyone else out there used another method?
    All help greatly appreciated!
    LH
    #15331

    There is no mechanism within CCX that allows you to initiate a conference or join two contacts together. Your only options will be to transfer the triggerin
    g contact to another destination with a Call Redirect or Call Consult Transfer.  If you create a second contact and use a Place Call step, you can interact with both contacts in the script but never join them together.

Maybe you are looking for

  • About element  define in container of bpm

    i want to use sync send step in bpm but i find out ,i can only define async abstract interface in container. is that so? and , how should i use sync abstract interface in send sync step? what should i do?

  • Swapping HDs with new MBP: What to do with OS X?

    I purchased a new MacBook Pro 2.3GHz i7 quad-core from the Apple Store Thursday morning with the 750GB 5400RPM hard drive. I now have time to set up the new machine but I am hung up on how best to deal with swapping hard drives. My current MBP has a

  • Parallel process hangs

    Hello All, We have one custom workflow that initiates multple approval processes in parallel. Our OAF page creates transactions that initiates workflow processes based on user selections. If only one user is creating these transaction, everything wor

  • What's the difference between ver...

    Is there a real difference between the professional and the student software like limited options or is all the functions and capabilities still there for CS4?

  • Note to the wine users

    With wine 1.5.11, I've changed the flags for compiling wine and added a flag. This is as a reaction to quite an old and fairly complicated bug with glibc, gcc and wine. Those interested may search the bug tracker. Essentially what you can expect is t