Watermark Presets - So many choices.

I've created a watermark as a psd file.
I'd like to make it a universal export so it will appear on my image.
When I export, it shows up as extremely small.
At one point I had it showing in the proper size, and I've chosen Presets-> Image Export -> Show Watermark ->Scale Automatically.
I created a Custom Preset because there are so many choices, most of which I have no idea what select.
I've selected JPEG (Original Size).
Should I have selected PSD (16-Bit) or 50% of Original Size.
Too many choices, too confusing, Help on Aperture doesn't help so I'm posting in this community where I usually get a quick helpful answer.
Thanks !

Here's what I did  .
Design your basic watermark as a PSD.  Scale it to the widths you commonly use (my watermark runs along the bottom, so width works for me), and save a file at each width.  I selected 600, 1200, 1900 px, and saved my files as "KirbyKriegerApertureWatermark600pxWide", etc.
That gives me three watermarks to select from.  As long as the pixel dimensions of the file being created by exporting are close, the watermark will look OK.  I generally export at close to 600, close to 1200, and close to 1900 px.  For each of these I have set two export presets, one with no watermark, and one with.  I named these Export Presets "Kirby JPG 600 Q8 NoWater", "Kirby 600 Q8 Wtrmk", etc.  (The Q# is the JPG quality setting.)  I leave "Scale Automatically" checked, but since the watermarks are selected to match the export size, this does little.
So I have six Export Presets, all JPG, in three different sizes, and for each size with and without my watermark.
Test them all!  If you are not getting the result you want, redesign the watermark.
Vary to suit.
I have never needed to export a full-size copy with a watermark (full-size is for printing; I don't print watermarks).
Ask more as needed.

Similar Messages

  • How to get selected values from Select Many Choice List

    Hello All -
    I am using Select Many Choice List and wish to get the selected values in the bean. I have created method binding for valueChangeListener for the choice list, but not sure how to get the selected values.
    I am facing problem in getting values from valueChangeEvent.getNewValue(). For Select One Choice List this returns int, but some list type object for Select Many Choice List.
    When I try to print the value it comes something like:
    ArrayList newVal = new ArrayList(Arrays.asList(valueChangeEvent.getNewValue()));
    System.out.println(newVal);
    [Ljava.lang.Integer;@870ad8
    Could anyone please suggest how to type cast and use the return of valueChangeEvent.getNewValue() to get the selected values.
    Regards -
    Rohit

    Hi Timo -
    Thanks for the suggestion. I could get the values as below:
    public void multiOpUnitValChange(ValueChangeEvent valueChangeEvent) {
    // Add event code here...
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding opUnitIter = (DCIteratorBinding)bindings.get("OperatingUnit2VOIterator");
    Integer[] values = (Integer[])valueChangeEvent.getNewValue();
    for (int i=0; i<values.length; i++){
    Row row = opUnitIter.getRowAtRangeIndex(i);
    System.out.println(row.getAttribute("OpUnitId"));
    Thanks -
    Rohit

  • How capture the value selected in the component ( Select Many Choice )

    Hello Everyone ,
    I am new to ADF and i have a ADF page developed with Select Many Choice as one of the component , this field can be multiple numbers , i would
    like to capture each one the value being selected under each message choice and print them using sop .
    Let me explain through example :
    Application 1
    : Role 1
    : Role 2
    Application 2
    : Role 4
    : Role 5
    Where Application 1 , 2 are name of the Select Many choice component and Role 1 , 2 .. are values inside various Message choice .
    Now if i select Role 1 in Application 1 and Role 5 in Application 2 , i would like to print each of these information on click of a button.
    can some one help to achieve this .
    Note : All the values like Application 1 , 2 and Role 1,2,3 etc are just hard coded , not using any data base .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Pratap ,
    Thanks for your response ,Its just a page with component ( Select Many Choice ) i have hard coded some of the values for
    select choice .
    Let me know if you need any further input .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Select Many choice list gives null pointer exception in the value listener method

    I have a Select Many Choice component in my page and  I have a method assigned as a value change listener. When ever I select a single value or multiple values I am getting a null pointer exception.
    <MessageFactory> <getMessage>
    java.lang.NullPointerException
        at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.findIndexFromObject(FacesCtrlListBinding.java:390)
        at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.setInputValue(FacesCtrlListBinding.java:449)
        at oracle.jbo.uicli.binding.JUCtrlValueBinding.put(JUCtrlValueBinding.java:2546)
        at oracle.jbo.uicli.binding.JUCtrlListBinding.put(JUCtrlListBinding.java:3437)
        at javax.el.MapELResolver.setValue(MapELResolver.java:229)
        at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255)
        at com.sun.faces.el.DemuxCompositeELResolver.setValue(DemuxCompositeELResolver.java:281)
        at com.sun.el.parser.AstValue.setValue(Unknown Source)
        at com.sun.el.ValueExpressionImpl.setValue(Unknown Source)
        at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:131)
        at org.apache.myfaces.trinidad.component.UIXEditableValue.updateModel(UIXEditableValue.java:361)
        at org.apache.myfaces.trinidad.component.UIXEditableValue.processUpdates(UIXEditableValue.java:311)
        at Reportview.backing.Report_v1.onRegionSelect(Report_v1.java:328)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.el.parser.AstValue.invoke(Unknown Source)
        at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
        at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
        at javax.faces.event.MethodExpressionValueChangeListener.processValueChange(MethodExpressionValueChangeListener.java:144)
        at javax.faces.event.ValueChangeEvent.processListener(ValueChangeEvent.java:134)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:824)
        at org.apache.myfaces.trinidad.component.UIXEditableValue.broadcast(UIXEditableValue.java:243)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1137)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:405)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Can someone tell me why this error occurs.My method is like this -
    public void onSelect(ValueChangeEvent event) {
    event.getComponent().processUpdates(FacesContext.getCurrentInstance());
    String[] s = (String[])event.getNewValue();
    System.out.println("Value changed value change ==>> "+s.length+"===>>"+Arrays.toString(s));

    Do you get the same results if you try queuing the event to happen after the model update?
    // Requeue the event so that it happens after the model update
        if (!PhaseId.INVOKE_APPLICATION.equals(valueChangeEvent.getPhaseId())) {
    valueChangeEvent.setPhaseId(PhaseId.INVOKE_APPLICATION);
    valueChangeEvent.queue();
        } else {     
         String[] s = (String[])event.getNewValue();
        System.out.println("Value changed value change ==>> "+s.length+"===>>"+Arrays.toString(s));

  • LR5 Watermarks presets saved but linked png signature file lost...

    hello,
    I work recording the lightroom settings/presets in library folder rather than in the os user settings.
    I switched from PC (7) to Mac (Mavericks) and I could open my catalogs on mac keeping the majority of my settings and preferences. Except for watermarks: I had 5 watermarks presets with png signature file, they are still listed as watermarks presets, the settings are retained but the graphics signature file in PNG watermarks disappeared. Some of the png were outside watermark's presets folder, some were inside, result is the same, all disappeared.
    I think I can not recover them and will have to do them again, that's not a so big problem, but to avoid this in the future, what do you advise me to keep the watermark PNG files stored with the settings info?
    Thank you!

    Thanks for the idea Rikk,
    I tried to save a new watermark preset, i have my .lrtemplate new file in "Watermarks" preset folder, but linked png is still not copied in the catalog presets folder, and nothing new appears in the folder you indicate, on mine i just have "Library>Application Support>Adobe>Lightroom", but no "Watermark Sources"
    So i also tried to create this "Watermark Sources" folder and copy my pngs files inside, reload lightroom, open an old catalog where i had watermark presets; the pngs still not appear.
    I have to leave but still open to any other ideas : )
    Thanks

  • Many choice list

    When i give a value to many choice list in adf which is bind to a list in bean class , i am not getting output.
    <af:selectManyChoice label="Label 1" id="smc1" *value="{Bean1.list}"* binding="#{Class1.mc1}">

    Hi,
    Welcome to OTN. Always mention your JDev version, technologies used and clear description of your usecase / issue (check out this announcement : https://forums.oracle.com/forums/ann.jspa?annID=56).
    When i give a value to many choice list in adf which is bind to a list in bean class , i am not getting output.What do you mean by "not getting output"? Do you get any error / exception?
    -Arun

  • How to delete watermark presets when file is missing.

    Ok, so I have searched high and low on all kinds of search engine and forums looking for a solution to this problem I was having with deleting watermarks from Lightroom 4.  I had a bunch of watermarks that I had created in LR4 that was a result of trying to redo a previously created watermark (why Adobe don't allow you to overwrite I don't know) but instead of overwriting the currently selected watermark LR4 lets you create a new preset from the changes.  These changes build up over time and you sometimes end up with missing or moved files.  If these graphic files are missing then you may or may not have ran into my dilema where when you select the watermark to try and delete it, the dialog box just keeps disappearing and nothing you do seem to work.  Don't dispear, here is a solution I've discovered that I couldn't find anywhere else.
    1. Open LR4 (Not sure if this works with other versions)
    2. Select the Print module (this seem to be the fastest, easiest way to access and edit watermarks)
    3. Select the check box next to the watermark under the "Page" pane on the right (this will allow you to select and edit the individual watermarks)
    4. select the dropdown menu and chose the watermark that you want to edit.  The dialog bot will open but beware it will quickly vanish in a couple seconds so here is my solution (at least until Adobe fixes this problem).  Grab hold of the dialog box before it closes and hold it for a few seconds, this will delay or stop it from closing instantaneously.
    5. Select the dropdown menu within the dialog box and chose delete watermark option, confirm that you want to delete and voila!
    Sorry for making this so long but I think the details maybe more helpful than you think, especially for people that are a bit technically challenged.
    Caios!

    Dawill76,
    Alternative procedure to your # 4: Select the watermark you want to edit. Let the dialog box close, then open it again ... and
    now <Delete preset ...> is visible and available as an option.
    This is one of the idiosyncrasies of Lr: You have to open the dialog box twice. First to select the watermark, and second to delete it.

  • Bus-powered external enclosure, too many choices.

    Hi, I'm shopping for an external enclosure for my Macbook's Sata drive as I just ordered a 7200 Hitachi drive as a replacement, I would like the enclosure to be bus-powered, firewire is a good option but not necessary.
    I noticed there are a few on eBay with those characteristics, are they any good. Checked the ones on Newegg (even though they don't ship to Canada), and they are a little more expensive. There is also one that seems nice on OWC but it's pretty expensive at 80$.
    Not sure if I can trust the ones on eBay, what are you guys using/usggesting ?
    Francis.

    Hi
    I did exactly the same thing a couple of months ago so that I could save money with the white macbook versus the black. I bought a 120GB drive for my iBook and switched it with the shipped one when the machine arrived from the Apple Store. Result = I get a better specified machine than was available on line (and in white) and a removable 60GB drive with bus power, firewire 800/400 and USB 2.0.
    To get to the point buy one of these:
    http://discussions.apple.com/thread.jspa?threadID=736770&tstart=30
    works a dream, is neat and compact, comes with useful short wires, can be powered if necessary, and looks cool.
    I searched for a long time and the OWC enclosure was easily the best for me, even to import to the UK (i.e need to add on a few pounds sterling for customs - still way cheaper and better than alternatives).
    David
    macbook, PM G4s & G5s, PBG4, iMac G4 & G5   Mac OS X (10.4.8)  
    PM G4 & G5s, PBG4, iMac G4 & G5   Mac OS X (10.4.3)  
    PM G4 & G5s, PBG4, iMac G4 & G5   Mac OS X (10.4.3)  

  • How many choices to create a station on Itunes Radio can be live at the same time? Only 10 choices show in ATV interface. Does the 11:th choice render the first one obsolete? In that case: som much for personalized radio.

    That's pretty much what I would like to know so I can stop trying to make endless corrections when Itunes wants to entertain me with Blink 182. I would way that any personalized radio service that means serious business and wants  to extend beyond the hit crowd needs an equallly serious algorithm to edit the music.

    Unfortunately, the message pretty much says it all.
    What it does not tell you is that your Time Machine backups are corrupted and Time Machine cannot repair them, so it wants to delete your entire backup file and start with a new one.
    I'm afraid that AppleCare will tell you the same thing, but it's worth checking with them to see if there are any new developments in this regard for this puzzling issue which affects a small percentage of users.
    Please post back on your findings if you pickup some additional useful information when you speak to Apple.

  • Help? wayyyy to many choices...

    Hey guys ok i just kept looking here theres MILLIONS of cameras obiously but this is a question how do you know witch one suits you and witch one you should get when it comes dfown to the finals..... all i know is read reviews goods bads etc... anyway this is my main question that i want to be answered. Witch camera is right for me... i use fcp on a macbook pro i do indoors and outdoors and greenscreen i do the editing obiously in fcp and i want something with AWESOME i meen awesome sound and image quality... somethign fast to get things into fcp. Please dont get mad at me if i didnt provide you with something just ask me and ill tell you. Thanks

    Why are there dropped frames...
    1) Your computer isn't up to snuff and you need to do a clean install of everything. Wipe your HD and do a fresh install of all your applications and system software. I'm sorry -- but that's what happens when you buy someone else's problems.
    2) You are capturing to your system HD - not an external FW drive.
    3) You don't have an additional FW bus on your lappy.
    4) Your capture settings are wrong
    5) Your GL isn't clean
    6) You are using a Professional Application without a Professional Attitude toward your profession. Get a grip and buy some books.
    7) Hire a consultant to get you up to speed.
    8) It's the plumber not the plumbing
    CaptM

  • Too many choices, Which codec do I choose?

    I am not new to FCP or DVD SP but I am new to the HD world. I have edited my first HD movie using FCP HD (1080i60 format) and the movie is 1 hour and 25 minutes long. It is an instructional video. I used Quicktime compression and selected H.264 because I thought it would result in high quality and a small file size. Two and a half days later the compression completed and the file is 13.4 GB. All I really want to do is to get the best quality video into DVD SP4 so that I can take the best advantage of my HD video and keep the movie to only one DVD if possible. I have to admit that I am lost when trying to figure out which codec to select. Any help would be appreciated. Thanks

    First of all, transcoding from HDV to h.264 results in compression.
    Not only that, but h.264 is a codec that cannot be used to create a SD DVD in DVD SP. It requires Mpeg2/m2v files.
    Simply export your HDV movie to your scratch disc with current settings, no recompression, video and audio self contained.
    Drop that into Compressor and elect the 90 minute best 16:9 setting, and the Dolby 2 audio setting.
    Take the m2v and ac3 files, and import them into DVD SP as assets.
    Make certain that the track is set to 16:9.
    Might want consider Sitter's book on DVD SP.

  • SO Many Choices

    hey guys i need some info about hese two vga chipset to be exact which one is better. First is the nvidia7900gs and the other one is th rx1950pro. do you guys have any other vga with even better performance but in the same price range.   ROCK ON!

    neutronblaster_64bit,
    Check out Tom's Hardware's:
    VGA Charts
    There are plenty more to look at, I left you with the 3DMark2k6 at max resolution.
    Take Care,
    Richard

  • Why is the way you arrange you window buried under so many choices?

    In CS5 window arrangement was in the tool bar.  Very handy.
    Now I have to go to Window, then Arrange and then choose an arrangement.
    This seems very inefficient.

    Perhaps because someone in a leadership role felt that more folks were getting confused by the swarm of buttons up there than were being helped by the convenience of them being there, and we all get this wonderful mass produced software, which cost millions of dollars to develop, for just a few hundred bucks.
    But since this is a beta I'm all for your requesting for them to put the buttons back.  I'm just saying given that they spent time and money taking them out, I wouldn't hold my breath.  But best of luck!
    -Noel

  • Reposting a question that didn't get answered in previous post: best preset to save mpeg project?

    So it took me a week or so to get to try out the answer I'd gotten, & I couldn't get that answer to work, and then my follow-up question didn't get answered, which makes me wonder if threads & discussions kinda die if they're not kept up? (I'm not very experienced in how these forums work, apologies).  In case that is the case, I'm starting this new one, but refer you back to the old (unfinished) one.  Just scroll down to the last few exchanges to get the gist of it.  Thanks . . .  Mark
    the previous discussion:   http://forums.adobe.com/message/4663058  

    Steve--Sorry if this approach wasn't the best--as I said, I'm not well-versed in forum protocol-- but I did post it last week to the end of that discussion as you recommended but didn't get a response, so I wasn't sure how best to proceed from there.  Anyway, hopefully this works ok for you.  Here's a copy of the relevant exchange. I'd written:  "I'm using a Lumix DMC-ZS7 which, on the small test I did, was set to 640x480 & is a MOV file, and while the "correct" preset choice isn't there, there is probably a best choice among the many choices that are there, and that is my question--which should I choose for this particular clip at this resolution?  Both for quality & cross-platform usability?  The camera also has AVCHD Lite", whose specs read: -- SH: 17Mbps /H:13Mbps /L:9Mbps ) / 30fps (Motion JPEG)   1280x720 pixels, NTSC Mode: NTSC model: 60p(CCD output is 30p)."
    You wrote back:  "Shoot in AVCHD Lite and, when you set up your Premiere Elements project, select the project settings for AVCHD Lite and you should get much better results.
    Obviously, your video is not going to look perfect at full screen on a computer no matter what output settings you use. Your monitor is likely larger than 1280x720. But you should then be able to output using Share/Disc/WMV setting your output for 1280x720 using the Advanced settings."
    And here's my follow-up, & hopefully final, question, from last week:
    "Hi Steve-- I just now had time to try out your recommendation--and I will in the future shoot in AVCHD Lite--but for the existing mpeg stuff--I could not find the settings you recommended.  ("Obviously, your video is not going to look perfect at full screen on a computer no matter what output settings you use. Your monitor is likely larger than 1280x720. But you should then be able to output using Share/Disc/WMV setting your output for 1280x720 using the Advanced settings.")  Firstly, I took this to be your answer to my question of how best to save mpegs, not AVCHD Lite, am I right there?  Under Share/Disc I couldn't find any WMV settings whatsoever in any of the choices, nor was there any Advanced option.  Under Share/Computer there is the Advanced option--but again, I couldn't find a WMV setting.   I did find 1280x720 under the Share/Computer/mpeg presets, as a couple HD 720 options & three HDTV 720 options.  If indeed one of those is the best choice--which one?  Or is your original suggestion still the one, with its non-obvious location to be revealed?  (by the way, I've got Premiere v10.0).
    Question 2-- when I do start using the AVCHD lite, is there any one preset you can advise as the best one to use?
    Thanks again--Mark
    and thanks again again--Mark

  • Sequence presets are missing after "Creative Cloud" activation of CS6

    I recently downloaded a trial version of CS6 (I had CS4). While in the trial period PrPro CS6 had a plethora of options to choose from in the "sequence presets" including several XDCAM HD options which I needed as I shoot my video in that format.
    Everything worked okay with my imported video. I imported several clips into sequences setup as XDCAM HD 1920x1080/23.97P with no problems. All was good for a couple of days until I bought a "Creative Cloud" account. After activation, many choices in the sequence setup window are mysteriously missing. I download all of the updates in an attempt to fix; that didn't help.
    Now I can't import any of my XDCAM HD videos or open any of the several projects I created while running the trial of CS6.
    The picture below shows the sequence presets that I have available now.  Help.
    Sincerely, Joe
    CS6 "Creative Cloud"
    Windows 7 x64
    i7
    6GB

    See http://forums.adobe.com/thread/1050730?tstart=0

Maybe you are looking for

  • How to create a Group Above report using APEX

    I want to create a Group above report with more that one group using APEX. Is it possible to generate such a report using APEX. If so kindly let me know how to go about creating a Group above report with more than one group.

  • OdiWaitForLogData with CDC

    Hi , When I try to use OdiWaitForLogData , and loop back to start scenario again (with OdiStartScene) , it will end up like infinite loop. Here is my parameter that defined on OdiWaitForLogdata Context : Global Global Row Count : 1 Logical Schema : O

  • Error obtained when launching executable jar in Mac - Jar works in Windows

    Hi, I have a problem using my executable jar in mac. When I run the application(executable jar) from Windows OS, it works perfectly. But when I try to launch the application from Mac, I get the following error apples-imac:CreateJar apple$ java -jar T

  • New Version of Software won't load to iPod Mini

    When I plug my mini into iTunes I'm asked if I'd like to update the software on it. I say yes and I get a message box saying "iPod updating" and a little green line goes backwards and forwards in the box while the message stays on the screen saying "

  • Can't change autoplay to false

    I just have a little movie clip I want to put on a web page. When I select the FLVPlayback component and change the autoplay to false, it doesn't stick. The next time I check it, it's back to the autoplay default. Saving the file with the false optio