Applescript Quicktime export movie to image sequence

I am having troubles with Quicktime 7.1 and Tiger using Applescript.
Ultimately I want to export a movie as image sequence as tiff at a certain fps.
I've downloaded the Applescript/Quicktime script collection. When I try to run the "Export to DV Stream.scpt" script, it gives me "an unknown error occurred"
Looking at the event log, the problem with their file is on the line
"export movie 1 to new_file as DV stream using settings preset "NTSC 44.1 kHz"
If I truncate the options at the end to say "export movie 1 to new_file as DV stream"
it works fine, but then I can't select presets.
I don't want to export as DV, rather as image sequence, I thought I could just modify script to read
export movie 1 to new_file as image sequence using settings {Format:"TIFF", fps:15}
It compiles fine, but saves images as .png at 30 fps,
I've studied the dictionary, but didn't get anywhere.
Thanks in advance
Kevin
Dual 1 ghz G4, mac mini, 15" Powerbook, intelimac   Mac OS X (10.4.6)  

Something definitely got hosed in QT 7.1's scriptable interface. A script I had running perfectly in 7 broke on 7.1. I basically just shuffled objects and commands around like you did until I it finally worked. :/ If you have a copy of the last version handy (perhaps on one of your other macs) then I suggest loading and using that for now.
Edit: Oh yeah, and you can't specify settings the way you have it as a record ({Format:"TIFF", fps:15}) even though that compiles, the dictionary states that the 'using settings' parameter is a file containing settings. You would create such a settings file using another script with the 'save export settings' command (note this only saves the most recently successfully manually-attempted export settings)

Similar Messages

  • Error 43 when trying to export movie to image sequence

    Hello, I'm trying to export a movie to image sequence. I did this successfully on our other xp machine but am getting an error 43 message with this one. I have searched online and on the forums and can't find a solution. Help would be appreciated.
    Thanks,
    Sharon

    Jenny, the solution for me was to save to the desktop. I can export when I save there.
    Sharon

  • Help creating Shell/Applescript to automate creation of Image Sequences

    Hi Everyone,
    I am currently getting into shell scripting (what fun it is!) and have created a couple of scripts that:-
    a) Take a picture with the iSight camera every minute and name them YYYY-MM-DD-HHMM.jpg
    b) Once every few hours move all images into folder YYYY-MM-DD so that all images are in one place.
    What I want to do now is automate the process of creating the Image Sequence timelapse mov from QuickTime Pro.
    Is this possible? Even if you just point me in the right direction I would be very grateful! I've been going around in circles and still haven't found out if I can do this.
    Thanks again,
    James AKA MrBriz

    Eric wrote:
    1) He said libreoffice is the new name for openoffice, which isn't true.
    2) Openoffice may be owned by Oracle, but it's still open source (which is why so many other office suites are based on the openoffice code, e.g., NeoOffice and LibreOffice, as well as others.)
    If you're going to say "libreoffice, formally openoffice" you have to back that up with some truth.
    Thanks Eric.
    My mistake. The last time I checked the opensource world was awash with statements to the effect that OO was dead. I then discovered that LibreOffice was picking up where OO left off.
    I now see that OO is still going. So I guess people were making a fuss about nothing when the Oracle / Sun thing happened.
    Either way, Apple Pages lacks the Navigation feature found in OO/LO, and Word. And that is what I'd like to find a way to work around.
    I had to drop word on this kind of document because its way of handling numbered lists within paragraph styles was driving me nuts, as it had done for the person I was assisting, and has done for many other people I see have posted issues about that as far back as 2003 or earlier. So I switched my friends document over to Pages, as that's installed by default on her MBP. But she really wanted the document map functionality that was in Word. OO/LO was my next option, and the one I am running with for now.

  • Export to DPX Image sequence and keep master clip timecode?

    hi guys, shane i hope your out there!!
    i need to export (1920x1080i/50) pro-res master conform clips to DPX Image sequence for external grade, every time i've tried it exports fine, but each clips has a default timecode starting from 00..., i need to maintain original t/c as grade is external and i will be recieving files back for re-conform and online etc. i have less than 1 hour to give answers to producer, this is the first time we've used this workflow, i really want it to work as this is what guys like us wake up in the morning for, i'm sure there must be something simple i'm missing. i have a tape ready for a lay off as precaution but i really dont want to be defeated !! i'm using glue tools plug-ins any help would be much appreciated. please help me.
    regards.

    i've had to manually override timecodes on export, not at all ideal and tedious as ****, please tell me there is a simpler way of doing this, this plug is supposed to make your life easier, any feedback/advice greatly appreciated.

  • Want to Resize Images that are Exported as an Image Sequence

    Recently started shooting HD. When I use "Image Sequence" to create a mass of video stills/frame grabs, the result is massive in size that takes up my whole monitor. I then use another program to shrink them down to 720 width and watermark them. I'm pretty sure I'm losing a lot of sharpness when I do this. I think if I could export directly from FCE at 720 it would look a lot better. Is there a way to export the "Image Sequence" in a size smaller than the original size of the video?
    Failing that, anyone know a mac-compatible program that can do this with a 15 min video and make stills at 2 per second like FCE does, while resizing? Thank you!

    Thanks Michel!
    But does what u r saying apply to Final Cut Express, which is what I have? I watched a vid on nesting in FCP on a HowTo tube and it looked very easy. You just select the sequence and then go to Sequence>Nest & then it allows to to pick a video size. But that exact function doesnt exist in FCE.
    According to a post on a diff forum an expert said "There is no nest items function in FCE". But there are some references to nesting in the FCE manual but it doesnt say how to change the size of the video in the sequence.
    So is there any way to export an "Image Sequence" or even a "Still Image" in FCE in a size smaller than the source video? If there isn't it'd be almost silly.
    Thanks to anyone who knows.
    Message was edited by: fghsnnbcv bcvcg

  • Green line on the side of my export from an image sequence

    I have created an image sequence
    at 1024x768. I bring it into PP CS4 and on the far right side there is a green line running top to bottom. The timeline is the same size as the image sequence. What would cause this and how do I get rid of it?

    Have a look at this thread: http://discussions.apple.com/thread.jspa?threadID=1802274

  • Automator and Applescript to export movie with quicktime

    I have started a work flow that asks for some files from a folder and then passes the list to an Applescript. So far the script is:
    on run {input, parameters}
    set output_items to {}
    tell application "QuickTime Player"
    activate
    close every window
    end tell
    repeat with i in input
    tell application "QuickTime Player"
    open (i as alias)
    -- HERE HERE HERE
    close front document
    end tell
    end repeat
    return output_items
    end run
    What I cannot figure out is how to get the file name excluding the extension where I have "HERE HERE HERE". I want to be able to get Quicktime to export the file to the desktop with the same file name as a Quicktime Movie. I cannot figure out how to do this...any help?

    Thanks to both of you for your help.
    I have made (well still in the process of finishing it up) a folder action work flow that takes movie files, converts them to an iPhone format and moves them to iTunes.
    I would like to give credit where credit is due. If you guys are okay with it, can I add your info (name, email, profile on apple discussions, whatever) to the credits?
    Thanks
    _Nacho

  • Why is my QuickTime Pro exporting image sequences in the wrong order?

    I am making timelapse films and using QuickTime Pro to export the images as a movie file. I have all the images in a folder named numericaly. I go file>import image sequence click on the first image and import. The images are in the correct order in the source folder I have also checked the resource files under show movie properties and they are in the correct order there. I then export as a QuickTime movie file at 1080p H.264 the film is stepping and the frames are out of sequence in the eported movie file. Why is this? Has anyone come across this before?

    Is there anything else I could try.
    Not sure. I would likely test an x264 export of the image sequence from QT 7 Pro or MPEG Streamclip (or from HandBrake if your system is not configured with the x264 codec) and see if the result was any better. This is not a problem I run into very often and, even then, the files were sent to me with no real indication of how they were originally encoded.
    Or do you know how I can analise the exported file?
    Not really... but it would be nice to have a tool which indicated the current frame type and listed pointers to frames/stacks of frames used for rendering reference.

  • How do you export a movie to an image sequence in iMovie 10.0.4?

    Hi,
    I'm trying to create an animated gif.  In order to do so I need to export my short two-second movie as a sequence of .jpg's or .png's.  This was possible in earlier versions, but I can't find it on this one.
    I'm using an iMac with OS 10.9.4 running iMovie 10.0.4
    If it isn't possible in iMovie 10.0.4, is there another way to create a sequence of images from a short movie using native tools?
    Thank you!
    Clara

    claraefrona wrote:
    Tis a brand new Mac. We didn't update so we don't have the older version.
    I see.
    I know that QuickTime Pro can do it.
    https://www.apple.com/quicktime/extending/
    But that's a $29.99 purchase.
    Not sure about the regular QuickTime Player 7
    QuickTime Player 7 for Mac OS X v10.6.3 or later
    There's also something called Movie2Picture in the Mac App store that I think will do it, but I have no experience with it.
    Lastly, check out MPEG Streamclip it's free and I bet it will export to an image sequence, though I haven't tried it.
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    Matt

  • Exporting a movie as an image sequence... cropped?

    I've created a short sequence (4 seconds) in iMovie '09 that I am trying to export as an image sequence for insertion into a stop motion animation I'm creating with QuickTime Pro.  The movie segment has been created with an aspect ration of 3:2 from TIFF images that are 1620 x 1080.
    I can export the short sequence as an H.264 movie at the proper aspect ratio, but when I export as an image sequence, the individual frames are cropped on export to an aspect ration of 16:9.  The images aren't stretched, they are cropped, and I can't figure out a way to get the QuickTime exporter in iMovie to export still images that are true to the dimensions and aspect ratio of the movie that appears in the iMovie project pane.
    I'm not entirely sure, but it's as if iMove is picking up settings for the aspect ratio from previous project.
    To workaround the problem I'm expoting an H.264 movie from iMovie, opening this movie in QuickTime Pro, then exporting the individual frames as an image sequence of TIFF files at the desired dimensions and aspect ratio.  Needless to say, the resulting frames are losing considerable image quality passing through each of these steps.  The sorry-can't-use-em cropped frames directly from iMove are adequately clear, but with the added step of making (and compressing) a movie, then exporting the frames from QT the image quality suffers.
    As an aside, you'd think I could just paste the movie exported from iMovie into my animation sequence in QuickTime Pro, but I get a video glitch at the point that the iMovie originated sequence begins.
    Any idea how to get iMove to not crop frames that have been imported at the same 2:3 aspect ratio as the project properties?
    Thanks!
    John

    I would have them all unchecked, you could use Best, but I'm not too sure if that would slow up the export with unnecessary processing.
    Also check your project settings match your original codec.
    QT would do the job too.
    Peter

  • Exporting PNG Image Sequence in Compressor?

    Hi everyone!
    Can anyone help? Any Compressor pro's out there?
    I can successfully export sequences via Final Cut Pro using Quicktime conversion as .PNG Image Sequences retaining the alpha channel (millions+). However in Compressor the Image Sequence settings seem to ONLY support targa or tiff, IS there a way to export the image sequence using compressor as a alpha channel PNG!
    You can export the sequence as a .mov with the png codec.. but I must have it as the image sequence!
    Any ideas anyone?

    Sorry, but I have not been able to find an option for exporting image sequences with Alpha channel in Compressor either. I submitted a bug report about this a few months ago.
    Why do you need to use Compressor? If it is for deinterlacing or resizing, you could export from FCP using Compressor, and choose to export a QuickTime movie using the Animation codec at 100%. After that, you can export your Animation file to a PNG image sequence using QuickTime Pro.
    It is the only workaround I can think of at the moment.
    I would recommend submitting a bug report: http://www.apple.com/feedback/compressor.html

  • Exporting image sequence out of CS4

    How can I export say, all of the FRAMES of my sequence out of Premiere? Is there a way to do this?

    Export a series of still images 
    Movies are the type of output most useful for easy previewing. However, a sequence of still images from a composition can be used for movie making and desktop presentations. You can use a sequence of stills in the following ways:
    Transfer frames to film using a film recorder.
    Create still images for high-end video systems.
    Create still images and use them in a presentation.
    Select images for publishing or creating storyboards.
    Export source images for a graphics program in which the images can be edited or retouched and imported back into Premiere Pro as footage items.
    Export a series of still images
    You can export a clip or sequence as a sequence of still images, with each frame saved as a separate still-image file. Export a sequence of stills for animation and three-dimensional applications that do not import video file formats. For example, you could export a series of still images from Adobe Premiere Pro, import them into Adobe Illustrator to use its LiveTrace feature, and then bring the altered sequence back into Adobe Premiere Pro for further editing. When you export a still‑image sequence, Adobe Media Encoder numbers the still-image files automatically.
    Choose File > Export > Media.
    In the Export Settings dialog box, from the Format menu, choose a still‑image sequence format (Windows Bitmap, GIF, Targa, or TIFF).If you choose a movie format or Animated GIF, all the frames are exported into one file.
    Choose the range to export from the timeline under the viewing area.
    Click Video, and specify options.
    Click OK.Adobe Media Encoder opens with the job in the queue.
    You can change the location into which you export all of the still‑image files from the default. Click the hot text in the Output File column and type a new location.It’s best to specify an empty folder so that the sequence of still-image files don’t become mixed with other files.
    Click Start Queue.

  • Changing the frame size of a Quicktime image sequence

    I need to create an image sequence of a short piece of video. I know how to make an image sequence using the Quicktime conversion, but I can't get it to export in widescreen 1920 x 1080. It keeps exporting the frame size of the images as 1440 x 1080. How to you change the frame size?

    the original clip has a frame size of 1440 x1080 hence that is how it exports ... you must set the pixel aspect ratio in your image processing app to 1440x1080 then the footage should appear normal.
    (in Photoshop that's the HDV Widescreen 1.333 pixel aspect ratio setting)
    edit: or you could export a tiff image sequence using compressor and do the resize in there

  • Exporting Large videos as image sequences using Quick Time Convert

    I am trying to export some fairly long videos as image sequences >10000 frames with Final Cut Pro using the quick time conversion tool.
    I am working with SD and HD videos.
    While some sequences export without error (both SD & HD) occasionally an "error" occurs which results in the 10000th frame (and in one case the 1000th frame) not being written. The File is opened as "MyVideoName#FFFFFFF.png" but no data is written to it. (Obviously it should be MyVideoName10000.png)
    There is 500Gb of free space on the disk I am writing to.
    At the moment I can't even work out why it fails in some instances - apart from the fact it seems to be related to the file name.
    I would appreciate any help any one can offer!
    Thanks,
    John
    G5   Mac OS X (10.3.8)   FCP HD 4.5; QT 6.5

    Thanks for your reply!
    So far I've not managed to come up with a workable solution.
    Exporting as an image sequence is infact a work around... I originally was planning to export the videos as uncompressed .avi files but (as documented elsewhere) this does not work for videos >10Gb.
    Some videos have exported fine both those longer and shorter than 10000 frames. However, for some videos only the first 9999 frames are exported. As a workaround I was planning to export the remainder of the videos seperately (as a subclip) but this only managed to export the first 999 frames (the 1000th file opened is called MyVideoName#FFFFFFFF, but no data is written to it).
    At the moment I can't find any explanation for the cause of this problem. Are there any logs or any way to get more detailed error information?
    Thanks again for your help,
    John

  • GoPro Camera Raw Lens Profile settings not working for image sequence in Photoshop/AE/Premiere CS6

    Hey Everyone,
    I'm in need of assistance in either Photoshop CS6, After Effects CS6, or Premiere Pro CS6.  I just installed the trials after seeing Russell Brown demo the GoPro Lens Profile correction feature in Camera Raw.  Basically what I'm looking to do is make adjustments (in Adobe Camera Raw) to a series of still images (shot with the time-lapse mode on the GoPro) and then either export those stills through Photoshop or Bridge to a temporary movie file that will be imported into a timeline (with other video clips), or import the JPG files (with Camera Raw settings) directly into After Effects or Premiere as an image sequence.  The latter would be preferable as it'd avoid the extra step of having to render the intermediate/temporary movie file.
    Right now, my current workflow for GoPro time-lapses is:
              - use Bridge CS4 to do basic color correction on the still images
              - save those as TIF files
              - run the TIF files through a custom script to have Hugin 2012.0.0 (open source pano stitcher) remove the fisheye distortion
              - open the new TIF image sequence into QuickTime Player 7 (Pro)
              - export the image sequence as a QuickTime movie file
              - import the movie file into Premiere Elements 10 to place on a timeline with other video clips (as Premiere Elements can't handle the sequence(s) of thousands of still images without crashing)
    If I can go directly from Bridge to a timeline, it'd save a lot of processing time (and it'd be much nicer to preview the images in Bridge without the fisheye distortion)!
    I can prepare the GoPro JPG files through Adobe Camera Raw in Bridge CS6, though when I go to import the JPEG image sequence into Premiere Pro CS6 or After Effects CS6, none of the Camera Raw settings are applied.  If I export the Camera Raw files in Bridge CS6 as DNG files (a step I'd really prefer to avoid) and then import the DNG image sequence into After Effects CS6, the Camera Raw settings are applied except for the Lens Profile settings -- I can pick other cameras but not the GoPro lens profiles when the DNG image sequence loads in After Effects.  It also appears that once I open the DNG files in After Effects CS6, I can no longer access the GoPro Lens Profile in Adobe Bridge CS6 -- the list changes to the same list I get in After Effects.  Premiere Pro CS6 doesn't let me import the DNG files at all.  I've also tried to import the JPG files (as well as the converted DNG files) into an image sequence in Photoshop CS6, though it doesn't allow me to do so (the Image Sequence checkbox is grayed out after I apply the Camera Raw settings in Bridge).
    There could be an issue going on with different Camera Raw versions.  I didn't have Premiere Pro CS6 installed during my initial testing, though now do notice that the Camera Raw dialog in Bridge CS6 only lets me choose compatibility up to "Camera Raw 7.1 and later" when I choose to export the files as DNG.  I thought Camera Raw 8.2 was an option there a couple days ago when I only had installed Photoshop CS6 and After Effects CS6 (though am not 100% certain).
    Please let me know if there is some workaround to get the GoPro lens profile Camera Raw corrections applied in an image sequence in one of the Adobe CS6 products (without having to export the files as temporary TIF or JPG files out of Camera Raw).  I'd greatly prefer to shorten my current workflow for these files.  (I just updated the CS6 trials and have tested all three programs again though I still get the same results described above.)
    Does Lightroom 5 have any option to export Camera Raw image sequences as movie files (or any other feature that might help in simplifying my current workflow)?  I can't install the trial right now as it's not compatible with OS X 10.6.8.  I'd consider upgrading OS X if I knew Lightroom 5 would do what I need, though am waiting for any potential color profile issues to be resolved in OS X 10.9.
    I can open the image sequence in Photoshop CS6 if no Camera Raw settings are applied and then use the Lens Correction Filter to apply the GoPro Lens Profile settings, though I really prefer the Camera Raw interface in Bridge for tweaking image settings.  As soon as I apply Camera Raw settings to the first image, Photoshop CS6 grays out the image sequence checkbox.
    If there isn't a way to take Camera Raw files straight from Adobe Bridge to a timeline, I may stick with my current workflow using CS4 and see what I can do to better automate some of the steps as the TIF export in Bridge, fisheye distortion removal in Hugin, and render in QuickTime Player all take quite a while.  I won't mind waiting for all the processing if I can set it and check back on it in later the next day when it's fully complete.  Is there a way to have Adobe ExtendScript execute an external shell command (i.e.: a command I could type into the bash shell in Terminal in OS X)?  If not, is there a way to call/run an ExtendScript script from the command line and pass a parameter to it that my custom script could use?
    Thanks in advance,
    Mark

    Can you zip up a few of your GoPro images, upload them to dropbox.com and post a share link, here, so others can experiment with them, or do you mean this issue is global to all camera models?

Maybe you are looking for

  • Contour Plug In For Illustrator

    Hello everyone... Thank you in advance for any help you may be able to provide. Perhaps there is a thread for this already. I apologize if that is the case. I work for a manufacturing organization creating technical illustrations, instruction sheets,

  • How to increase the line items against the std no of line items in MIGO

    hi, I have PO with more than 100 line items During GR system is showing the error message as Maximum number of items F1 reached What is the standard no of line items in MIGO And how to increase the line items Is there any notes to apply plz give suta

  • Using SQLJ in JSP files ... ?

    Hi, has anyone used oracle 8.1.5 SQLJ with JSP pages? In partucilar, with Apache Tomcat 3.0? Help much appreciated, direct mails ([email protected]) preferred! Cheers, all - keep up the good work! null

  • Get_current and get_iterator

    Dear Experts What is the purpose of the methods get_current( ) and get_iterator( )  ? I have used them few times but I was not able to exactly understand the main purpose of these methods. Any replies would be really appreciated. Thanks Raj

  • Item Category for Sales Materials

    Hello all, Please can you help with the item category to use for a material that will not undergo delivery process. My client wants to bill the customer immediately after creating the sales order.