Using automator to render and save hundred's of LT files

hello. I have a few hundred LiveType projects that I need to render to QT movie--need to make them eneditable but still usable in FCP--So, does anyone know if I can do this with Automator, i.e. point it at a folder and let it open, render, save to different folder and close (rinse/repeat)?
Or is there an applescript that can do this?
thanks in advance.

Well, I was able to use automator, somewhat... where the hiccup occurs is when the file needs to be saved. If the render time takes more than a minute or so, then automator chokes. Fortunately, most of my files took less time to render, so the majority could be automated. When a hiccup occurred, the mac let out an alert sign and I manually rendered that file(s) and set automator up again until the next hiccup.
there is a "timeout" selection in Automator for each step, but try as I may to get the save step to delay 3 minutes, it wouldn't work. I tried everything.

Similar Messages

  • How can I use Automator to open and save Word docs with links?

    Hi-
    I'm having trouble building a Workflow to open and save Word docs with links.
    My Workflow so far:
    1. Get Finder items
    2. Copy Finder items (to new folder)
    3. Rename selected items
    4. Open selected items (Word docs)
    Three problems occur.
    The first is a Word 2004 problem -- I can't get the warning "This document has links in it; do you want to open it with/without updating the links" to go away (Unilke the Macro warning toggle capability, there is nothing in the Preferences for Word 2004 that addresses the links warning, as far as I can tell; any insight you can shed on this would be terrific.)
    The second problem happens with Automator: if I manually accept the update of the first document's links, Automator opens that document but then halts completely, even though I've instructed it to open multiple documents.
    The third problem I have is that there's no Finder action in Automator that allows me to save the document that's now open (as far as I can see).
    Any suggestions for how to fix? If I can get this to work, and scheduled in iCal, it will be an unbelievable time saver.
    Thanks,
    Jeremy
    PowerPC G5   Mac OS X (10.4.6)  

    Hi there Jeremy,
    to do this you are going to have to add in some Run AppleScript steps...
    These will rely on GUI Scripting. So first you need to activate GUI Scripting.
    Now we need to add in a Run AppleScript action to the end of your workflow...
    This will replace your current number 4 in the workflow (Open Selected...)
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">on run {input, parameters}
    set allItems to every item of input
    repeat with currItem in allItems
    tell application "TextWrangler"
    open currItem
    end tell
    activate application "TextWrangler"
    tell application "System Events"
    tell process "TextWrangler"
    delay 2
    --when the Word document is opened I have told it to press okay !
    --I don't know what key you want it to press in the dialog box
    keystroke return
    delay 2
    --save the doc
    keystroke "s" using command down
    delay 5
    --close the doc
    keystroke "w" using command down
    end tell
    end tell
    end repeat
    return input
    end run</pre>
    The above script should open each Word Document, press a button in the dialog box then do a save and then close the doc...then loop through the rest of them.
    You need to replace the name Text Wrangler with Microsoft Word (or whatever it is called!), I don't have it on my Mac.
    You will have to let me know what button needs pressing in the first dialog, if it isn't the 'highlighted ' one then we will have to amend the script...
    regards
    Ric

  • My final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help

    my final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help me.  I have a 13 inch mac book pro 10.6.8 8gb 2.3 gfz intel core i5

    What did Apple tell you about what they did (or did not) find here?
    See if working on the main disk is any faster.
    USB2 is glacial, as I/O interconnects go.  And USB2 disks have been known to fail, or sometimes to drop back to USB1 speeds, too.  FireWire 800 is substantially faster than USB2, but still not as fast as the internal drive connections can provide.
    Put another way, start varying your configuration, and see which configuration changes (still) have the problem, and which don't.

  • Can I copy one frame of a movie using iMove and save the frame as a file that can be printed like a picture?

    Can I copy one frame of a movie using iMovie and save the frame as a file that can be printed like a picture?  If so, how do I do that?

    You could if you want a postcard sized print.
    Printers need a lot more "dots" per inch and even a 1920X1080 video doesn't have enough "dots" to make more than a postcard.
    Look at the "More Like This" links at the right side of this page for instructions.

  • How to render and save a file as windows media file or mp3?

    I have worked in Sony Vegas 9 and I was hoping Adobe Premier Pro CC was similar--- but its not. I can't figure out how to render and save a file as a windows media or mp3 or in any format for that matter.

    Search for exporting in the help file
    Not all for PProCC, but The PPro/Encore tutorial list in message #3 http://forums.adobe.com/message/2276578 may also help, with more help in message #5
    PS - rendering is the process of creating temporary files to aid in timeline playback, while exporting creates new files

  • Redirects and saves process listing to a file using glance command

    Sorry for asking this in wrong forum.
    Does Anyone have script for cpu monitoring usong glance on hp-ux
    I need a command which redirects and saves process listing to a file using glance command
    Thanks for help

    glance -f /tmp/gout -adviser_only -syntax /opt/perf/examples/adviser/activity -j 10 -iterations 3
    glance -adviser_only -syntax glance_advisor -iterations 1 > /tmp/results
    cat glance_advisor
    PRINT GBL_STATDATE," , ",GBL_STATTIME
    PROCESS LOOP
    NUM_FILES = 0
    PROC_FILE LOOP
    NUM_FILES = NUM_FILES+1
    PRINT "PID: ",PROC_PROC_ID," Process Name: ",PROC_PROC_NAME," # open files: "
    ,NUM_FILES|5|0
    My question is :
    how to get top processes (cpu/memory wise)
    using glance
    for example
    glance -f /tmp/gout -adviser_only -syntax some_syntax_script -j 10 -iterations 3
    Please help me to find top 20 cpu using processes using glance.
    I need to get listing in a file so that I can use these pid to see in application or database.

  • I need to monitor a transducer block parameter and save it to a CSV file.

    How can I monitor a transducer block parameter and save it to a CSV file?  The reason is that I need to do some long-term testing of an FFb device we are developing, and I need to read the primary output parameter of the transducer block (not the scheduled AI block) every second or two and save to a CSV file.
    I have tried to figure out a way to do that with FBUS Configurator, unsuccessfully, and I purchased FBUS Monitor, as that was recommended by an industry expert, but I have been unsuccessful at getting that to work as well.

    Hi Wpinson,
    Neither FBUS Configurator nor Monitor can meet your requirement. However, there are other approaches. NI-FBUS provides APIs for C, LabVIEW, VB and C#. You can use these APIs to read a parameter value of any block and use standard file IO functions to save the date into CSV file. The LabVIEW APIs are highly recommended because they are easy-to-use and LabVIEW also provides APIs for CSV file operations. You can build the application w/ LabVIEW in a short time.
    You can find the examples of the FBUS APIs in the following folders:
    1. C: C:\Program Files\National Instruments\NI-FBUS\MS Visual C\examples
    2. VB: C:\Program Files\National Instruments\NI-FBUS\MS Visual Basic\example
    3. C#: C:\Program Files\National Instruments\NI-FBUS\MS .NET\examples\CsharpExample
    4. LabVIEW: search "fieldbus" in the LabVIEW example finder.

  • When I set all the tracks in the latest Garageband to the same volume levels and save, when I open the file again they've changed back to a previous setting?

    I'm trying to mix a recording in the latest 2014 version of Garageband, but when I set all the tracks in the latest Garageband to the same volume levels and save, when I open the file again they've changed back to a previous setting? Does anyone know why it changes even after saving the file?
    Below is my iMac settings.

    Do you have a back up?
    If not you're into using file recovery software like  File Salvage - you can download a free trial and it will scan the disk for you and tell you with might be recoverable. Actual recovery will require that you purchase the app. There may be many files with the same or similar names. Always recover the largest file size.
    There are other such apps. Search on Macupdate or the App Store

  • Can I speak into my mac and save it as an audio file with garage band

    Can I speak into my mac and save it as digital audio file?

    Looking at the specs, the mini does not appear to have a built-in microphone as the iMacs do. You can't just plug a microphone into the input socket, as that is line level and a microphone doesn't have enough output. Your easiest move would be to buy a USB headset such as the one Plantronics makes for use with Skype: this should work straight off.
    Sound Recorder is a simple audio recorder: I've not used it, so I don't know if it's any good, but it would at least cost you nothing to try it.
    Amadeus II and Amadeus Pro are reasonably priced and are fully featured sound recorders and editors which can save in a number of formats.

  • How can I use automator to copy and paste excel content to a new empty document?

    Hi,
    I would like to copy and paste the content from an excel file to another empty new document using automator, which I created a workflow like below
    get specific finder item
    open excel workbook
    select cell from excel workbook (all content)
    obtain selected content from workbook
    copy to pasteboard the content of excel workbook
    close the excel workbook
    create new excel workbook
    paste copyboard content to excel workbook
    can anyone kindly suggest what's wrong with this workflow?
    Thank you so much
    Eddy
    (i know this is a number place but I couldn't find any excel seciton sorry guys...)

    now it only does one file at a time, whereas I would like to do multiple files simultaneously.
    If you try a search for "loop Automator" and also "folder actions" you may find some usable pointers on how to do that.  The first example on this page looks promising.
    SG

  • How does CS2 Photoshop use OSX to retrieve and save files?

    CS2 Photoshop (PS) no longer will open or save files; instead it goes into limbo. I can import an image from the clipboard and edit it. It will save it, but I can't get PS back to working after that.
    This began suddenly about 3 days ago. Since then I have cleared the PRAM, run TechTool and optimized the drive, removed and reinstalled CS2, trashed relevant preference files (I think I got them all)—all to no avail. Interestingly it runs fine on another account on the same computer!
    I would like to know what files other than the obvious preference files are used as interfaces between PS and OS 10.3.9, and hear any other suggestions that you might offer.
    No other application seems to have any problem with filing, including the other CS suite members.
    Thanks!

    Since it's only your account that's affected, then it must be something in your account.
    Quit Photoshop. In the Preferences folder of your account, delete the entire folder, "Adobe Photoshop CS2 Settings". You will of course need to reset all of you preferences in Photoshop. To avoid that if it's not the preferences that are the problem, just move the settings folder to the desktop. Then you can just move it back.

  • Using AMP to download and save FLV files from web sites?

    I thought I had heard months ago that this new media player was going to allow you to download and save the FLV files from web sites like YouTube and others, where a direct download while possible, isn't the easiest thing to currently do. But I don't really see any way in this new media player to download and save files from web sites....it's plenty willing to play them if they're already saved on your hard drive, but I thought one of the reasons for Adobe building this was to make it easier to get them in the first place?

    I'd have to agree. This is one of the most useless products I have seen from a company of this standard. Why they continue to provide this product as an example of what can be done with AIR, is bewildering.  Myself and others have posted over and over again that the player deletes the saved movies at some random time, an hour or two hours after they appear to be saved.
    What is the point of having a 'saved' icon the CD ICON if that movie will be deleted   FOR NO BLOODY reason.  I just wasted 400 mb of my quota dowloading moves 3 times...!! just to realise that the application deletes them from the VERY CACHE that it copies them to.
    Adobe, if this is what I can expect while trying to view the tutorials for FLEX what will the development experience be like. Myself and others are fed up with posting this bug to Adobe, just to be ignored. How much stress to do you want on your servers before you WAKE UP.
    I have been in 4 meetings over the last 2 weeks and everyone has remarked about the 'experience' trying to view these tutorials.
    Wake up to yourself. If you want to charge $500 for FLEX then atleast fix this crappy player.
    PS. I note that this player is supposedly built with Flex and that the list control truncates rather than wraps, in addition, no 'tool tips',  dates are not localised, the video keeps unpausing itself each time I return from the downloads page, no settings for where files should be cached. Occasionally the underlining (grey) window bar appears over the top of the flash window edge.  I've used the application for an hour or so...
    Where is the alternative... I'll be glad when Adobe get some real competition.. so that they pay attention to input.  A big wastefull site if all support does is read and ignore posts.!!!!!!!!!!!!

  • Need someone on PC to open and save Pro 1.5 project file in CS3

    I am trying to salvage one of my old project files from when i worked on a PC. i can't do this because CS3 for Mac won't import old PC project files.
    If anyone would be so kind as to accept my small project file and save it in Premiere Pro CS3 on their PC i would be much obliged.
    -Dave

    theaveragedave,
    On the Mac, the Project file will *usually* appear without any file extension. Instead there will be one, or more, "helper/locator" files. These will usually be the filename, but with "._" (or similar) prepended to it. These are of no use to a PC.
    All that I did was Copy the Project files to a new folder, and in it, added the ".prproj" extension. All opened fine. (Actually, since this was a pre-Pro version, I think that I added ".proj," but you would use ".prproj.")
    If I were going to "convert" the Project, I'd gather up all Assets, keeping the folder structure exactly the same. Gather up the Project files (renaming, as is necessary), and furnish all of this to the person doing the conversion. This *should* keep your Asset Links working*. The other option would be to just convert the Project file, but then you will have to manually re-Link every Asset. If one gets lucky, and the Assets are stored in one folder, PP *might* be able to have you locate the first missing Asset, and then automatically locate the rest. I hesitate on this last comment, because you will have converted the Project, so things do not always work 100% the way they would otherwise. I had to do a lot of re-Linking, but I was jumping several versions and from Mac to PC. Still, once the Assets were re-Linked, all has worked perfectly.
    Good luck finding a PC operator with CS3. Should not be that hard. Wish I could help you more, but CS2 won't cut it, for what you need to do.
    Hunt
    * Keeping the drive letter the same will be a big step to keeping your links. Let's say that you are working on your D:\ drive (sure that Mac would call it something else), and you copy over to an external. I'd have the PC operator copy the Assets (with folder structure) to their D:\, just to keep the Links. Does this make sense?
    PS one little consideration is Mac's not using NTSF HDDs and the file size limitation of Fat-32 HDDs. However, you already have your Project and its Assets on a Mac, so this is probably moot.

  • How to withdraw a wrong open and save of a structured fm file in unstructured mode?

    I opened a structured fm file wrongly in unstructured mode and saved it. When I opened this fm file again in structured mode, the structure view has been blank. Does anyone no how to withdraw this?

    Dragon,
       To expand slightly on what Alex and Russ have said, whenever you delete content from a FrameMaker document  and save the result, the deleted content is gone. It doesn't matter whether the deleted content is the element hierarchy or text and graphics in the document. A recent backup, whether a version of the file that you explicitly saved or one created by FrameMaker's automatic backup, is
       Alex mentioned that a conversion table might help recreate the document's element structure. His comment assumed that a conversion table was used somewhere in the history of this document. Whether or not that is the case, you can create a new conversion table specifically for this document. If you haven't looked at conversion tables yet, a conversion table is a FrameMaker table that describes how to use tagging in an unstructured document to create an equivalent structured document. How successfully it creates the desired structure depends very much on the nature of the tags used in the unstructured document and the desired element structure.
        --Lynne

  • How do I open and save a DVD as movie file?

    I have a DVD with video content that I want to eventually get "in" to iMovie for editing.
    I can open and play with iDVD.
    I need to save it as a movie file so that I can hopefully import it to iPhoto - and eventually open and edit with iMovie.
    How do I save it as a movie file? When I tried QuickTime it wasn't able to open it either.
    Thanks,
    Kathy

    Did you load the MPEG2 Playback Component?
    If you open your DVD in the Finder, you should find a folder called Video_TS. In this folder, you should see several files with the extension .VOB. Drag one of these files into MPEG Streamclip and you should be able to play it. If you get that far, we'll keep going.
    AIC is Apple Intermediate Codec. It is a high quality codec good for editing. DV is the codec used by MiniDV camcorders. You can pick these in MPEG Streamclip by selecting FILE/EXPORT TO QUICKTIME/AIC or FILE/EXPORT TO DV
    There are other solutions, but this is the best one if you want to preserve the quality of your files before editing.

Maybe you are looking for

  • Reader 11.0.10: won't save file open history.

    Adobe Reader 11.0.10 Windows shows a blank recently opened file list after it's closed and relaunched, every time, on the splash screen, the menu list, and on "View All".  100% repeatable.  AR 11.0.09 and before were fine, the problem started with th

  • Carrier return problem, how to remove CR

    Hi, I just created a BSP page that should upload a CSV file in its original state to the application server. for example, there are 3 columns in my original .CSV file separated with ; -> 12412,22;2342,32;1000,40 1000,32;3444,31;4500,11 right now, it

  • HT3819 Home Sharing Doesn't Work

    I have AppleTV(2nd generation), ipad2 and a PC with windows7.  My apple TV recognizes my network to enter the itunes store but will not do Home Sharing.  I think I have tried everything with no sucess,  I checked Home Sharing, authorized computer etc

  • Variables for dates

    Hi Experts, i am trying to design an query,in which i have two charecteristics named as Start Date & End Date. The values for start date & end date are diffrent for some records and same for same records. i have the requirement to use start date and

  • Safari 5.1 won't load webpages after install

    safari 5.1 wont load any webpages on my pc running vista. I have uninstalled and reinstalled and still nothing. all the other browswers work just fine.  any ideas or help?