Animating a Zoom Effect with Layers in PS CS4?

How'dee all...
I'm hoping that this is possible and that someone might be able to enlighten me as to how I would go about doing it...
I have a Panoramic that I put together of a Manhattan City Scape that consist of 2 rows of 32 images set at a Portriat format.
What I want is to take the Panoramic that I have and fit the image centered on a canvas equalling that of my flat screen tv, that being 1920x1080 with black filler at the top and bottom of the image area.
I then want to, or atleast was hoping to save "Layers" with each layer zooming in by a percentage of say 103% (for example)... Until eventually that final layer would consist of a fully zoomed in view of the center portion of the panoramic at full resolution.  Ultimately I want to burn the final images to a DVD for playback on my Flatscreen showing the entire Pano Zooming in to its center...I was thinking that I could maybe assemble all the layers into an .AVI or something.
"I hope that you all can understand what it is I'm attempting to get across to you. And I look forward to your help with this..."
Jim...The Toxic'One...

If you get things into layers you can select "make frames from layers" and then choose animation.  This should get you started anyways.

Similar Messages

  • Animating in After Effects with video footage

    When animating in After Effects, instead of using a solid background, can I use a video as the background and have it playing while the character is moving? I can't see why it wouldn't work. I've saw people question about animating in Flash ect and bringing it in, but I need to animate within AF. Hope someone can help me out!

    Hi Claudia.
    Are you using "AF" to stand for "Adobe Flash" Or "AFter effects"?
    If you are trying to composite character animation over a background in After Effects, yes, it is a fantastic application for it.
    You can create many types of backdrops easily (and very easy to modify elements back/forth from Photoshop)
    As for character animation, there are multiple standard tools within After Effects.  There are also third party plugins that may help you.
    One plugin that I like to use for character animation is DUIK. DuDuF R&D » Duik – DuDuF IK Tools
    (free)
    Another plugin that is excellent is Mettle Freeform http://www.mettle.com/tutorials-digieffects-freeform-freeform-v2/
    ($99)

  • Does any body know how to do the zoom effect with actionscript

    I need help for my new sprite movie!

    This sounds like a really good question to ask in the Flash forum.

  • Text Zoom Effect?

    Hi, I'm trying to find an easy way to make a zoom effect with text
    What I'm trying to do is to get the same effect as if you take the Size shuttle in the controls of the text and slide it from the 0 to the 1000, with out me having to do it manually with 1000 clips.
    In short, how do I make a live zoom effect on text, so it seems as it is coming towards you?

    As Captain Mench stated, you can do this in Motion or After Effects, but it's also very easy to do with the Boris Title 3D text generator that came bundled with FCP. Simply keyframe the animation you want using the controls on the "Controls" tab of the generator (Viewer window).
    -DH

  • Select three layers to create zoom effect

    When I select three or more layers and apply a keyframe, it affects to all selected layers (clips) but when I try to expand the size on the canvas and pull from the corner it affects only the layer wich is being pulled and no the other selected layers. is it posible to expand all of them at the same time? I'm trying to create a zoom-in effect with all layers sincronized on terms of size. Is it posible to do that?. Any help will be apreciated.
    Regards
    Juan

    Put all layers into a Nest and apply the effect to that.
    Nesting is explained in detail in the FCP User Manual.

  • Problem with the zoom effect

    I have five images in a row and I have added a zoom effect to
    the rollover and rollout effects. What I have noticed is that the
    image only zooms out when I bring the mouse out from the bottom of
    the image. If I try to bring the mouse from left to right across
    the images the first image zooms in but not out, and this happens
    for all five images. Can anyone identify what I am doing wrong?
    Here is my code:
    <mx:HBox width="100%" horizontalAlign="center">
    <mx:Image source="@Embed('images/bistro9-1.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-1.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-2.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-2.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-3.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-3.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-4.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-4.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-5.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-5.jpg')"/>
    </mx:HBox>
    <mx:Zoom id="zoomAll" zoomWidthTo="0.06"
    zoomHeightTo="0.06" zoomWidthFrom=".05" zoomHeightFrom=".05" />
    public function doZoom(event:MouseEvent):void {
    if (zoomAll.isPlaying) {
    zoomAll.reverse();
    else {
    // If this is a ROLL_OUT event, play the effect backwards.
    // If this is a ROLL_OVER event, play the effect forwards.
    zoomAll.play([event.target], event.type ==
    MouseEvent.ROLL_OUT ? true : false);

    I figured out the problem I was having with my zoom effect.
    It worked when I added a specific number for height and width.
    Before I had a percent. Try adding a height and width number, it
    worked for me.

  • End()'ing a zoom effect

    Hey All-
    I'm having a problem whenever I issue an "end()" command for
    a sequence event that's running, and I have a zoom effect. Below is
    a quick example. Clicking the stop button during the parallel/fade
    will break it, clicking stop during the zoom works fine. Looks like
    line 420 is dumping out in ZoomInstance.as. If anyone can help, I'd
    appreciate it.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:Text text="Move me" id="tomove" fontSize="20"
    visible="false" />
    <mx:VBox height="240" width="240"
    horizontalAlign="center" verticalAlign="middle">
    <mx:Box id="myBox" height="200" width="200"
    backgroundColor="#80ff00"/>
    </mx:VBox>
    <mx:Button label="Click to start" click="mySeq.play()"
    />
    <mx:Button label="Click to stop" click="mySeq.end()"
    />
    <mx:Sequence id="mySeq">
    <mx:SetPropertyAction target="{myBox}" name="visible"
    value="true" />
    <mx:Parallel target="{myBox}" duration="2000">
    <mx:Fade alphaFrom="0" alphaTo="1" />
    <mx:Glow blurXFrom="1" blurXTo=".8" duration="1500" />
    </mx:Parallel>
    <mx:Zoom target="{myBox}" zoomHeightFrom="1.1"
    zoomHeightTo="0.01" zoomWidthFrom="1.1" zoomWidthTo="0.01"
    duration="2000" />
    </mx:Sequence>
    </mx:Application>

    If you get things into layers you can select "make frames from layers" and then choose animation.  This should get you started anyways.

  • Disable zoom effect in QT Player fullscreen playback?

    I'm using Quicktime Player to present video in fullscreen mode on a separate monitor. It all works well, but I'd like to disable the "zoom" effect when the video starts and finishes -- that is, I don't want the video window to "slide" in and out of position, but just begin and end "out of nowhere", so to speak.
    I don't mind hacking a plist or going through the Terminal to get there, if that's what's needed.
    Curiously, I have the MP2 (DVD file) plug-in, and there's no zoom when playing a muxed mpeg file -- it just shows up, like I want. But for various reasons I don't want to use muxed files, although that suggests there's a zoom switch somewhere that can be turned off.
    Any suggestions?

    Nope, that won't do it.
    I'm having the same problem, as I am planning to use QuickTime to play back a series of clips for an in-house CATV system, and under QT-7 there is this unacceptable zooming between clips. I have not found a solution under QT-7.
    I've also found that the AppleScript commands "Enter Full Screen" and "Exit Full Screen", which were added for QuickTime 6, are missing from the AppleScript dictionary in QuickTime 7. I actually reported this one to Apple as a "bug" (#5612904, Nov. 26, 2007) and as of this morning (March 24, 2008) the bug is still "open"...that is, Apple has not declared it "non-persuasive" or "expected behavior" or whatever they do to "bugs" that are just needless whining yet.
    What you CAN do (kudos to QuickTime Kirk for coming up with this one as a solution for another problem) is to run the QuickTime 6 player. That is, with QuickTime 7 installed, find a copy of QuickTime Player version 6.5.3 and give it a unique name (mine is called "QuickTime 6.app"). That allows you to run the v6 player on the v7 framework, and it actually does work. You get full-screen without the animation, and the full-screen AppleScript commands also work.
    --Dave Althoff, Jr.

  • Transition animation on zoom

    Hi,
    Is there a way to turn off transition animation on zoom in lightroom? When I click on an image with the magnifying glass I would like the image just to get bigger suddenly in one jump rather than smoothly increasing in size. The smooth increase in size is called transition animation. If this cannot currently be turned off, would it be possible for it to be added to the list of feature requests? I am a programmer and it is very easy to add this feature.
    I am currently using the trial version and would like to buy the software. However, I will not buy if I cannot turn this transition animation off, as the smooth zooming causes motion sickness for me. I would be happy to do the coding as a volunteer if I can have programmer access to the code.
    Thanks,
    Jen

    (To clarify, I mean slow-motion only while recording;  no effect upon the project's normal speed of playback.)

  • How do I import animated gifs into Premiere with a transparent background?

    I have an animated gif that I got from the internet, and I'm trying to import it into Premiere Pro with a transparent background. The gif is of a video game character standing still and blinking. Whenever I import it, it always has a white background, so I need help on how to change that.
    I've gone into Photoshop and removed the white background frame by frame, making it transparent. I do this by using the magic wand tool to select the white background, then hit "delete" to turn it into that diamond grid, which means it's transparent. I then select File -> Save for Web. I preview every frame, and it shows that the backgrounds are transparent. I save it as a gif. But when I import it into Premiere Pro, the white background is still there.
    I've read many forums online about people trying to import images into Premiere Pro with a transparent background, but none of them have explained how to do it specifically for animated gifs. Every answer has always been "export the image as a png, that'll work", and sure enough, I exported a few frames of the gif as pngs, and those few frames had transparent backgrounds in Premiere Pro. But I don't want a png because those aren't animated sequences, those can only be still images. I need to export it as a gif so that it will remain animated, but gif files always have that dreaded white background in Premiere Pro.
    I suppose I could export every frame as a png, import each of those frames into Premiere Pro, then string all the frames together and tweak them so they'll be functionally identical to the animated gif, but that would take forever. I'm making a video project and I need numerous animated gifs to work with, so I don't want to do that with every single one of them. I'm looking for a way to simply import the gifs into Premiere Pro and be done with it. If there is any way to do this, please help me.
    -Robert

    faind on gif transparency and other cartoon animation problems : Adobe After Effects
    " The reason: GIFs don't support alpha channels. Instead, their file structure assigns a certain color value to be read as totally transparent. There aren't any degrees of transparency as you find in graphics formats that do support alpha channels.
    To use an animated gif in AE, you'd first have to create the areas of transparency, then convert the series of images into a graphics format that supports alpha channels, and there are a bunch: PICT, TIFF, TARGA or PNG, to name a few."

  • Cannot see zoom effect

    After setting up a zoom on a still image it looks fine when using "play output"  in the pan/zoom tool preview window but when I return to the timeline view and play that clip it doesn't display properly. Instead it shows the initial frame with something looking like the zoom effect going on behind it.
    Can I not view the actual zoom effect for a clip after setting it up and returning to the timeline view?  I will be grateful for any insight.
    Still image is a .psd 1613 x 1080 in a project that is HD 1080i 1920 x 1080 (so the still image has black bars at both sides--which is the way I want it)
    OS: Windows 7 Ultimate x64

    Thank you to all three of you (Steve, Vipul, Bill) who took the time to answer and make suggestions.
    I have uploaded two videos showing : 1) view in effect preview window and 2) view in timeline.
    However, I think I may have done something wrong to begin with because when I created a new project and used the same source psd file to do the same kind of zoom effect it displayed perfectly both in the effect preview window and in the timeline.
    Accordingly, because I can do what I want to do--get the proper zoom effect--I'm not going mess around with that original clip anymore.
    What I did wrong with the original clip, I don't know, but I think that perhaps I was trying to make the orginal clip too short and that messed up the program. The new project clip with zoom that I created was a few seconds long.

  • How do I create a magnifying glass zoom effect?

    I'm building an image 'showcase of work' website site. Each html page features a selection of thumbnails on one side linked to a main image on the other.  I am trying to find out how to create something like a zoom effect 'magnifying glass' so that the user can hover over the main image to zoom in within a confined circle or square in more detail, which moves with the mouse whilst hovering over the image. I'm sure you all know what I mean!  (just in case, please see attached html file showing the page layout)  (I also don't want to get too techy/over complicate things as I'm learning as I go). I want to be able to use this feature throughout the site, therefore, I guess it's another CSS rule that I need to apply...?
    I'm hoping someone can point me in the right direction to find some sort of step by step 'how to' do this.  I can't seem to find just what I'm looking for... maybe I'm not calling it by the right terminology!
    I'm currently using Design Premium CS4 (predominantly Dreamweaver, Photoshop and a little Flash)
    Cheers....

    Hi
    Magiczoom and lightbox are used for showing enlarged versions of images etc. similar to using a separate pop-up window (but without the annoyance of pop-up windows).
    Anythingzoomer is a magnifying glass effect and works as such.
    PZ

  • Pan and Zoom Effect, which PE version introduced it?

    I like my PE 3.0 but it does not seem to offer the Pan and Zoom effect. Or am I just not seeing it.  Does anyone know which later version introduced it? I know 8.0 has it, but when did it come along?  The bundled version of Photoshop 5.0 it came with has a pan slide show, just discovered it.
    Also, I am familiar with keyframes, would this be helpful with 3.0 pan? or do I need a newer version.  Any tutorials good for this?
    thank you

    Pan & Zoom is available in all versions that offer Keyframing on the fixed Effects>Motion>Scale (Zoom) and Motion>Position (Pan). What might have been introduced would be Presets to do those with "one button." Do not know when those came into being. I do not use them in PrE 4, and would not in PrE 8, or 9, as I want control, and also the ability to determine what MY subject is, in an image. No amount of AI can do that for me, so a simple Preset stands about a zero chance of doing exactly what I want.
    At some point, PSE added the automatic Random Pan & Zoom. Again, were I doing a slideshow in it, I would not apply such, as i would Keyframe Motion>Position and Motion>Scale in PrE.
    In PrE 3, I feel strongly that you have the Effects Control Panel (accessed via Edit Effects for a Clip/still), and the ability to Keyframe both Motion>Scale and Motion>Position. This allows one adjust the parameters for those Effects over time, i.e. create a Zoom, and create a Pan. Other than the fact that you do these by hand, by eye and by mind, but with ultimate control, you have the features - just not automatically applied via a single button.
    Good luck,
    Hunt

  • Frustrated with layers

    I know this is so simple but I can't get it to work. what I want is to have a plain background color with either a picture over that is faint or a pattern that is lighter these are not the focal points then i want to add a few photos but would like to feather or rough up the edges so they don;t ;look like i just dropped them in and maybe a some other graphic like an animal or flames etc. and some text. please any help would be great. thank you in advance. Susan

    Since you mention being frustrated with layers, I assume you are having problems getting several images into the same document.
    Start by reading through this tutorial which shows how to open and get more than one image into a document.
    http://www.alibony.com/pse/070308copy.html
    You might also find some useful info on this page...top part anyway.
    http://www.alibony.com/pse/022108collage.html
    jazzyroses13 wrote:
    I know this is so simple but I can't get it to work. what I want is to have a plain background color with either a picture over that is faint or a pattern that is lighter these are not the focal points
    Use opacity in the layer's palette to reduce this image or pattern's transparency.
    jazzyroses13 wrote:
    add a few photos but would like to feather or rough up the edges so they don;t ;look like i just dropped them in
    One way would be to use this layer in a clipping mask...also known as a clipping group. See this tutorial on clipping masks/groups that includes several ways types of bases.
    http://www.photokaboom.com/photography/learn/Photoshop_Elements/layers/layer_groups_clippi ng_masks/1_layer_groups_clipping_masks.htm
    jazzyroses13 wrote:
    I know this is so simple but I can't get it to work. what I want is to have a plain background color with either a picture over that is faint or a pattern that is lighter these are not the focal points then i want to add a few photos but would like to feather or rough up the edges so they don;t ;look like i just dropped them in and maybe a some other graphic like an animal or flames etc. and some text. please any help would be great. thank you in advance. Susan
    Personally, I prefer using a solid color fill adjustment layer as the base in the clipping mask. (You'll find this option in the layer's palette under the black and white icon. It'll be one of the options in the menu list.) Drag out the rectangular marquee in the mask of the solid color fill adjustment layer.  With the mask layer selected in the layers palette, fill it with black paint. Invert the mask (ctrl + I on PC; cmd + I if on a mac). You can use the free transform command (Ctrl + T on PC; Cmd + I on Mac) to resize the masked area.
    Some edge techniques...
    If you desire to soften the edge, apply the gaussian blur filter. If you want a spattered edge, apply the spatter or sprayed edges filter to the mask...can also try using other filters that work in grayscale which will be the only ones not grayed out. (Note: You could apply the filter(s) to the rectangle first then invert the mask if you prefer). Another method is to use the brush tool and paint in the mask...thick heavy brush set is a good choice. (Note: Use black paint to hide (the image); white paint to reveal (the image); and gray will be semi-transparent (think feathering).
    Edit: You don't have to use the rectangular marquee...can use circular or any selection for that matter.
    Info on the type tool can be found here.
    http://www.photokaboom.com/photography/learn/Photoshop_Elements/type_tool/1_type_tool.htm
    You'll most likely want to have your type in the topmost layer(s) of the stack in the layers palette so you don't cover them up with your images. Use move tool to move graphics and type into desired location. You'll find using the grids and/or guides useful in planning out your image.
    There's a video on using a scrabook kit (Quick Page) here that might be useful as it shows how things are stacked when building a page:
    http://www.alibony.com/video/video-lesson34.htm
    For the transform command (resize and rotate), she's using Ctrl + T on PC (cmd + T if on mac) instead of using the menu Edit<Free Transform. I thought I'd add that so you don't get lost with how she's doing that.
    Another tutorial on using quick pages:
    http://graphicssoft.about.com/od/digitalscrapbooking/ss/howtoquickpage_10.htm
    I think there might be some of these included with Elements. I don't have a recent version of Elements so I'm not 100% sure where they are located but I'm thinking it's in the Organizer.

  • Exporting a cinema 4d animation in after effects

    Hi ,
    I just want to find out if the following method to export a video animation in after effects that also includes a cinema 4d animation is correct because it doesn't seem to be working.
    I basically hit export in after effects >> add to adobe media encoder >> it opens i then select my format and it doesn't seem to work no errors just stops.
    Am i going about this incorrectly?
    The animation is a basic spin of a character.. Nothing hectic
    Thanks

    There is a bug that causes a problem with exporting a composition that uses a .c4d scene object through Adobe Media Encoder. We intend to release a fix for this bug very soon (probably next week). In the meantime, you should export a losslessly encoded master movie file from After Effects and use Adobe Media Encoder to transcode that file to your final delivery format.

Maybe you are looking for