How to Scale and Crop

I'm working on animating some screen capture footage. I'm trying to crop out part of the screen and replace it with my own background, and then do some moves. However, when I zoom in to the footage, it throws off my crop - the crop moves with the zoom instead of staying stationary like I want it to. In other words, I want my custom background to stay the same size and for the box that the screen capture is in to stay the same size (crop the clip). What it's doing instead is cropping the image itself, so that if I scale the image up, the crop moves along with it.
How do I apply the crop on top of the scale, as part of the clip itself rather than just cropping the image? I'd rather mess with compound clips.
Thanks!

Compound clips are nothing more than "groups". In order to supercede clip level edits, sometimes it's necessary to edit the group instead.
Crop is part of the media, as is scaling. Scaling the media scales the crop.
Here are three ways to accomplish the effect you're looking for:
1)
Select your clip and type Option-G (make compound ["group"])
Add the cropping you need to the compound level and not the clip itself
2)
Select your clip and make compound
Add Effects > Keying > Mask to the the compound level (optional rounded corners and feathering)
3)
Place a Generator > Elements > Shapes at the top level (over the clip you want cropped)
[Select Square and use Video > Transform > Scale to alter the "aspect"]
Set the Video > Compositing > Blend Mode to Stencil Alpha
Select the generator and your clip and make a compound clip (option-G) [creating the compound here is simply to "stop" the action of the Alpha blend mode from "cutting through" the entire project
HTH

Similar Messages

  • Scale and Crop in slideshow not working

    I put together 2 slideshows with music and used the pan and zoom feature. Unfortunately, when i select scale and crop for the images, its still showing black bars instead of filling the screen.  The images vary in size and rotatin but they are all high quality. I am working in cs6.
    Any advice or solution would be greatly appreciated.

    As a workaround, you might want to look into my workflow of using Still Images.
    Now, I must start by saying that I nearly always create my slideshow in PrPro, and do not normally use the SlideShow feature in En.
    I gather my Images into folders, that differentiate their size, and their orientation, and will often place those, that will require Panning on a Zoomed OUT Image, into yet another.
    In Photoshop, I have Actions to Scale to the necessary dimensions, and also apply Rotation, if required. For those Images that WILL have the Pans, I calculate how large they need to be, and adust one of the Actions for that purpose.
    Then, I use Automate>Batch, choosing the appropriate Action, and set my Source Folder and Destination Folder, as needed. Those Ps Actions work on the every Image in the Source Folder, and output (Save_As) to my Destination Folder, as PSD.
    Those Scaled files are then Imported, and any Pans, Zooms, etc., are applied to them.
    I have not used En's Scale function, but have read of a few problems with it. Also, remember that any sort of Scale to Frame, will only Scale up to the point, where the greatest dimension fills that dimension on the Frame, so if you have, say a portrait oriented Image (vertical), the Scale function will only Scale that up, until the vertical dimension fills the vertical dimension of your Frame, leaving black bars on either side (Pillarboxed). Same for a landscape oriented image (horizontal), whose Aspect Ratio is less than the Video Frame. That Image will be Scaled until the horizontal dimension fills the horizontal dimension of the Video Frame, and as the Aspect Ratio does not match up to the Aspect Ratio of the Video Frame, you will be left with black bars above and below (Letterboxed).
    As required, I also do any Cropping that would be required by differences in Aspect Ratio, so that my processed Images WILL match my Video Frame Size.
    Maybe others will have some tips on using the features in En, to perhaps save you from using the workaround.
    Good luck,
    Hunt

  • Scale and Crop with Image Alchemy

    Hello,
    We're using Digital Asset Managment with Image Alchemy for the conversion engine. Does anybody know how to configure a rendition set that scales and crops an image without distortion? So if you check-in a 1000x1500 pixel jpeg, it could scale it down and crop it to exactly 100x100 pixels.
    I've been looking through the Image Alchemy documentation, but haven't found this example yet.
    Thanks
    -Jason

    All you need to do is define an "ImageAlchemy" variable inside the "ImageManager_NameValues" ResultSet, DAM automatically knows when to use it for the rendition info. But instead of pointing to the ImageAlchemy executable file, I point to my script. For my conversion ResultSet's extEngine, I refer to an "ImageMagick" variable instead.

  • Scale and Crop - left with black bars

    In Final Cut Express, I know the concept of "scale and crop" but when I am scaling and cropping, I am still left with black bars on each side of the video. It seems that I am able to crop/scale the white background and the video but not the canvas. Here is a screenshot of what I am working with...
    http://www.brokersalliance.com/paperwork/crop.gif
    Even after I export the video, I am still left with "unused space."
    I want the white background to fill the total space yet when I resize the video/white background, I am left with black excess.

    You have a black background BECAUSE you cropped the clip. When you scale down or crop a clip and nothing is underneath it, all you'll see is black.
    If you want a white background, place a color matte on a video track below the clip and set its color to white.
    -DH

  • Scale and Crop .fla file?

    So I have an animated logo .fla file, there some some AS 2.0 in it. I basically need to scale and crop the entire file (just like you'd scale and crop an image in photoshop). Any easy way to do this in flash?

    There isn't any one click method for doing it if that's what you're looking for.  There is no cropping tool so that becomes a matter of resizing the stage by entering new dimension for it... similarly so to scale the stage.  As for the content, that all needs to be manually scaled as well.
    If you have all vector content, then you can always try scaling at the swf level.  Visually it should not be impacted.  Still, if you needed cropping for different stage dimensions, that would need to be done manually.

  • How to scale and clip a BitmapImage in Flex 4.5

    Here's my problem, I need to scale and clip images into square sized tiles to put into a tile list. Here's how I want it to work:
    1. I want all my tiles to be, say, 300px x 300px.
    2. For each image, I want to scale the shorter side (either width or height) to fit in the tile using the "letterbox" scaleMode (so that it maintains aspect ratio).
    3. Then I want to position the image in the center and clip away anything left over from either both sides or the top and bottom.
    Here's an example to help clarify:
    - I have an image with width=600px and height=1200px. First I want to scale the image to width=300px and height=600px (notice that aspect ratio is maintained), then center the image vertically and clip the image to 300 x 300.
    Is this possible? This is actually a pretty standard way of displaying square thumbnails in many photo-based web sites, but I can't find a way to make it work in flex.
    Any help would be appreciated, thanks!

    You can define any number of risk levels (low, medium, high,
    etc) using a
    case statement
    case (true) of
    (value(member("total")) < 12): member("risk level").text
    = "Low"
    (value(member("total")) < 27) : member("risk level").text
    = "Medium"
    otherwise:member("risk level").text = "High"
    end case
    "Mike Crisp" <[email protected]> wrote in
    message
    news:e4kn47$b2n$[email protected]..
    > Dave
    >
    > Now that I've started tinkering. Any suggestions as to
    how I might work
    the
    > following:
    >
    > If value of member "total".text is between 8 and12
    Member"Risk
    Level".text =
    > "Low Risk"
    >
    > If value of member "total".text is higher than 27
    Member"Risk Level".text
    =
    > "Unaccepable"
    >
    > And so on.....
    >
    > Mike
    >

  • Replacing and retaining scaled and cropped images

    Hi,
    For some reason I can't find how to replace exisisting images that had been tweeked or even images that have not been tweeked in Author. I have several similar images that needs to be scaled and postion in the same area from page to page. I import an image, scale it and cropped it, but once placed I don't know how to replace it with a different image. I tried creating a a template (another problem), but still no go.
    *also, is there a way to create a job without using template? It doesn't seem to allow you it.
    Thanks in advance...AG_779

    You can have a master image on the right hand page in the layout pane,
    and set it to be a media placeholder.(in inspector)
    The image will be same size same spot on each page,
    You can drag an drop to replace the image on each page.
    The problem is, if the new image is a different size (pixels), it will change the size of the place holder frame to match the new image. it will not keep the size of the master image and crop with in that size.
    It is best if you scale and crop each image outside of IBA in Photoshop etc. first,
    then drag and drop on the place hlder for each page.

  • After paste attributes(transform and crop), it is strange crop...

    Hi everybody~
    I did copy from one clip and then paste attributes to same positon, scale , and crop.
    But after that, like that above image, crop is problem.
    Of course I replaced source clip again and no problem.
    But I want to know why that problem occured.
    Help me~

    What about the frame size of the project?
    I tried with two clip recorded with my MBP's iSight camera (at 640x480).
    On a 640x480 project, I could not make the problem occur. Paste atributes worked correctly.
    On an 1080p project, the problem manifested itself. It seems that pasting atributes somehow messes up the spatial conform parameter: while it still shows as "Fit", it appears as if it were set to "None", as far as I can tell.
    (Of course, such an error has not effect when the dimensions of the clip coincide with those of the project it is in).

  • How to create and use scales for DAQ-6014 in Labview?

    Hello,
    In my application, I use the DAQmx-driver to read the 16 analog input terminals of my DAQ-Card. I create a task with all the 16 channels and define for each channels the input domain (from 0 to 10V) and configure them as NRSE. Then I configure my task to measure the waveforms during 10s with 1000 Hz each time I need it.
    The waveform I measure are raw data and I need to scale them to get a mesurement with physical signification. This is actually done after each measure, which costs a lot of time (almost 5 seconds). Then I tried to use the DAQmx Create Scale.vi to create scales and attach them to the channels during my task creation. The creation of scale works fine and I can attach them to the channels. But when I do my measure, I get the raw data - unscaled.
    I have no idea, what I am doing wrong. I look for some examples on how to use the DAQmx Create Scale.vi but I can't find none.
    Does anybody already have some experiences with this VI?
    Cheers,
    Olivier

    Hi,
    May be I don't get exactly what you mean with:
    "Right click On DAQmx read and check the options with DAQmx AI read (it is a polymorphic VI) ."
    I set the DAQmx read polymorphic VI to the option "Analog 1D Wfm NChan NSamp".
    Anyway, I send you 3 VI:
    - NIDAQ_6014_CreateScales.vi: where I create my scales
    - NIDAQ_6014_StartAIN_Scaled.vi: where I create my task and use the scales
    - Measure.WaveFormReader.vi: where I read my data
    May can you see what is wrong.
    Cheers.
    Attachments:
    Measure.WaveFormReader.vi ‏39 KB
    NIDAQ_6014_CreateScales.vi ‏22 KB
    NIDAQ_6014_StartAIN_Scaled.vi ‏29 KB

  • How To Perform The Same Edit And Crop To Multiple Images?

    On just one image this would be a no brainer, I'd just use the paint brush or similar tool to wipe over a section I want covered and use the crop tool to get the image size and position I'm after. The thing is though, I'd like to do the same edit and crop to a series of photos to keep them all consistent and it's beyond me how to do that in PS5. When I look at help I find tips on using scripts, batch processing or stacking images that seem to defy the English language and don't address the two simple little things I want to do to these images.
    Can anyone explain, or point me to a resource, that could help me accomplish what I'd like to think should be a simple task for such an expensive program?
    Greg

    You could use a "clipper" document to isolate the globe in each image.
    Create a clipper doc which is the size of the images in the globe series and which contains only a layer with a silhouette of the globe surrounded by transparency.
    Make an Action which will copy the current image and close it, paste into the already open clipper doc, clip that image layer to the silhouette layer, crop/trim, export a file then revert the clipper doc to its initial state of just the silhouette ready for processing the next image in the batch. For example:
    1. Select All
    2. Copy
    3. Close
    4. Paste
    5. Create Clipping Mask
    6. Trim based on transparent pixels
    7. Save As
    8. Revert
    Open the clipper doc then set up Batch so the output files are named with a serial number.

  • In InDesign, how does one determine the pixel size of a text box? Specifically, we need to write text to specifications of 600 pixel width, and have no idea a) how to scale a text box to specific pixel width, b) how to

    This may be a basic question... but in InDesign, how does one determine the pixel size of a text box? Specifically, we need to write text to specifications of 600 pixel width, and have no idea a) how to scale a text box to specific pixel width, b) how to determine what word count we can fit in, and c) how to do it in a table? Thanks!

    Set your ruler increments to pixels Preferences>Units & Increments. You can fill the text box with placeholder text Type>Fill with Placeholder text and get a word count from the Info panel with Show Options turned on from the flyout.
    From the Transform panel you can set a text box's width and height

  • How do I completely crop a PDF so that the cropped data is removed and the file size is reduced?

    How do I completely crop a PDF so that the cropped data is removed and the total file size is reduced?
    When I use the "Crop" function, the cropped data still remains in the file and there is no reduction in file size. I need a way to truly crop a PDF using Acrobat software.

    When you export, try to get the full file path or else you will have to do a lot of manual searching.
    If you downloaded the picture from Messages, the picture is stored in your User Library/Messages. to make your User Library visible, hold down the option key while using the Finder “Go To Folder” command. Enter ~/Library/Messages/Attachments. 
    If you prefer to make your user library permanently visible, use the Terminal command found below.
    http://osxdaily.com/2011/07/04/show-library-directory-in-mac-os-x-lion/
    You might want to bookmark the command. I had to use it again after I installed 10.8.4. I have also been informed that if you drag the user library to Finder it will remain visible.

  • In Captivate 8, how do I insert a text animation. It is grey scale and therefore can't be selected. I also want to use a "typing" effect.

    In Captivate 8, how do I insert a text animation. It is grey scale and therefore can't be selected. I want to use animation and also want to use a "typing" effect.

    Hi there
    What is your project type? Responsive? If so, that's why animation is disabled. Animations are usually built in Flash and Responsive output doesn't "do" Flash.
    Cheers... Rick

  • I took all my video with my iPhone turned the wrong way. When I view it on my pc it's turned on its side. How can I rotate the video and crop it?

    I took all my video with my iPhone turned the wrong way. When I view it on my pc it's turned on its side. How can I rotate the video and crop it?

    Try plugging it into a computer with iTunes opened. If you see anything that says restore, say no.
    Sometimes these issues resolve themselves when you connect the device to iTunes.
    What happens when you hold the home and sleep/wake button? I know it doesn't work, but does it shut off at all?

  • How To Scale the Rulers and Object Dimensions

    Hello. I've been using Corel Xara for a long time - like, since '98 - and recently started using Illustrator CS3.
    In Xara, one can set the scale for rulers and objects. For example, I can set up the rulers for inches and then define a scale of, say, 1-in equals 300-ft. Once done, the ruler no longer displays inches; it displays the scale feet. And, when entering dimensions for objects or grid locations, I can use, for example, 650-ft and it will understand that I mean 2.1667-in.
    Is there any way to do the same sort of thing in Illustrator? I saw how to change the rulers to inches, millimeters, points, etc., but I have been unable to find how to scale the ruler to X:Y.
    Any info?
    Thanx!

    Short answer: No.
    Longer answer: To change the ruler measurments to a different predetermined system, simly control-click (Mac) or right-click (PC) on the rulers themselves. You can not set the application to auto-scale dimension like you describe. You can use math functions in dialog boxes though. So you could enter 600'*.125 for 600 ft times 1/8

Maybe you are looking for

  • Date syntax for MySql query in SQL Reporting Services

    I am currently trying to link a mysql Stored Procedure to a Microsoft SQL Reporting Server. It is coming up with a Syntax error. I believe this is down to the Date_from and Date_to Parameters. The query is below any help would be appreciated  DELIMIT

  • TDS TAX AMOUNT  IS NOT MACHING WITH INVOICE WTAX AMOUNTu2019

    Dear All, I am Facing Following Problem in TDS While creating an A/P Invoice after putting row level information when user click on u2018ADDu2019 button u201CWithholding Tax Tableu201D opens for deduction of TDS amount. When user selects u201CWithhol

  • How to marshal data directly to java.lang.String ?(JAXB, Marshaller)

    The "Marshaller" interface provide some basic methods. It can marshals to a File, or a SAX ContentHandler, or a DOM Node, or a OutputStream etc... But I just only want to marshals to a String, and then sent the String as TextMessage via JMS. So, Is i

  • EZ file system errors

    Hello people! Today I have a new issue. I received an email from my EZmedia NAS "The file system on your Lenovo EZ has errors and needs to be checked". But I have not any process tu run. Options? Solutions???

  • Best Macbook for Photoshop

    I want to buy a new Macbook that will support and run Photoshop well, without freezing up or slowing down while using the program. I have been looking at the MacBook Pro, but do not know if it's necessary to buy the 15 inch or if the 13 will do. The