.MOV to .PSD image shift...HELP!!!!!!

I have a .MOV and a .PSD file of the same image, the .MOV is of the .PSD image animating into its place on the .PSD. However when the track (.MOV) jumps to the Layered Menu (.PSD). there is an image shift. How do I prep the files so that the uncompressed quicktime movie and the photoshop file will line up seamlessley?
Any help appreciated!
Bill

I don't know enough about how you applied the motion to tell you exactly why this happends, but I have clue:
If you are animating the motion in FCP in an uncompressed sequence, the frame size will actually be 720x486. When this gets encoded to mpeg, it gets cropped to 720x480, 4 lines top and 2 bottom, to keep the field order the same.
I start with a 720x486 file in photoshop, and then manually crop it 4 top and 2 bottom to prepare the version of the still file for the DVDSP menu.
I might also recommend simply extending your motion quicktime to include the still at the end. It should only add a minute of video to your disc. You can even set the menu in DVDSP to a stilll at the end, as opposed to looping.
Another thing that can effect positioning of photoshop layers in FCP or DVDSP is if there are any pixels on the layer outside the bounds of the canvas. A quick "select all-image:crop" will eliminate this.

Similar Messages

  • What to do with a psd image in Modified folder that I can't see.

    With an original jpeg image I modified the image in PSE (which is set as default editor in iPhoto) using layers. I did a Save. The psd is in my modified folder but is not displayed by iPhoto. I understand that I should have used a Save As (eg to desktop) and imported that image back to iPhoto.
    Is it OK to move the psd image out of the Modified folder to desktop and then import it back into iPhoto? Thanks,
    Owen

    Owen
    Yes.
    Regards
    TD

  • Transparent PSD image in Illustrator changes color of vector background after print.

    Hello, I really don't know how to explain this so I'll just upload my files which are located here: http://rapidshare.com/files/4040672260/Green%20circle.rar
    I have a green vector background in illustrator and then I placed psd image over it and created PDF for press and under Color bitmap images I selected no compression.
    After viewing image in Acrobat all seems ok, I even checked with picker, but after I send this to printer (xerox in thsi case) I end up with this: .
    Both .psd and .ai are in CMYK color space. For this particular case I could use mask to cover up that transparent space but my original project has shadows which I cannot mask by vector :S.
    Can someone plz explain to me what I am doing whrong or how to set color profiles or whatever is neccessary to avoid this issue. One thing I was using was, opening PDF in Photoshop and flatening all. Problem is that sometimes I need vector files and cut lines for cutter. Don't want to have bitmap, if I can have a vector? Also when I flaten image I do get same CMYK values in photoshop (with picker) than I have in Illustrator on vector object, but when I print this they don't match at all.
    Does someone know a solution?
    THANKS in advance and sry for my bad english.
    Stefan

    Nothing worng with your .ai or .psd file, prints fine here. Problem is with your tranparency flattening.
    Most likely you can fix that by print >>  Advanced >> Custom >.> Move slider all the way towards rasters.
    If you need more help, let us knwo your printere, and screenshtos of your print settings can help.

  • Image Shifted (Link attached)

    I posted this message two days ago and I also read the
    article about the layers. The background with the buttons was
    created in photoshop then I put it in the middle of the page. Then,
    I draw a layer to hold the swf file. When I view it in the IE, the
    image shifted. I want to line it up with the four buttons. But,
    when my husband view it on his computer, it lines up just fine. I
    don't know what else can i do. Please help.
    http://www.purcaro.net/development/index.html

    > also know that the world "layer" was dropped out in CS4
    Actually it was CS3.
    > I read the "Page layout 101" and it said layer can help
    you position page
    > element.
    No. It says to not be seduced by the apparent ease of
    positioning.
    > When you design a page, don't you want your content stay
    in one
    > position or area instead of shrinking or stretching
    according to the
    > browser's
    > size?
    Usually, yes. And it is quite possible (even normal) to do
    that without the
    use of absolute positioning.
    > I found it if I don't use layer, the image shrinks or
    stretches
    You are mistaken here. Images do not shrink or stretch on a
    web page
    (UNLESS you have made their height/width a percentage -
    that's pretty rare
    and requires special intervention by you).
    > I don't know
    > if I have the right concept about layer.
    I'm confident you do not. Let's look at your code -
    1. You have no doctype (that's very bad). Please add this to
    the top of
    the page -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    2. You also have no <html>, <title>, or
    <head> tags. Please add this
    directly under the doctype -
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    </head>
    3. You have no <body> tags. Please add this directly
    under the markup
    added in #2 -
    <body>
    and this directly below the last markup on your current page
    </body>
    </html>
    4. Then change this -
    #Layer1 {
    position:relative;
    left:136px;
    top:18px;
    width:768px;
    height:481px;
    z-index:1;
    #Layer2 {
    position:absolute;
    left:207px;
    top:54px;
    width:652px;
    height:420px;
    z-index:1;
    #Layer3 {
    position:absolute;
    left:270;
    top:auto;
    width:499px;
    height:405px;
    z-index:1;
    visibility: inherit;
    #Layer4 {
    position:relative;
    left:250px;
    top:50px;
    width:552px;
    height:399px;
    z-index:1;
    #Layer5 {
    position:static;
    left:251px;
    top:75px;
    width:549px;
    height:402px;
    z-index:1;
    #Layer6 {
    position:absolute;
    left:252px;
    top:40px;
    width:551px;
    height:402px;
    z-index:1;
    to this -
    #wrapper {
    width:792px;
    margin:0 auto;
    position:relative;
    #Layer6 {
    position:absolute;
    left:252px;
    top:40px;
    width:551px;
    height:402px;
    z-index:1;
    (that's right - delete the rest)
    Finally, change this -
    <div id="Layer6">
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','550','height','400','src','Flash/FrontPage','quality','high','pluginspage','http://ww w.macromedia.com/go/getflashplayer','movie','Flash/FrontPage'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="550" height="400">
    <param name="movie" value="Flash/FrontPage.swf" />
    <param name="quality" value="high" />
    <embed src="Flash/FrontPage.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="550"
    height="400"></embed>
    </object>
    </noscript>
    </div>
    <div align="center"><img src="Photos/Background.jpg"
    width="792"
    height="576" border="0" align="absmiddle" usemap="#Map">
    <map name="Map"><area shape="rect"
    coords="203,496,399,555"
    href="OurAlbum.html">
    </map></div>
    to this -
    <div id="wrapper"><div id="Layer6">
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','550','height','400','src','Flash/FrontPage','quality','high','pluginspage','http://ww w.macromedia.com/go/getflashplayer','movie',Flash/FrontPage'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="550" height="400">
    <param name="movie" value="Flash/FrontPage.swf" />
    <param name="quality" value="high" />
    <embed src="Flash/FrontPage.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="550"
    height="400"></embed>
    </object>
    </noscript>
    </div>
    <div align="center"><img src="Photos/Background.jpg"
    width="792"
    height="576" border="0" align="absmiddle" usemap="#Map">
    <map name="Map"><area shape="rect"
    coords="203,496,399,555"
    href="OurAlbum.html">
    </map></div></div>
    and see what happens.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "missmsia" <[email protected]> wrote in
    message
    news:[email protected]...
    > Yes, you are right! I was told that it will be very
    frustrated to use
    > layer. I
    > also know that the world "layer" was dropped out in CS4.
    But, I would
    > still
    > like to use the world layer.
    > I read the "Page layout 101" and it said layer can help
    you position page
    > element. It will also allow you to move freely. See,
    this is what I don't
    > understand. When you design a page, don't you want your
    content stay in
    > one
    > position or area instead of shrinking or stretching
    according to the
    > browser's
    > size?
    > I found it if I don't use layer, the image shrinks or
    stretches. I don't
    > know
    > if I have the right concept about layer. Please help.
    Thanks.
    >

  • LaserJet Pro 200 color MFP M276nw prints image shifted 1/2" from top of page.

    When printing any report, diagnostic or form from the machine system I get printed image shift approx. 1/2" from the top.
    Is there any adjustment that can be made to the MFP to center image?

    Hi @patrick22152, 
    I understand that when printing documents or a printer hardware self test, it shifts 1/2" from the top of the page. I can help you with this.
    Make sure the printer is connected directly to a wall outlet. (don't use a power hub or a surge protector) This ensures the printer is receiving full power and may help this situation.
    It sounds like the paper isn't feeding properly. Since you are having this issue with the hardware tests and printing from the computer. If it was just the computer, I would check the paper type selected in the print driver, to make sure it isn't set on the proper paper type and not the default unspecified paper.
    Try another type of paper to see if you get the same results.
    I have provided a document with some steps to try to see if that will resolve the issue.
    'Load Paper' Error Message Displays and the Printer Does Not Pick Up or Feed Paper.
    Disregard the title.
    Here is a example of how the Configuration Report should look like.
    Printing a Configuration Report.
    Run a cleaning page:
    From the Home screen, touch the Setup button.
    Touch the Service menu.
    Touch the Cleaning Page button.
    Load plain letter or A4 paper when you are prompted.
    Touch the OK button to begin the cleaning process.
    What size and kind of paper are you using?
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    How is the printer connected? (USB/Ethernet/Wireless)
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Im working with 13 psd images in Motion right now and its incredibly slow!

    every little thing Im doing is beach balling and its incredibly frustrating. What can I do in my settings to optimize Motion's performance? Im just creating a simple camera move through my images but its almost impossible with the speed its currently working in.
    Im working on a 2 x 3 GHz Quad-Core Intel Xeon with 5GB of Memory 667 MHz DDR2 FB-DIMM Mac and I have Motion 3.0.2
    any suggestions would be appreciated. Many thanks!

    Since a lot (if not all) of the work is done solely on your Graphics Card, size of ANY picture does matter! Make them as small as possible. This also means that adding Memory to your computer does not help solve this problem...
    There is a very good explanation here:
    http://www.motionsmarts.com/tutorials/nutsandbolts/sizematters.html

  • Batch Psd image conversion into jpegs in pse 10 or 11?

    I want to batch convert some .psd images  into jpegs in pse 10 or 11. I know you can batch convert for image resizing,but don"t see the ability to convert images from one format into another.  Thanks!!

    Unfortunately, you have posted to the Photoshopn (PsE's big-brother) General Discussions Forum. There is a very good, and active Ps Elements Forum, where your question will be answered. I will Move your thread to the Ps Elements Forum, and your link, plus any e-mail subscriptions will follow.
    Good luck,
    Hunt
    [Moved to Photoshop Elements Forum]

  • Movement of multiple images in Applet

    Hello all
    I am working on this application in which there is a background image and foreground image.now user can move the front image with mouse.intially i was working with single image movement and it worked great.but i changed the code for multiple image movement , its not working. I have used the paint component method of the panel for the drawing. Can any one could give me the idea of doing it in a better way
    Thanx

    I have done it , If any body needs help Please do ask
    thanx

  • LR4 psd image can not be found

    Have a dng image in my Catalog:
    A
    1. Edited it using PS CS6
    2. Saved it as psd image
    3. The psd image appeared in the Catalog, but with a question mark in the upper right corner -  viz., it could not be found 
    4. The image also appeared in Windows Explorer
    B
    1. Saved it as a tif image
    2. this image appeared in the Catalog without the question mark!
    C
    1. closed and reopened  LR
    2. closed and reopened Win 7
    3. uninstalled downloaded and installed new copy of LR
    4. All to no avail!!  The psd image still shows in catalog, but can not be found!
    I have other psd images in the catalog that LR can find!
    Called Adobe Online Support.  They could not help. 
    Any help would be appreciated.
    Chuck

    chandu04 wrote:
    Hi,
    I am new to crystal reports.
    I am using
    Crystal Reports XI
    jdk1.5.0
    JBoss4.0.4GA
    MYSQL5.0
    When i access a method in another class from implementation class, it gives error. all the jar files
    are available as i know. calling and called classes are in the same package.
    I give the error details bellow , please help me.
    C:\Java\jboss-4.0.4.GA\server\default\deploy\AMS.ear\reports\raactualrpt>javac RaActualRptImpl.java
    RaActualRptImpl.java:87: cannot find symbol
    symbol : class RaActualRpt
    location: class reports.raactualrpt.RaActualRptImpl
    resultSet = HibernateUtility.getProjectedEntity(resultSet,(new RaActualRpt()).getColumns(),reports/raactualrpt/RaActualRpt);
    You need to make sure that the RaActualRpt class is in the classpath either through the environment variable or as a javac option. Also make sure you import it if it is not in the same package as RaActualRptImpl

  • Images shift when jumping to anchors

    I have a file using manual menus connected to anchors. In the browser when I click on any menu item one of my images shifts. It's a patterned wall paper that must meet fairly close to look right. The shift of about 3/8" spoils the effect. I've deleted and reset the anchors but the shift persists. This errors previousy didn't occur in this file. I've made some change it seems which has created this shift. I deleted my broswer cache hoping that  might fix the problem but it didn't help. I've checked where my images are pinned to and how they are set to fit in their space and it appears correct.(I am using tiling) As an aside I've begun to wonder if anchors are really a work in progress, I've noticed other issues with them that didn't seem to make sense.
    CharlesSchutz

    Aish,
    I'm not able to provide a URL. All access to the site is under an NDA and
    is hosted on a private server with encrypted access other than my local
    machine. If you could tell me if this is a known issue then I can hand it
    off to one of their developers to look into, It would be helpful to have
    some ideas about what component could be the issue and if its possible to
    get access to fix it?
    I don't know the steps I took that created the error. The file did work but
    began appearing I believe after I began fine tuning the anchors and moving
    some of the content. That's all I know. As I mentioned it all looks
    correct. The settings match another copy of this same file I have. The copy
    with my new edits has this error of shifting images and at the level I am
    able to understand it all appears correct.
    Cordially,
    Chuck Schutz
    On Wed, Dec 18, 2013 at 11:41 AM, Aishvarya Raj Rastogi <

  • After a 10.0.3 my PSD images are not recognized ?

    I installed the update 10.0.3 because I really need the new incrustation fonction in my project.
    But I used a lot of PSD images in it , who were perfectly recognized in the 10.0.2.
    But after the upgrade all my files PSD were not recognized and a big part of my work is crashed :-(
    Is it normal ?
    May be I have something to do ?
    But I don't find answers on apple web site....
    Please help...
    Thanks

    yes and no. I tried more than one files. Usually there is no problem, you are right. But if you try pictures with parts that are white or very light you cansee the problem. There are black borders around white parts and if you have a white flow it turns grey.
    Maybe I can describe the problem by showing the results. The first was was made with 10.0.2. look at a white sceen in the middle at 17seconds - 18seconds:
    http://www.youtube.com/watch?v=bRYPqe4vlqk
    now: the same thing done with 10.0.3. now you can see she shades in the white parts of the picture.
    http://www.youtube.com/watch?v=53plztoiOMY
    0:17 seconds to 0:18 seconds

  • Why are PSD images pixelated on Mobile site?

    Hi all,
    In my muse site I have several .psd images that are pixelated when rendered on a mobile version (testing on iPhone 5).
    They are psd buttons with a normal & rollover state. I have tried the knack I read somewhere of reducing both layers opacity in PS to 99% but this hasn't helped (can't remember why this would help).
    When you pinch to zoom on the mobile, the image obviously gets more pixelated. The image is 165 x134 px....Is it a case of designing the image much larger and then creating a frame in Muse at 165 x 134 and placing the large image in this smaller box? Would this appear crisp when zooming in? The image even at normal size still seems pixelated too?
    Really stuck on this one for a while so any help would be much appreciated. The 4 psd buttons appear under 'Features' on the middle of the home page.
    thanks.
    haventechnologies.businesscatalyst.com/index.html

    I don't know if this applies, but:
    Dark-tinted or dimmed images | 8sms
    You may want to ask here:
    http://androidforums.com/

  • Template Images Shift

    Help-I'm new at dreamweaver...I was given a template to work
    with. There was already an editable region in the template. The
    problem is when I add text and images to the editable region, the
    template images shift. Is there a way I should be entering the text
    so that this does not occur? How can I fix?
    Please visit
    http://St.MarysOrthodoxChurch.com
    for a correct page then
    http://StMarysOrthodoxChurch.com/orthodoxy.html
    as an example of the shifting.
    thanks in advance for any help!

    Server Not Found
    Jo
    "Krishendra" <[email protected]> wrote in
    message
    news:epm7ts$806$[email protected]..
    > Help-I'm new at dreamweaver...I was given a template to
    work with. There
    > was
    > already an editable region in the template. The problem
    is when I add text
    > and
    > images to the editable region, the template images
    shift. Is there a way I
    > should be entering the text so that this does not occur?
    How can I fix?
    > Please visit
    http://St.MarysOrthodoxChurch.com
    for a correct page then
    >
    http://St.MarysOrthodoxChurch.com/orthodoxy.html
    as an example of the
    > shifting.
    > thanks in advance for any help!
    >

  • Unable to chance BG image need help - link attached.

    Using a template, I want to replace the George Washington image that is there with a bird image and have it be just as long, in other words turn my bird image into a mask as of right now when I enlarge, it gets big, and can make it large horizontally.
    Here is the link and I want the bird to be the same size as the George Washing image.
    http://img67.imageshack.us/my.php?image=needhelppagessl2.gif
    Thanks!

    First, for your "constrain" problem, uncheck Constrain Proportions in the metrics inspector. You can then drag a side handle to stretch the image. Like this:
    For masking, insert your image then insert a square/rectangle & resize it to what you want. Now move the rectangle on top of your image, shift-click to select the image (in addition the rectangle) then select Format > Mask with selected shape.
    Now I can move Muffin around in the mask

  • I am trying to move a picture that I brought over from iWeb and it is locked. I need to move it. Can anyone help?

    I am trying to move a picture that I brought over from iWeb and it is locked. I need to move it. Can anyone help?

    It is probaly just "inline" ie part of the text.
    click on it > Inspector > Wrap > Floating
    Peter

Maybe you are looking for

  • Using Photoshop to create photo-based designs...

    Greetings I have a restaurant exterior design proposal to complete and was considering to use my new PS CS 5 for selecting areas and painting new colors in them or replacing colors I also have to "remove" other architectural elements like a round awn

  • Posting Data Issue with IDOC Type : COND_A03

    Friends, I'm posting the data from Middleware(Message Broker) to SAP using the IDOC Type : COND_A03 with Message Type : COND_A. For this IDOC,I'm populating the below Segment's data. Segement :E1KOMG: Fields: KVEWE,KOTABNR,KAPPL ,KSCHL,VAKEY ,KONDA,M

  • Manage security on sharefolder from AD or from share folder?

    Dear All would like to ask if i create a sharefolder where do i have to manage the security access? from AD or from the properties of the sharefolder? thanks

  • 3GL and 4GL

    So i am taking a resit examination and here is a question from the paper i took in april: 1.(a) Explain what is meant by "Third Generation (3GL, high-level) language" in contrast to "Fourth Generation (4GL, Procedural) language" (b) Using your answer

  • How do I make the camera track an object in motion?

    Hi there, I have a scene where two cars are driving down a road. I wonder if there is a behavior to pan the view to automatically follow these cars. (as if a helicopter is flying over and watching a speed chase.) I've got the project set up with one