Advice on creating video using AppleScript

Hello all,
I am developing a short film project that uses Morse Code. What I am trying to do is to input text into AppleScript and produce frames within Final Cut Pro.
Has anyone had any experience with anything similar?
Cheers,
Nicholas

Core Animation is a Leopard only feature, so it isn't available yet.
I brought up Quartz, because I've done some Cocoa programming (in Objective-C) and know that it makes drawing bezier paths pretty easy. Then it would be a matter of just encoding it as a image file, and saving it out. Like I said, I'm not sure how (or if) you can use Applescript to do the same.
If you don't have much programming experience, it could be a (very) overwhelming process. So if you're comfortable with Applescript, might want to stick with automating a drawing app.

Similar Messages

  • PE11 create video using MTS files - best conversion?

    Hi,
    I have been using iMovie 11 for a couple of years now but have noticed lately that the quality of my new video camera footage has become very grainy and a major loss of quality compared to the original MTS files i have - especially when someone is wearing black you can see how grainy the video becomes.
    My video camera is a panasonic sd-80 which creates MTS files.
    I have decided to give PE11 a go and my question is - what is the best video output for me to create without loss of quality?
    I am using a Dell XPS8500, 8GB Ram, 3rd Gen i5. 
    The final file would be used to watch on a pc or stream on PS3.
    Thanks,

    Probably the best output for your PS3 would be a BluRay disc -- although you can only burn a BluRay if you've got a BluRay disc burner on your computer. You could, however, burn BluRay files to a DVD for your PS3 if your video is under 20 minutes long by using Publish & Share/Disc/AVCHD with the 4.7 gig preset.
    For viewing on your computer, I'd recommend you use Publish & Share/Computer/AVCHD with the YouTube HD preset. This will produce an MP4 that should be virtually identical to your original video in quality.

  • New to applescript. need to create a plist file using applescript

    Needed some help I need on creatinga plist file below using applescript and I can't make it happen needed some hand on this.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Username</key>
    <string>${localAdminUser}</string>
    <key>Password</key>
    <string>${localAdminPassword}</string>
    <key>AdditionalUsers</key>
    <array>
    <dict>
    <key>Username</key>
    <string>${userName}</string>
    <key>Password</key>
    <string>${userPassword}</string>
    </dict>
    </array>
    </dict>
    </plist>
    I have tis code but it doesn't seems to work.
    tell application "System Events"
      -- create an empty property list dictionary item
              set the parent_dictionary to make new property list item with properties {kind:record}
      -- create new property list file using the empty dictionary list item as contents
              set the plistfile_path to "~/Desktop/example.plist"
              set this_plistfile to ¬
      make new property list file with properties {contents:parent_dictionary, name:plistfile_path}
      -- add new property list items of each of the supported types
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Username", value:"${localAdminUser}"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:list, name:"AdditionalUsers"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Username", value:"${localAdminUser}"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
    end tell
    The result of the above code will generate a plist file below
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>AdditionalUsers</key>
              <array/>
              <key>Password</key>
              <string>${localAdminPassword}</string>
              <key>Username</key>
              <string>${localAdminUser}</string>
    </dict>
    </plist>

    Hello
    You need to create elements at correct container. Like this.
    set plist_file to (path to desktop)'s POSIX path & "example.plist"
    --set plist_file to "~/desktop/example.plist"
    tell application "System Events"
        tell (make new property list file with properties {name:plist_file})
            make new property list item at end with properties {kind:string, name:"Username", value:"${localAdminUser}"}
            make new property list item at end with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
            tell (make new property list item at end with properties {kind:list, name:"AdditionalUsers"})
                tell (make new property list item at end with properties {kind:record})
                    make new property list item at end with properties {kind:string, name:"Username", value:"${localAdminUser}"}
                    make new property list item at end with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
                end tell
            end tell
        end tell
    end tell
    Or you may create a record in AppleScript and set the value of plist file at once. Like this.
    set plist_file to (path to desktop)'s POSIX path & "example.plist"
    --set plist_file to "~/desktop/example.plist"
    set dict to ¬
        {|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}"} & ¬
        {|AdditionalUsers|:{¬
            {|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}"} ¬
    --set dict to {|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}", |AdditionalUsers|:{{|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}"}}}
    tell application "System Events"
        tell (make new property list file with properties {name:plist_file})
            set value to dict
        end tell
    end tell
    Regards,
    H
    Message was edited by: Hiroto (PS. Fixed second script so that it uses the original case (uppercase)  in key string)

  • Create a flash video using adobe media encoder cc 2014

    How to create a flash video using adobe media encoder cc 2014?

    removal of FLV and F4V export features from Adobe Media Encoder, After Effects, and Premiere Pro

  • Using Adobe Premier Elements to create a video using the photos and it is make the photos blurry. Is there a setting to correct this?

    as the subject states, i am suing Premier Elements pro to create a video using photos. The photos are clear then when you play the video they become blurry. I would guess there would be a way to correct this but not having much success. any helps would be great.

    Iltowman
    Thanks for the follow up. Right now I see details that do need addressing. For one, you are importing 3:2 photos into a project set for 16:9.
    You still have not told us what version of Premiere Elements that you are using and on what computer operating system it is running. For now I will assume, Premiere Elements 13/13.1 on Windows 7, 8, or 8.1 64 bit. NTSC setup.
    Please try the following as a mini test run (just a few of your photos) to determine if the Timeline photos present better in the Edit area and in an export.
    1. Open Premiere Elements 13/13.1 to the Expert workspace and go to File Menu/New/Project and Change Settings.
    2. In Change Settings, change the settings to
    NTSC
    DSLR
    1080p
    DSLR [email protected]
    OK out of there.
    3. In the New Project Dialog that now opens, rename the project and make sure that you have a check mark next to Force Selected Project Setting on This Project. OK out of there.
    4. Back in the Export workspace, import your photos using Premiere Elements' Add Media/Files and Folders/Projects Assets from where you drag the photos to the Timeline. There will be an orange line over the Timeline content. Press the Enter key of the computer main keyboard. or the Render button above the Timeline to do Timeline rendering which will result in the best possible preview in the Edit area monitor.
    Also, right click the Edit area monitor, select Playback Quality, and then determine if the "Highest" gives better results than "Automatic".
    If all looks good, then let us look at the quality of a AVCHD.mp4 export of that Timeline....
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p30.
    Is the quality of the photos in this mini test run better, the same, or worse?
    About your photos (3872 x 2592 3:2)...video is 4:3 or 16:9. So to avoid black borders, you could consider
    a. cropping the originals from 3:2 to 16:9 before import
    or
    b. importing them as is and doing any needed scaling in the Edit area monitor
    But, right now the focus is on image clarity rather than black borders.
    Please review and consider.
    Thank you.
    ATR

  • I am creating a video using the green screen option- I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    I am creating a video using the green screen option in iMovie.   I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    To enable this right you need Acrobat, not the free Reader.
    However, starting from Reader X it is possible to add simple markups to any file, unless it has been specifically disallowed by the creator of the file.

  • How to create a video using my i-pod?

    how can I create a video using my i-pod

    Just purchase the newest model iPod touch, the 4G, and use its Camera app to take a video.

  • Use applescript to create itunes smart playlists

    hi
    is the subject possible?
    my setup uses an intricate system of smart playlists building other smart playlists. when i add a new "theme", as i call it, like "party", "chart", "sad", "happy", etc, i dont want to have to go back through and create dozens of smart playlists each time... that is a job for my friend, applescript!
    regards
    jingo_man

    I am also interested in an answer on this. I'm not an AppleScript guru but I'm learning. My goal is to create a Smart Playlist with two criteria -- one is that the tracks exist in a specific other Smart Playlist and the other is that the track's play count is less than the average play count of all tracks in the other playlist.
    I have already managed to use AppleScript to find the average play count of all tracks in a selected Smart Playlist, I just don't yet know how to use that to automatically generate a second Smart Playlist.

  • I have always used Firefox to make Jibjab videos. Now after creating video it no longer previews or finalizes video. If I use IE everything works fine.

    I have gone through the Jibjab support site, tried all options they supplied with no success. All of my firefox plugins are up to date including flash, java and silverlight. This problem probably started 4 - 5 months ago. I can always go through IE, but IE is not my default browser. Also, once I make a new jibjab video using IE and finalize it, I can then use firefox to view that new video as well as all of my old ones created. It only hangs up when trying to create a new video. I get no error messages when trying to make a jibjab video. I add all my heads and when clicking on preview or done I basically get a blank page with only headers showing as if it is about to perform the next action but then just stops. It has only been on the jibjab site that I find this happening and they have not been able to solve the problem.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    You can check for problems caused by recent Flash updates and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows
    *http://helpx.adobe.com/flash-player/kb/common-problems-flash-player.html

  • I use imovie to create videos. When I burn the video to DVD and play it back there is digital breakup in the playback from the DVD It does not shoe in p[layback on the computer. I understand there isd some file I need to delete and reboot the imovie to co

    I use imovie to create videos. When I burn the video to DVD and play it back there is digital breakup in the playback from the DVD. The digital breakup does not show in playback on the computer. I understand there is a file I need to delete and reboot the computer and imovie will rebuild the file in the program. Help!

    My method is to use the DAW in standard recording mode, and set up the camcorder entirely separately.  After recording, I automate the audio mix with fader moves and effects, then export ("bounce to disk") a full-fidelity AIFF, 16-bit 48 kHz stereo file (most videos use 48, not 44.1).  I use iMovie '11 to import the video from the camera, then import the stereo audio file and match it up to the camera audio by dragging it into the iMovie Project.  Make the waveforms visible, it's not too hard to align.
    Then, use iMovie's "Export as Quicktime" feature.  Here, by going through the menus and options, you can control the audio compression (for example, 256k instead of 128, although 128 seems to be enough for YouTube).
    AppleMan1958 posted a YouTube video about controlling iMovie's export options that may help:
    http://www.youtube.com/watch?feature=player_embedded&v=vJg-909lx2s#!

  • How do you create a still image from a video using IMovies 11?

    How do you create a still image from a video using IMovies 11 on a Pro Mac?

    The simplest way is to do a simple screen capture.  

  • Recomended configurations for creating video for the web

    I'm working on a project creating video segments for the web (no plans for broadcast of DVD) and I'm looking for opinions on the most efficient way to use FCP to do this. We are shooting with an HD camera with a green screen and composting a couple of additional layers of Motion graphics and we found that the render times were really long. I'm looking for ways to mitigate this, on thing we did was switch from shooting in 1080p to 720p. We also tried shooting at 24fps instead of the broadcast 60fps and that cut our render time by a good percentage. Since the final product is going to be 640 by 360 at 15fps it seems like a good trade off but are there any down sides I'm not thinking of.
    I was also wondering if there might be an advantage to working at the size of the final product, if the FCP sequence were 640 by 360 would there be any advantages in terms of render times and what might the disadvantages would be.
    This is my first semi-professional project, just been a hobbyist up until now so any advice is appreciated.

    MoSaT wrote:
    We are shooting with an HD camera with a green screen and composting a couple of additional layers of Motion graphics and we found that the render times were really long. I'm looking for ways to mitigate this, on thing we did was switch from shooting in 1080p to 720p. We also tried shooting at 24fps instead of the broadcast 60fps and that cut our render time by a good percentage.
    those simple steps reduced the number of pixels in each frame from about a million to 750,00, about 25%; and you reduced the number of frames from 30 or 60 to 24 or 48. So, yeah, your rendering times are going down. If your Motion project has ten HD layers you're saving tons of processing.
    MoSaT wrote:
    This is my first semi-professional project, just been a hobbyist up until now so any advice is appreciated.
    Since the final product is going to be 640 by 360 at 15fps it seems like a good trade off but are there any down sides I'm not thinking of.
    Absolutely. But you engaged the project without knowing how you were going to accomplish anything; implies your plans for improving workflow will be similarly incomplete. We all got by with NTSC and plan ol' DV for decades. The web is a low end distribution system, not a theatrical viewing experience. You can force your viewers to download a huge file and watch it on their TVs or you can open it up in weensy teeny window on their iPhones.
    MoSaT wrote:
    I was also wondering if there might be an advantage to working at the size of the final product, if the FCP sequence were 640 by 360 would there be any advantages in terms of render times and what might the disadvantages would be.
    Purists will be correct in telling you better source footage results in better uploads. I will tell you that's true but it's academic. Your realworld needs are based on your web upload, not your plans to archive high def footage for future exploitation.
    Here's what I'd do: Work backwards. Figure out what your upload needs are--exactly. Research Compressor and other compression systems to determine how you are going to process your project to get the target output. Now decide what format that software wants to process to create the best results. then figure out how you want to provide that input for the compression application. then figure out what the tradeoffs are for your original footage in terms of your camera resources, your skills with the camera, and your mistaken impression that effects and chromakey should be fast.
    bogiesan

  • Green frames when using AppleScript to export from QT

    Not sure if this is a QuickTime issue, h.264 issue, or an AppleScript issue, but i thought I'd start here since I know the least about AppleScript and have some clues to the problem.
    I'm creating an Automator workflow that requires a run AppleScript action. My plan is to use applescript to have QuickTime Pro 7.6.6 export an image sequence from a QuickTime movie in h.264, using a QuickTime settings file I've already exported. The script points to the settings file and and exports the sequence to the output folder I've specified. Im looking to export one frame per second. Running the script works well and I'm almost getting the result I want, except that each frame that is exported is entirely green.
    Interestingly, when I run the exact same process manually, using the exact same settings, the export works fine, and the frames are correct. Additionally, exporting via AppleScript brings up a different status bar than when exporting manually, which leads me to believe that AppleScript is the culprit. Perhaps it's running some sort of outdated process? The AppleScript status bar comes down from the top middle of the video frame, while exporting manually, brings up a floating status bar. They look decidedly different.
    Has anyone run into this problem? Can possibly shed light on it? Possible AppleScript work around?  This only seems to effect h.264 videos. If I run the same AppleScript on a prores file, the images export correctly.

    Including the applescript in question could be helpful!
    tell application "QuickTime Player 7"
              export front document as image sequence using settings "Macintosh HD:Users:grato:Documents:SYNC:Sync Assets:settings:Sync_QTexport_setting.qtes" to "Macintosh HD:Users:grato:Documents:SYNC:Sync Assets:Assets:temp:Sync-"
    end tell

  • Creating video aps for Iphone downloads?

    I didn't want to cross post the same post. I made the original one in the Compressor forum since my question dealt with video compression first.
    Here's the thread:
    http://discussions.apple.com/thread.jspa?threadID=2582515&stqc=true
    Can you create video files for Iphone Aps using programs like Final Cut or Imovie, or do you have to use separate programs like FLASH or Shockwave?

    I bought Compressor, but took further advice on customising presets and codecs that I found online. The built in Apple H.264 codec doesn't produce as good a result as the freely available X.264 codec. You need the 1.2.27 version available from here:
    http://www.macupdate.com/app/mac/24173/x264encoder
    You place the x264Encoder.component in Macintosh HD/Library/QuickTime/. Be very careful not to put it in QuickLook folder by mistake - bad apparently.
    Follow the advice in this excellent article to set up the preset for x.264
    http://www.larryjordan.biz/compressor-x264-improve-video/
    Having done all this, I set up a preset in both codecs that matched as completely as possible, ran them both on the same video source and compared the results. The x.264 codec is superior. It gives much cleaner results than the Apple one at the same file size.

  • Advice about creating a website(s) with a .Mac Account - Newbie

    Hello,
    I need some advice about creating a website with a .Mac Account.
    The Situation
    For my media course we need to create a short film, then brand it, and distribute it along with press releases and press packs. No other group have thought about setting up a website - where it has all the company details, info about the Cast, Crew, Film, and maybe a link to the finished product.
    The Problem.
    I'm the only one who has an Apple Laptop. We don't want to use the computer at the university as A LOT of students use them and every month or so they're given a clean install.
    I've designed my own 'virtual series' website to showcase my screen writing work, but I haven't uploaded it. I was waiting until I finish university in the summer before I activated my 1 year .Mac Account. I have a .Mac Account, which has still got to be activated.
    How do i go about creating my 'video production' site, if I've already got my own created and sitting in iWeb?
    How could I just 'launch/upload' my 'video production' site without putting my own up as well?
    Should we buy a separate .Mac Account?
    Oh, and what would the address be, so that we can put them on business cards.
    THANKS for any and all help.

    Lots of questions... you've come to the right place!
    Here are some links that might be helpful to you:
    http://web.mac.com/varkgirl/iWeb/iWebFAQ
    http://web.mac.com/mark8heaton/iWeb/DomainSeparation/SiteSeparation.html

Maybe you are looking for

  • Mapping error while activating 0Plant_attr

    Friends, I was trying to "install" 0plant_attr in BI Content at the "Collected Object" window. I got a RED icon and when I opend it, it shows; "MAPPING BETWEEN OCUSTOMER_TEXT DEVCLNT314 0CUSTOMER_TEXT IS INCONSISTENT" Can anyone explain to me why I a

  • When I try to bookmark a page, nothing happens. The "new" bookmark does not appear on any list.

    How do I get it to work?

  • How to include body of the mail along with attachment using the below FM

    Hi All, I am using the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to generate an e-mail with excel file as attachment. Can you please  let me know how to include body of the e-mail along with this attachment. Thanks & Regards Gowthami

  • Current folder file dialog

    I have been using a file dialog popup that allows selection of multiple files from this thread, posted by Wiebe. Works great, I highly recommend it. However, I was wondering if anyone know of a way to include the button "Current Folder" like you see

  • Safari 6.1

    I was having trouble with iTunes taking my password, it would just clear the password field and up would pop the log in window, over and over and over. Sigh. So I ran all the updates available at the time, which included the latest iTunes and Safari