How to get desired opacity effect on V1?

Here's what I want to do: reduce the opacity of about a minute of video on V1, on V2 overlay scrolling black text during that minute, and on A1 & A2 have audio of a person speaking the text. Simple, right?
I have absolutely no problem with the scrolling text and audio.
For opacity on V1, here's what I did:
Dropped the video in the Viewer
Clicked the Motion tab and keyframed the opacity amount & position as desired
Clicked the View pop-up menu and selected the white background
Clicked the Viewer's Video tab, clicked the Play button, and the playback is exactly the effect wanted: the video lightens up where opacity is keyframed.
However, when I drop that video clip in the Timeline, render and hit Play, playback on the Canvas is completely the opposite:
During the opacity portion, instead of a white background showing thru, a black background is showing thru -- which will make it impossible to clearly see the scrolling text. Clicking the Canvas' View pop-up menu and selecting the white or checkerboard backgrounds makes no difference. When I stop playback, the white background shows, but when I hit play again, the black background is back.
I'm obviously doing something wrong, but after several hours playing with this, doing various searches, +and even reading up on opacity the manual+, I still can’t figure out what step I'm missing. This is particularly distressing because I’ve been using FCP ever since version 2 (2001), and I feel like an idiot.
I’m using the latest version of FCP and all software is current.
Help!

My thanks to both Brian and G. Placing a color, white in this case, under the track I wanted to lighten up, is indeed the answer. I knew it was something simple, because the project I'm working on now is a near duplicate of one I did 4 or 5 years ago. I wonder what else I've forgotten since then.
Sorry G., but Brian beat you by minute, so I guess it's only fair he gets the credit for solving the question.
Tom T

Similar Messages

  • How to get this skin effect on a black model?

    hello everyone!!!
    i was wondering if anyone knows how to get this final effect on a picture with a black model?

    1. Original image
    2. Convert to grayscale, then back to RGB
    3. Approximate color of sample
    4. Curves to add contrast
    Final.  Dodge selected quartertones
    If desired, add a very, very slight noise. Not in image here. (Add'l layer: Gaussian, Mono, very low opacity)

  • How to get Ken Burns effect to zoom out so the whole pic is visible

    I want to start or end with the full pic in view - just as the FIT command does.
    Then I want Ken Burns to Zoom/pan to make it interesting.
    But I can't figure out how to re-size the frame beyond the 4:3 (or whatever is restricting it) ratio.
    Tried dragging the frame edges with CTRL, ALT, SHIFT, and COMMAND. Nothing seems to release the constraint.
    Thanks in advance.

    I want to start or end with the full pic in view - just as the FIT command does.
    If by "Fit" you mean the image exactly matches the display area, then you would have to "pre-crop" your scan to one of the available aspect ratios either before or after making your scan. If by "Fit" you mean "letterbox" or "pillar" views, then as Appleman said, you would have to either use the mentioned automator action or almost any graphic application. I prefer the manual approach so I can add a "text" area, frame, texture the background and/or image, and/or create other special effects.
    But, how do I zoom the view out past the edges of the photo? If I press the FIT button in KB effect, it does it. But I loose the ability to zoom/pan... Unless there is some trick to getting KB effect to start or end with a FITted picture?
    There isn't. iMovie '08 automatically scales the content to make the smallest dimension "fit within" the display area and, therefore, does not allow the "over-zoom" effect of "fitting" the larger dimension within the display area. You can however do this in iMovie HD. So if you want the "built-in" capability, this is a case where you should be using the the older application -- otherwise you will have to letterbox/pillar the content to get iMovie '08 to "Fit" your image as you wish.

  • Photoshop CS3: How to Get This "Retro" Effect!

    OK, I've been seeing this REALLY awesome retro look on images and am not sure how to do it! Any of you know how? Here is a link to a gallery that shows this type of effect: (you'll have to scroll over to image 3)
    http://www.stephcarson.com/wedding/wedding1/
    Go to image number 3 (3/40)
    thank you in advance!

    Hi Jacalyn,
    Here's one way (among many) to accomplish the effect in 2 minutes or less.
    Work from a COPY of your original.
    First, using hue/saturation, reduce the saturation to give a "faded" effect.
    Add a new layer; fill that layer with the color of the "tint" you want to
    apply. Change the blending mode for that layer to "Color" and adjust the
    opacity to suit.
    For the irregular vignette, add another layer and fill it with the dark tone
    you want for the vignette. Add a layer mask filled with white. With a very
    large, soft brush, paint on the mask with black to allow the center to
    become visible.
    When done, flatten & save in whatever format you wish -- or save it with the
    layers intact as a PSD if you think you may want to make more changes.
    As I said, there are other ways to accomplish this. There are always
    multiple ways in Photoshop, but this is quick & dirty.
    Trez

  • How to get these lines/effect

    Hi guys.
    Please, could you help me a little? I am on this simple project where I have to make something similar to this:
    http://www.video.terramedia.lt/downloads/lines.jpg
    the thing is - I need to animate the center of these lines (anchor point), and when I move that center, lines bend in some manner, if the center of lines is in the center of the screens - lines become straight.
    Please, help if possible.
    Appreciate any input.

    My first thought would be to use an expression to drive the angle property of the twirl effect applied to an adjustment layer.
    I'd make your line from a solid, possibly with a mask. Call it something like MasterLine. Move the anchor point to the far left center of the layer.
    Then I'd add an adjustment layer with Twirl. Tie the twirl center to the position of your MasterLine layer with an expression. You can simply create this expression with the pickwhip.
    Then I'd apply the following expression to the Angle property:
    zerox = width/2;
    zeroy = height/2;
    lineCenter = thisComp.layer("Red Solid 1").transform.position;
    bend = [zerox, zeroy] - lineCenter;
    distort = bend[0] - bend[1];
    distort
    After that I'd duplicate the Master Layer and offset the rotation of the duplicates 5º or 10º until you had you pattern established. You could either parent each of the duplicates to the MasterLayer (should probably add an 01 to the name so that the duplicates will be numbered) or use expressions to tie the position of each of the duplicates to the master. You could even use the layer index to automatically rotate each of the duplicates .
    I think this should work. At least it should get you started.

  • How to get text Opacity?

    I am able to get the object opacity, but I can not find the way to do the same for the text opacity,can anyone guide me?
    thank you

    With my debug plugin I haven't yet covered too much of transparency, but kXPContentBlendingOpacityAttrBoss would be a good guess. When I change that transparency from the UI, the kDocBoss subject is notified with IID_IINVALSHAPE given a command kGfxApplyMultAttributesCmdBoss whose IID_ICLASSIDLISTDATA contains that ID. This triggers for example preflight.
    Added: the attribute can then be found on IID_IGRAPHICSTYLE_OVERRIDES of the kSplineItemBoss.
    Dirk

  • How can I use After Effects filters on a whole sequence without getting stuck in After Effects?

    It appears that, with the options that are visible to the user, Dynamic Link only goes one-way and can't make round trips from Premiere Pro to After Effects and back again.  If I send a sequence to After Effects, that part works fine and I can do what I want and save the comp.  However, even though the comp appears as an asset in Premiere Pro, I am not allowed to do anything with it.  If I try to drag it to a new sequence, it just says no.  If I click "Create Sequence from Clip" it creates an empty sequence.
    So how can I use After Effects on whole sequences/tracks instead of just on a clip-by-clip-by-clip-by-clip-by-clip basis?  is this possible?  For instance, if I have a whole sequence where I've neutralized the white balance, I might want to apply a warming filter to the whole thing as a unit.  That would be really painful with even a few clips to keep doing that again and again, and if you want to modify it slightly you have to do it over and over.  If there is a way to do that through Dynamic Link through some hidden option, what happens with the audio?  Would I have to cut it out of the lower sequence and paste it into the higher sequence with the After Effects comp as a video track?

    I'm not an Adoby guy, hence you may ignore my reply, but Adobe Dynamic Link is obviously not just one way ticket and in most cases works just fine.
    You have already been explained by J-MS and tclark513 how to properly use it and which pitfalls may occur.
    So as to apply an effect onto a whole sequence or a group of clips you need to either nest them in PrPro or pre-compose them in AE. Then just apply an effect (or several ones) onto that composition.
    So, if you nest clips in PrPro, select your nested sequence in the timeline, right-click and choose 'Replace with After Effects Composition'. Done! Your dynamically linked AE composition is in the right place in your timeline and in your Project panel as well. If you can not treat it as an ordinary footage, there are obviously some mistakes in your workflow. 
    If you didn't nest your sequence or a group of clips in PrPro before replacing them with AE composition, you may easily do it within AE. Just select all the layers in AE composition and choose Layer -> Pre-compose... (Ctrl/Cmd+Shift+C) Done! Switch back to your Master comp and apply your desired effect(s) 
    You may loose some effects or/and transitions while travelling from PrPro to AE via Adobe Dynamic Link, whereas you don't while travelling back
    (If you start building your AE composition from scratch right in AE and then need to import it into PrPro, DO NOT export one as PrPro project out of AE, but rather choose Adobe Dynamic Link -> Import After Effects Composition... within PrPro)
    P.S. And yes, submit a feature-request so that Adobe will convert 'Transparent Video' into fully functional 'Adjustment Layer'.

  • How do I get the opacity slider to appear in iPhoto?

    How do I get the opacity slider to appear in iPhoto on a page in book?

    There isn't one in iPhoto. 
    OT

  • HT1349 How do I set up a speed dial on my iPhone 4s?  I am used to the bberry where I just keep my finger on a number in order to dial. This is very useful in the car.  How do I get the same effect on iPhone?

    How do I set up a speed dial on my iPhone 4s?  I am used to the bberry where I just keep my finger on a number in order to dial. This is very useful in the car.  How do I get the same effect on iPhone?

    I found a post from Alope that told me exactly how to fix it.
    Go to:
    Settings   - General   - Restrictions    -    put your pass code in   -     Facetime      -  turn the switch to ON
    Worked perfectly to stop the message that said, Not authorized to do that!

  • How to get black and white effect in photos

    Hi There,
    I have always wondered how people get to add black and white effect in a photograph. Anyone with tips and/or videos to show how this is done?
    Thanks in advance.

    Start with a raw image for detail, you can adjust anything here especially shadow and highlight detail, the second button). You can then use the adjustment layer of black & white. Start with auto, but how pull the sliders around is different for each phot. If you still want to enhance certain areas I suggest color balance (under the black and white) for shad, mids, highlights.

  • How to get the desired total of Random numbers ?

    I m in a big problem and want a urgent solution.
    I want to randomise numbers with specified limit and the total of all the randomised numbers should be desirable.
    e.g. if i m generating random number 24 times in a loop then the total of all the gerenrated numbers should be 100 and each randomised generated number should not be greater than 6.
    Please help me out. is there any method from which i can get, desirable total from the gererated random numbers ?
    Please help.
    thanks in advance

    In my usual manner, I'll throw in a couple of ideas and leave others to discard them again :-)
    Pick random numbers. If, at some point, the sum goes over 100, throw away the last number at instead put in the number that will make the sum exactly 100. Then put in 0 until you have 24 numbers. Those 0s won't look random. If it helps, shuffle all the numbers so the 0 come in random places in the sequence. If it's still not random enough, discard the whole idea. If, on the other hand, you still are m numbers short of 24 numbers and the sum goes under 100 - (m * 6), in a similar manner stop using randomness and throw in the numbers needed to hit 100. Shuffle to distribute the 6s.
    Another idea, there are 100 ^ 24 or 10 ^ 48 ways to put 100 balls into 24 buckets. Find out how many ways there are under the constraint that you can put at most 6 balls into a bucket. Enumerate them, pick one at random and generate it. I would say that this should give you a good randomness, but does it also look that way under your requirements?

  • How Do I Get My Sound Effects back in iMovie'11?

    I recently lost my mac's memory due to software issue. But now that everything is back in order, I found out when i opened iMovie'11 that my sound effects are missing. Does anyone know how to get them back?

    Nevermind. They Myserious Reappeared.

  • How to import/paste Illustrator-objects with opacity-effects?

    Hi all!
    I can't get FW CS4 to import or paste Illustrator objects
    with opacity-effects such as Multiply?
    The objects gets flattened and all effects are gone!
    Please help!
    TIA!
    /H

    henriko75 wrote:
    > Hi all!
    >
    > I can't get FW CS4 to import or paste Illustrator
    objects with
    > opacity-effects such as Multiply? The objects gets
    flattened and all
    > effects are gone!
    Why not apply them in Fireworks?
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

  • How to get same effects as I get in Photoshop?

    Hi! I am trying to code a psd to html. My psd has vectors masks, Drop shadow and outer glow effect with few of the text and colured layers. How can I produce same effect in dreamivewer? Also I was unable to set opacity for my div in dreamviewer? If anyone can explain brieft then this would be great

    Hi
    Look up css3, as this will do some of the effects you mention. However if you are not proficient in coding html and specifically css then you will find doing what you wish difficult, (web design is not graphic design).
    Try following a few of the tutorials at -
    http://www.adobe.com/devnet/dreamweaver.html
    http://www.w3schools.com/
    PZ
    www.pziecina.com

  • I deleted my uninstaller by accident how do get another one so that I can uninstall After Effects from my hard drive

    I deleted my uninstaller by accident how do get another one so that I can uninstall After Effects from my hard drive

    Why did you do that? Certainly not standard procedure. Fortunately, there is a fix: Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

Maybe you are looking for

  • Cinema Display hookup via a Thunderbolt drive

    I believe it's possible to run a Cinema Display from my MBP via a Thunderbolt drive, going from the MBp to the TB and then, via a Mini-display to DVI cable, into the display. I've hooked it up this way with the display also plugged into its power sup

  • Using analytic function to get the data

    Hi Version is 11g My table has this data NAME SALARY LAST_UPDA a 1000 01-JAN-07 a 2000 01-JAN-09 a 2500 01-JUN-10 b 2000 01-AUG-10 c 5000 01-JUN-07 c 6000 08-JAN-09 c 4500 01-FEB-10 I want to pick the salary and name of the person when it was last up

  • ASMX to WCF Migration with SOAP Header

    Hi All, I am migrating my current Web Service to WCF. Everything seems to be ok with simple asmx service. But for some of my web methods I have SoapHeaders defined for authentication. In those webmethods I have at some places used custom classes too

  • Raw 5.6 update for Photoshop CS4

    I have tried to execute the updating file for raw 5.6 but it keeps aborting and telling me to close Abobe Bridge which was not open. I rebooted with same effect. I then successfully downloaded the plugin Camera Raw.8bi into the file C:\Program Files\

  • ICloud Drive doesn't sync on my MacBook Pro.

    Hello there. I've noticed many issues with iCloud Drive since they activated it on Yosemite. I only can manipulate it via Safari (add or delete my files, move it into folders etc), but it doesn't sync in Finder on Yosemite. When I've tried to refresh