Capturing quicktime chapters

Morning all,
Is there a way to use applescript to capture the frame that a quicktime movie stops at for chapters and then continue onto the next chapter?
I am intending to do this with quicktime movies made from keynote presentations, with the intention of creating a series of image files that will then be imported into Pages to be used as handouts.
Since Keynote will create a Quicktime file with pauses for builds and transitions I thought that might be the easiest way to get the images out for the handouts.
I've looked at the applescript thingie for Quicktime but haven't a clue where to start. I would appreciate any suggestions on getting this to work. I would like to be able to share this as a either an Automator thingie or applescript whatchyamacallit when I am finished, since there are so many people who would benefit from the results.
Gerry
http://pagesuser.com
Oh, if you want sample movies to play with you can find one here. You should be able to click and save from that link.
Message was edited by: Gerry Straathof - added sample movie

That's very close, but it saves each frame of each
chapter, making 466 images.
Is there a way to make it so it only captures the
last frame of a chapter?
Hi Gerry
Ok, if it's to save the last image in each chapter, it would be better with (save as picture), because it save the image at the movie current time.
This script is much faster, 10 seconds instead of 71 seconds, because (copy ,cut, paste) is not necessary any more.
71 seconds : the image sequence settings is 4 frames per seconds, format: JPEG )
property Main_folder : missing value
set Main_folder to choose folder
tell application "QuickTime Player"
if not (exists movie 1) then error "No movies are open."
stop movies
tell front movie to set {currMovie, T_name, duration_list} to ¬
{it, text 1 thru -5 of (get name), duration of chapters of (get first track whose kind is "Sprite")}
set T_target to my makeFolder(T_name)
repeat with i from 1 to (count duration_list)
tell currMovie
set current time to (item i of duration_list)
export to (T_target & T_name & " Chapter " & i) as picture using settings preset "Photo-JPEG" -- or "Uncommpressed", or "PNG"
end tell
end repeat
end tell
on makeFolder(n)
tell application "Finder" to return (make new folder at Main_folder with properties {name:"Images from Movie " & n}) as Unicode text
end makeFolder
PowerMac G5   Mac OS X (10.4.8)  

Similar Messages

  • QuickTime chapters in iDVD...

    Has anyone ever been successful in getting QuickTime chapter markers to appear in iDVD? I do not have Final Cut (of any description) and I really don't want to re-import this video (DV-25 format) into iMovie just to add chapter markers that iDVD will use.
    I've tried adding chapter markers by hand, and I have tried adding chapter markers using Metadata Hootenanny (http://metahoot.3ivx.com). Either way, the chapters work perfectly in QuickTime (I am using v6.5.2), but iDVD pretends they don't exist.
    Do I need to eliminate the chapter marker at 0:00:00.00? Do I need to rename the chapter track? Do I need to remove the text attributes on the chapter track? Is there some other wizardry that I am missing? Apple claims that iDVD will import chapter tracks from QuickTime but I have NEVER been able to get it to work...!
    --Dave Althoff, Jr. (this was why I felt like I got burned when I bought iDVD 4)

    Sue suggested...
    *Make sure no chapter markers are within two seconds
    of the start or end of the timeline.
    Hmmm...I can try removing the 0:00:00.00 chapter marker and see what happens...
    *Make sure no chapter markers are within a
    transition.
    There are no transitions. This is a single continuous QuickTime movie.
    *Make sure no chapter markers are within two seconds
    of the end of a transition.
    There are no transitions. This is a single continuous QuickTime movie.
    *Make sure you do not have the "Share selected Clips"
    option checked when preparing to share to iDVD
    QuickTime Pro has no such option.
    The other difficulty is that this movie is 1;28;01;28, which means it is WAAAAY too big to import into iMovie HD. QT says the data size is approximately (I can't check exactly; it's now compressing to MPEG-4) 18 Gb.
    Let me re-iterate...this is a DV-format movie in QuickTime (actually exported from Avid Xpress Pro). Two people have suggested that iDVD-5 has forgotten how to get chapter data from QuickTime; but in truth, I could never make it work in iDVD 3 or 4 either.
    --Dave Althoff, Jr.

  • Capturing QuickTime player scrubbing. How?

    I've posted this quandary in the QuickTime forum, to no avail. I apologize if it is out of place here.
    The effect I want in a short music video is the effect I get while scrubbing the playhead of a stand alone QuickTime in a particular manner. I can somewhat sync the movement to the beat of my music and want to record that to use in a short music video.
    What is the best way to capture this 'live' scrubbing? Any suggestions are greatly appreciated. Thanks.

    Ah. Well, there are video capture programs but I don't know of any that can capture at video resolutions and framerates. Other ideas:
    1) Point a camera at your display. This is cutting edge jazzed up stuff, right? People actually pay for plugins to give them that "TV screen" look.
    2) Play with Time Remap and try to emulate what you're looking for.
    I prefer #1.

  • QuickTime chapters to iDVD?

    (Yes, I asked in the iDVD forum. I am asking here in case some QuickTime wizard knows more about this than the iDVD wizards do...)
    Apple claims that iDVD can import chapter markers from QuickTime.
    I have built chapter tracks by hand, and I have built chapter tracks using Metadata Hootenanny (http://metahoot.3ivx.com). Either way, the chapters work PERFECTLY in QuickTime, and are completely ignored by iDVD.
    Any ideas?
    --Dave Althoff, Jr.

    Well, I still haven't looked at the binaries to make any sense of them. But I did pass the files through Dumpster and found something interesting.
    The first thing I noticed was that the time bases of the two files are different. Remember, one file is the chapter track extracted from the iMovie movie; the other is a fresh chapter track made from the text file exported by QT Pro from the iMovie chapter track. The iMovie chapter track has a timebase of 2997 while the QT chapter track has a timebase of 1000. As nearly as I can tell, looking at the files on the "atomic" level using Dumpster, that accounts for nearly all of the differences between the two files.
    Until I get to the bottom of the list. (Warning, it's about to get really geeky!)
    As I go through the tree, I see similar but not identical values for most elements:
    moov
    -- mvhd (timebases are different)
    -- trak
    -- -- tkhd (similar except for duration, but timebases are different)
    -- -- edts (identical except for duration, but timebases are different)
    -- -- mdia
    -- -- -- mdhd (identical except timescale and duration)
    -- -- -- hdlr (identical)
    -- -- -- minf
    -- -- -- -- gmhd
    -- -- -- -- -- gmin (identical)
    -- -- -- -- -- text (identical)
    -- -- -- -- hdlr (identical)
    -- -- -- -- dinf
    -- -- -- -- -- dref
    ............this one has different values between the two files, but I suspect that might again be because of the different timebase values.
    -- -- -- -- stbl
    -- -- -- -- -- stsd (Different. Mine has more values provided, but these appear to be text attributes which iMovie doesn't bother to set.)
    -- -- -- -- -- stts (Different, but definitely because of timebase difference)
    -- -- -- -- -- stsc (identical)
    -- -- -- -- -- stsz (Different. Odd, this appears to be the lengths of the chapter labels, and the QT version makes them one byte longer.)
    -- -- -- -- -- stco (Different but makes up for the difference shown in stsz)
    And now this is where they start to really diverge, and I think this is the critical part. The QT version has:
    -- -- udta
    -- udta
    -- -- WLOC [$023A|$0037]
    The iMovie version has:
    -- -- udta
    -- -- -- name [$4368|$6170|$7465|$7220|$5472|$6163]
    -- -- -- chap [$6368|$6170]
    -- -- -- kgit [$6368|$6170]
    -- udta
    -- -- wide
    -- -- WLOC [$0048|$0034]
    Now, call me crazy, but I'm almost willing to bet that the "name", "chap" and "kgit" atoms in the first "udta" atom of the "trak" atom is important. I can't tell off hand looking at the data whether the values are significant, but it looks like that might be where iDVD is getting its chapter information instead of from the conventional media descriptor fields. Hmmm...Dumpster will show me the atoms, I wonder how I can set them arbitrarily...
    [EDIT:]
    Duh. Translate to ASCII, and the contents of the atoms are as follows:
    -- -- udta
    -- -- -- name [Chapter Track]
    -- -- -- chap [chap]
    -- -- -- kgit [chap]
    [/EDIT]
    Oh, and I'll bet that moov-level udta atom "wide" (which contains no data) is the flag that tells iDVD that this movie is anamorphic widescreen. I think the Anamorphiciser sets that by copying the target movie into a reference movie that already has that flag set, but setting it programmatically would be a cleaner way to do it...
    I wonder how I can arbitrarily set QuickTime udta atoms...
    --Dave Althoff, Jr.

  • Green screen capturing quicktime

    Hello people i am having some issues screen capturing with quicktime but also on other programs that are based on the same technology that i downloaded from the app store, such as easy capture, basically, i try to capture the screen image recording a clip and the whole clip is shown as GREEN flat green, i believe it could be a problem with the codecs since i have also installed adobe but i just dont understand.. is anyone here common with this problem i m very eager to read comments about this!

    Actualy DivX player just shows the same green screen too.
    Finder says the file is 350 MB on the disk but quick time only says its 2 MB in the movie info window.

  • After capturing, Quicktime movies are the wrong format

    I recorded on my JVC GY-HD110U in 720p, 24 f/p/s. I'm trying to digitize it, and I went to FCP Easy set-up and set it up for HDV 720p-24 and hit "setup", and when I hit "now", my capture status window comes up, and I can see the footage being captured. Then when I hit escape however, and go to my browser, a clip only shows up half the time. When it doesn't show up, and I go to my capture scratch, and double click on the QT movie, it will say error opening movie. The other half of the time the QT opens and it works fine. I can't figure out why some work and some don't. Can anyone help me figure out what's wrong and how to fix it?

    interrupted captures
    I'm not buying the "mystery." Software either works or it doesn't. If it worked before, you changed something or something was changed for you. Some joker on your crew changed settings on the camera between takes. Endless list of possibilities.
    Take what you know about your previous successful captures and try to analyze what's different about these recent failures. I'm betting it's going to be embarrassing simple.
    bogiesan

  • Quicktime Pro- Source Timecode

    I was told that with Quicktime Pro you can view the original source timecode of footage originally captured in Final Cut Pro. Can someone take me step by step as I was given these instructions:
    "This works with QT 6.5 PRO on a mac or PC. Open the QT file. Get movie properties. Select the video track from the left drop down and time code from the right drop down. You will see off-tape time displayed."
    I tried following these instructions step by step but do not see any "off-tape time" display. I am also unclear what the "left drop down" and "right drop down" are? I've tried these steps with both a mac and pc but it doesn't seem intuitive. I would apppreciate if anyone could give a detailed response.
    Thanks,
    Alexander

    Open the captured QuickTime movie in QuickTime Player Pro 6.5. Press Command-J (Mac) or Control-J (Windows). Watch this movie for the next steps...
    http://www.automaticduck.com/screenshots/Windows65.avi
    or if you don't have the codec for the AVI watch this MOV...
    http://www.automaticduck.com/screenshots/Windows65.mov
    As you scrub through or play the movie the window updates with the timecode.
    BTW, I tried this in QuickTime 7 (Mac) and I could not figure out how to display the timecode.

  • CS6 Premiere Pro Windows Capture Format

    Can Premiere Pro CS6 for Windows be set to capture Quicktime instead of AVI?

    But that's actually a good thing.  AVI is the better container, and doesn't suffer from the flaws that QuickTime has.

  • Quicktime Stereo

    Hello to all reading this.
    I posted this awhile back but am still having issues with it. My end goal is to use FCP 5.1 and a Canopus 100 ADVC box to capture DV video and Audio with the audio as 2 DISCRETE channels. The Reason for this is to be able to hand off the captured QuickTime files to others (Audio editors and Music editors) to be worked with. The problem I am having is that both the clip in FCP 5.1 and my captured QuickTime file itself, although have discrete audio channels, neither plays back discretely; Rather the playback as a stereo mix. Opening the clip into QT Pro 7.x and panning in QuickTime player only gives me 1 channel of the mix, not the discrete audio. In FCP 5.1, panning each of the audio tracks (MonoA1) and (MonoA2) will make the clip play back discretely. However, to get that same result in the Quicktime file, I am required to Recompress every frame in export box - taking me another 12 minutes for a 20 minute clip. And yes, In the capture window under the audio tab, I have the little aduio icon as 2 distinct circles indicating 2 discrete tracks. Hey even in the Capture window, under the audio tab, when not digitzing, the level indicators show 2 discrete channels. However after capturing, the audio is alas a stereo mix, not 2 discrete channels.
    I would very much like to skip this "Make Sequence/re-export" step as it costing me an hour a day re-making these QuickTimes instead just capturing the QuickTimes with the discrete audio. Does anyone know how to do this or what I am missing to make this work for me.
    Thanks
    Doug

    I doubt that there are many people using FCP to capture footage from an Avid. Why are you doing this? I use both systems and am not sure why you are doing this. Not that this has anything to do with the issue, I was just curious.
    Have you set up FCP to capture them as mono and not stereo? I think you said as much but I want to be sure. In the Capture Window, Clip Settings tab there is that option to capture Stereo or capture as separate mono.
    In the viewer, you say they show up as Mono, right? My mono captures are always center panned...but you need them right and left panned, correct? Yeah...I can see needing that. Hmmmmm...
    Shane

  • Captured footage not sharp

    my fresh captured footage is already not sharp looking at it with quicktime, and I have done nothing to it!!
    I have been talking with apple and all settings are ok, Got the latest software updates...and still have this problem. After 8 years of editing on an older MAC I sure was not ready for this, can anyone shed some light on this?

    my quicktime does look better, but I still have inferior footage seemingly at every stage.
    Let me explain. I actually have a few clips I imported from FCP, and a few clips I brought in directly from an older program (2mv files) WHen I look at a preview of the DVD, it is very visible that the "new" clips are far inferior.
    I followed the course of Larry, who recommends to export using quicktime...but what I noticed when he showed how to do it, his clip renders in DVDstudio pro, where my new clips remain orange ( a dot) as opposed to green...so I am thinking something has got to be wrong here...
    a note the capture quicktime file does seem of normal size for raw dv capture...
    If I would not have a customer on my back, I would have time to sort it out...but the clock is ticking....AUCH!!! thanks for answering guys, it is MOST appreciated
    Jeff

  • Chapters? Where are the chapters?

    Can't you add chapters before export to idvd?

    Can't you add chapters before export to idvd?
    Of course you can. Actually, there are several different ways to do so.
    1) From within an editor - Apparently the most common/only known method employed by the majority of users. In this case, the chapter module is built into editors like iMovie '06 (and earlier), FCE, FCP, etc. While this may be handy for anyone who edits their content before chaptering and converting their files to a final form for distribution it can be inconvenient for those who only want to chapter their content without need for editing or re-compression.
    E.g., I make 4 or 5 DVDs for the family a year but turn out 400-500 TV shows, movies, podcasts, slideshows, etc. a year which never need to see the light of an editor for iPhone, iPod, TV, and online viewing. So for me, having an external application for chaptering is ideal.
    2) Manual Chaptering - the second and probably oldest method, is to simply use a "plain text" editor to manually create a "Text" track containing the chapter times/chapter names and merge it with your edited or unedited content in an MOV file container. Apple provides the step-by-step instructions for accomplishing this on their web site. However, since the process of locating and entering chapter points can be somewhat tedious and many of us are somewhat lazy, this approach usually has little or no appeal.
    3) External Graphic Chaptering - This would probably be the normal/preferred workflow for individuals using iMovie '08 and those individuals having no need to edit their content before chaptering. In this case, the edited or unedited content is simply dropped to GarageBand's "movie timeline" and chaptered as most users have always done in the various Apple editing applications -- i.e., you movie the playhead to the point where you wish to add a chapter and simply press a button. When done, the chaptered content can be "sent" to iDVD just as it used to be in previous versions of iMovie without re-compression, exported to your hard drive in an MOV file container without re-compression, or converted/re-compressed to MP4/M4V file containers with the chapter track in tact for use with external "artwork" in iTunes as many users requested. Frankly, I don't see why people are complaining since this single solution is compatible with the original iMovie-to-iDVD workflow, allows the chaptering movies without editing, and now allows the chaptering of MP4/H.264 files -- all of which are features requested time and again by various QT users.
    4 External "Capturing" of Chapters - Another, lesser known, workflow employs the use of an external utility like Metadatahootenanny which, like GarageBand, can graphically chapter files but which allows the user to also extract/use "chapter" information directly from a DVD or VIDEO_TS folder, online source, or text file. While this utility is sometimes a bit "quirky," it does work... most of the time. And, while chapters may shift a few frames due to conversion of compression formats. it is still much faster than chaptering a movie manually or graphically "from scratch."
    So basically there you have it. The workflows are there if you choose to use them rather than simply lament the fact that it cannot be done from "within" iMovie '08 or complain rather than using iMovie '06 which is included as an alternative to '08 for those who really prefer the older, more familiar workflow.

  • Snapz Pro X and Final Cut Pro

    I'm screen capturing QuickTime movies of usage of a website via a web browser to include in a video production. I'm using Ambrosia's Snapz Pro X to do the video capture. I've sized the browser to 720x480 for the capture. I'm exporting the capture using the animation codec (which looks much better than a DV stream), but it comes in at 8 frames per second, which doesn't mesh with my timeline (at 29.97 fps).
    Is Snapz Pro X a good solution to do this, or is there a better program to do this? If Snapz Pro X is a good choice for this, what settings should I change in the program to get the best video for use in Final Cut?

    AFAIK Snapz records the screen activity into RAM as OS-level screen calls and then renders the file to your drive with whatever CODEC you choose when you save the clip. So the choice of CODEC won't affect the frame rate, but the size of the capture frame will.
    The Animation CODEC is the best choice as it retains the full fidelity of the screen grab (no loss of quality). The main thing to remember when configuring the Animation CODEC is to set the keyframe rate to 1 (every frame is a keyframe). Final Cut does a bad job of handling key frames in the Animation CODEC when making cuts edits between keys - you'll get weird artifacts.
    This makes for big files and Final Cut will want to conform the clips to 29.97 (or whatever timebase your using) so it will need to render the clips before you can edit them. Make sure your timeline is set to the same frame size, CODEC and KEY FRAME rate as the clips coming in.
    Once you've done your cuts and are happy with your edit, output directly to whatever delivery CODEC your going to use: MPEG2 if DVD, Flash, H-264 etc for web. Avoid rendering to DV as the DV CODEC slaughters text and hard edged objects.
    My two cents worth.
    Chris

  • Ripping DVD's: what to do about special features

    What do you guys do about special features on DVD's? I rip everything to my drives, but then the AppleTV becomes a clutter of entries...

    Well, I like to keep everything organized, so I encode the specials features as one file with the movie. They play after the movie plays. When Apple allows us to add chapters, then I will be able to just skip to them instead of fast-forwarding.Okay, I understand now. Actually, Apple already allows you to chapter your movies. However, if you do so in the normal fashion, then you will have to put everything in an MOV file container instead of MP4 or M4V containers. This means you cannot associate external "cover artwork" but, if you want to include it, embed it in your movie as a poster frame and limit dimensions to your frame size. You can use a program like Metadata Hootenanny to capture/insert chapters from your DVD or simply insert a single chapter marker at the beginning of your "special." In adddition to the "fast forwarding" capability of TV you mentioned, it also creates "pseudo" chapters of equal time intervals for "stepping" through your movie rather than "fast forwarding" if preferred. Unfortunately, they would probably not be very accurate for finding the start of your "special" content.

  • Anyone with FCP + SnapzProX experience?

    I've recently purchased SnapzProX, a software that allows
    you to capture quicktime movies of your actions on
    a MAC desktop. It works pretty well.
    However, I'm using it primarily for tutorial purposes,
    to show students how to perform certain actions in
    FCP and other MAC software.
    The major issue I've run into is that the quicktime
    movie that SnapzProX generates for you looks great,
    lots of detail and such, but the software doesn't give you
    the ability to add any text or arrows or such to the screen.
    You can add Voice-overs, but no text, which is a bit
    limiting for tutorials.
    When I import the quicktime movie it generates into FCP,
    and add text through the text generator, not only is
    this EXTREMELY time consuming, but the resulting quicktime
    movie I export is also VERY compromised, fuzzy, and nearly
    unuseable. I know this has to do with compression settings
    and such.
    I'm just wondering if anybody has used SnapzProX before
    in the manner in which I described, or a similar program,
    and has found a way to add text or other elements to
    the quicktime file IN FCP, while maintaining quality and
    without it becoming an incredibly time consuming process.
    Thanks.

    Hello brvideo,
    I have been working with Snapz and FCP 5 for some time and have found that they work very well together, even to the point of making very small but very high quality files.
    As has been mentioned in this thread, the first thing to know is your Snapz settings. For example, I am working on a project were I capture at 800x600, 30 fps, in the Animation codec, automatic keyframes, millions of colors. I'm not capturing any audio with the screen.
    Then the FCP 5 sequence must be setup to EXACTLY match these. I set the sequence settings at
    Frame Size: 800 x 600
    Aspect Ratio: custom (4:3)
    Pixel Aspect Ratio: Square
    (Anamorphic is not set)
    Field Dominance: None
    Editing Timebase is 30
    QuickTime video settings are:
    Animation, quality 100%
    Advanced... is Animation
    Frames per second: 30
    Key frame every 30 frames
    Depth: Millions
    Quality is Best.
    This matches the Snapz capture settings but, as you can see, FCP is a little bit more detailed.
    At this point I have an FCP sequence preset that is ready to accept and edit my captures with full quality. (If these setings in FCP did not match Snapz, if you were using something like a DV NTSC setting your captures would be completely degraded. FCP and Snapz have to match as you have seen.)
    Then I edit, adding text, dissolves etc., etc., etc and I keep full quality. I find FCP really really efficient for doing any kind of editing but I did read the book LOL!
    I export, using QuickTime Conversion, not QuickTime Movie. I export to, you guessed it, Animation compressor, 30 fps, keyframe every 30 frames or automatic, millions of colors and quality best. No point to try to limit a data rate on an export like this LOL!
    Then I use QT Pro to do the real compression. (File > Export in QT player)
    I have been using H264
    Frame Rate of 15 fps, sometimes even 12 fps looks good
    Key Frames: automatic
    frame Reordering checked
    Compressor Quality at Best
    Encoding: Best Quality
    Data Rate Automatic
    It takes awhile to compress but the results are beautiful. Even the dissolves are very very attractive. I can even resize the movies down from 800x600 to 600x450 or even 400x300 and they look great. None of the other codecs even come close.
    Your end user has to have QT 7/6.5. And this is only going to play on a computer, not a TV. (I've never been able to get a screen capture look acceptable on a tv, and for me it's a non issue.)
    That's pretty much my workflow.
    Now can I ask you something?
    Have you noticed in the FCP Browser that when you import a Snapz capture the frames per second are always set to 10 fps no matter what you capture at in Snapz Can you take a look and tell me if you see this in your Browser? I'd really like to know. Every Snapz capture comes in at 10 fps and has to be dealt with in order to edit critically...

  • All I Want is 1080p!

    Hey guys,
    Im not sure if you guys are familiar with the Phantom HD camera, but they way we get our footage is I have a portable FCP system that connects to the HD-SDI out of the camera. The way we have been doin it was capturing 1080i 59.94. The problem with that is the footage is interlaced and the designers hate working with interlace. I have a shoot next week and I need to be able to capture a 1080 signal (at any frame rate) with no interlacing. I don't care what frame rate I can get I just want no interlacing. The camera is able to spit out a 1080p signal, so is this at all possible to capture in FC? I am running a blackmagic extreme, but also have access to a couple Kona LHe's. Both Blackmagic and AJA said the only way to get a non-interlaced signal is capturing at 720p 59.94. Is there another card out there that i can get 1080p??? Thanks a bunch!
    Ryan

    Right, we are actually 'soon' to be owners of the Phantom HD and worked with Vision Research on many projects. The reason why I made a custom portable FC system, is that it cuts down the production stand time on set dramatically. Downloading the .cine raw files at full 1080 takes up lots of time on set. Connecting straight out of the HD-SDI connection and capturing the playback, I have the full ablitity to play it back on set for the client almost instantly. Granted the quality is not as good as the downloaded raw file, but it is still uncompressed HD and looks fantastic.
    So with that said, I will be using the Blackmagic card that is installed on that box and capturing at 1080psf @ 24. Im just worried about the segmented frames and hoping the designers won't have as hard of a time as they did working with the interlaced footage on the last shoot. Will it be noticable giving the designers the raw captured quicktime? Thanks guys
    Ryan

Maybe you are looking for

  • Videos and video Podcasts won't sync anymore to iPod

    I have a 5th generation 30G Video iPod and used to have all the same videos and video Podcasts playing just fine on my iPod. I reinstalled Mac OS X on my Macbook and added all the videos and videoPodcasts back to my iTunes library and while they play

  • Password problems [subject edited by moderator]

    Has anyone had trouble getting password changes to take?  I've tried to change it 3 times, and it APPEARS to be accepted, but does not let me install software updates.

  • Can I re-download movies in canada that I have purchased??

    I downloaded a few movies from Itunes in the past and do not see the movies tab when I click on purchased. Is this feature availabe in Canada? Thanks

  • Change language Prefs in App Store

    living in the Netherlands but english speaking, how do I change to language prefs to English in the App Store my system is in English but for some reason or other the App Store is in Dutch

  • OCR to ClearScan multiple times okay?

    Hi guys. Does anyone see any problems with having Acrobat OCR a document more than once? We have pdf files that get appended periodically, and sometimes the appended part has not been OCR'd. So to make sure the entire file is readable and searchable,