Automatic scaling of imported images in timeline.

I am working in a HD 1280x1080 timeline, and I am importing images (jpgs, tiffs and PSDs) into the timeline, but they are getting scaled automatically, which is not what I want.
I am aware of the pixel-apect issue- what I would like if for the images to appear at 100% of their original size in the time line.
Any one know how this can be accomplished?
Thanks.

I think the automatic scaling is a "feature" of FCP ... it does save time in most instances. But for your situation, place the images in the Timeline, double-click one of them to load it into the Viewer. Click on the Motion tab and change the scale value to 100% and the aspect ratio (under the Distort control) to 0 if needed. Next, right-click on the image in the Timeline you just adjusted and choose 'Copy.' Then select all other images in the Timeline, right-click on one and select "Paste Attributes" from the contextual menu. When the Paste Attributes window opens, select 'Basic Motion' and 'Distort' then click OK.
-DH

Similar Messages

  • Recently imported images not displayed automatically

    When I import images from a card reader the Organizer no longer automatically shows the recently imported images.  In order to view them I must do Find on Untagged items.  I thought I was selecting to turn off  the dialog box asking whether I want recently imported image to be automtaically shown but I must have selected that the images themselves not be shown.  How do I restore so that recently imported images are shown so I may easily tag them.  I am using PSE 8.

    Do you have Show All files checked in Edit->Visibillity menu. Also please check if you have View->Media Type checked for all the media types

  • Automatic rotation of NEF images on import

    I have a Nikon D80 and when I import images into Lightroom upright shots are not automatically rotated. I can easily rotate them in Grid view, but shouldn't this happen automatically?

    Lee is right, the D80 can sense orientation automatically and should do so by default. You probably turned it off by accident. Lightroom will always read this information in my experience.

  • Automatically have motion trace a line drawing over an imported image?

    I was wondering if there is any way for motion to automatically follow the path of a line of a drawing that I imported from photoshop so that I could make this image appear to draw on? It would seem sensible that the program have some way of selecting a particular color (the way you can do that in photoshop) and then create a line path out of that to replace the imported image so write on effects or anything else could then be applied. Anyone have thoughts on this?

    It'd be nice, but there currently isn't a way to turn a bitmap into a path... you can key a color, but that's about it...
    Patrick

  • Importing Images into IDVD for Slidshow

    I am at a loss as to what is the best image size, resolution size, etc. when it comes to importing images into IDVD. I usually size my prints
    4 x 6 @ 300 dpi.. This looks fine in the slideshow preview. After I burn the dvd and view it, the images lose quality, etc..
    Any help would be appreciated

    What you're creating in iPhoto is a movie file that will get cut off in iDVD because of the TV over scan issue. Only stills imported and assembled into a slideshow in iDVD can be scaled to avoid the over scan.
    So to get what you want you'll have to import the stills into iDVD from iPhoto and create the slideshow there.
    If you have Quicktime Pro you can mask the QT movie with a black mask and cause the iPhoto QT movie to be scaled to the TV safe area. The steps are below. You'll have to experiment with the final sizes to get it exact:
    Masking Movies to the TV Safe Area for iDVD
    The mask should be 640 x 480 pixels and the movie at approx. 580 x 386 (I arrived at this figure by making a snapshot of the TV save area of an iDVD project with Snapz). You can set this size after you’ve joined it with the mask movie with Quicktime Player Pro.
    Import the black mask jpg file into iMovie and and export it as a .mov file at the same length as your movie (there may be a way to not have to create a specific length mask for each movie but I haven't found it. If the times do not match the movie file will be synced to the length of the mask movie).
    Open the mask movie in QT Player Pro and then open your regular movie and make it the front window of the two. Now you'll need to run a QT Player AppleScript titled "Merge Movie 1 into Movie 2". You can get it from this Apple site: Quicktime Player Scripts.
    Then run the script. You can then run the merged movie to check it out. Your movie will be located in the upper lefthand corner of the window when played.
    When you open the Movie Properties window from the Window menu for the combined file you’ll see the following:
    Video Track 1: the black mask
    Video Track 2 : you movie file
    Tween track: Have no idea what this is.
    Sound track: self explanaotry
    Black mask.
    To set the size of your movie to the correct size select it in the Properties window and click on Visual Settings pane. Then enter 580 in the first field and hit enter. With the Preserve Aspect Ration box checked the other size will automatically be set.
    To center the video track in the center of the mask select the Video Track 2 item and plug in a offset of about: 70 & 45. You'll probably have to play with that to fine tune the centering. Doing the math and subtracting the movie dimensions from the mask dimensions and dividing by two just didn't get it perfectly centered bit with a little eyeballing and trial and error it got there.
    Now save as a new self contained movie after checking the High Quality box at the bottom right.
    You can now import it into iDVD for preview and burning. One drawback is that you can't invoke the TV save area for a movie in iDVD to check it out. But you can mark it on the monitor screen while viewing a menu or slideshow and then play the movie to see how close you came. I found that the size was still a little under the TV safe area when burned and played on my TV. It may be the difference in normal CRT screens and flat screens, etc.

  • Import images alignment

    Is there anyway to align imported images automatically to the top left of the stage?
    I'm using File, Import, Import to Stage which works great for importing multiple images from a folder BUT if I have resized the stage at all (to fit the image size) they align with their top left corner in the centre of the stage.
    Not such a problem with a few images but it's a real pain if you are importing hundreds. I'm using CS4.
    Many thanks
    Peter

    If you are importing them to separate frames as a sequence, then I don't think you have any other options.  You could always import them into a movieclip instead of the main timeline and then see if positioning that works out as you intend.  It may not align them to align to the registration mark as you intend, but they may all align to the same upper left corner location.

  • Automatic creation of thumbnail image in BC4J App

    I have created a BC4J application using the default wizards that displays the content of the following table:
    CREATE TABLE EMPLOYEE_PHOTO (
    ID NUMBER (3) NOT NULL,
    DESCRIPTION VARCHAR2 (20),
    PIC ORDIMAGE,
    THUMB ORDIMAGE,
    EMPLOYEE_NAME VARCHAR2 (50))
    The 'browse' jsp displays the id, description and thumb image.
    The 'edit' jsp allows the user to enter the description, employee_name and upload file details for the pic image.
    I have 2 problems with the application.
    1. How do I set the 'browse' jsp to display the thumb image as an anchor tag that points to the 'edit' jsp ?. I would also like to dynamically set the hint text for the thumb image to 'employee_name' from the database table.
    2. In the 'edit' jsp I want to invoke the Intermedia processCopy method to automatically create the thumbnail image from the image file specified by the user. How do I accommodate this method into the default code ?
    Thanks in advance
    Chris

    Chris,
    Basically, you have to use the "manual" mode of the rendering instead of the "automatic" mode. The JDev Wizard
    generated JSP page uses the "automatic" mode which is hard to customize. The characteristic of the "automatic"
    mode is using the <AttributeIterate> tag to iterate through all attributes. You have to change the following JSP files
    to achieve what you wanted.
    1. DataTableComponent.jsp
    <%@ page language="java" import = "oracle.jbo.html.*, oracle.jbo.*" %>
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%
    RequestParameters params = HtmlServices.getRequestParameters(pageContext);
    String editTargetParam = params.getParameter("edittarget");
    if ("null".equalsIgnoreCase(editTargetParam))
    editTargetParam = null;
    %>
    <jbo:DataSourceRef id="dsBrowse" reference='<%=params.getParameter("datasource")%>' />
    <table class="clsTable" cellspacing="1" cellpadding="3">
    <tr class="clsTableRow"><%
    if (editTargetParam != null)
    %>
    <th class="clsTableHeader"> </th>
    <th class="clsTableHeader"><a href="<jbo:UrlEvent targeturlparam='edittarget' event='Create' datasource='dsBrowse' extraparameters='<%=originURL=" + params.getParameter("originURL")%">'/>">New</a></th><%
    %>
    <th title="<jbo:ShowHint datasource="dsBrowse" hintname='TOOLTIP' dataitem="Id"/>" class="vrTableHeader"><jbo:ShowHint datasource="dsBrowse" hintname="LABEL" dataitem="Id">##Column</jbo:ShowHint></th>
    <th title="<jbo:ShowHint datasource="dsBrowse" hintname='TOOLTIP' dataitem="Description"/>" class="vrTableHeader"><jbo:ShowHint datasource="dsBrowse" hintname="LABEL" dataitem="Description">##Column</jbo:ShowHint></th>
    <th title="<jbo:ShowHint datasource="dsBrowse" hintname='TOOLTIP' dataitem="Thumb"/>" class="vrTableHeader"><jbo:ShowHint datasource="dsBrowse" hintname="LABEL" dataitem="Thumb">##Column</jbo:ShowHint></th>
    </tr><%
    Row currentRow = dsBrowse.getRowSet().getCurrentRow();
    %>
    <jbo:RowsetIterate datasource="dsBrowse" changecurrentrow="false" userange="true">
    <jbo:Row id="aRow" datasource="dsBrowse" action="Active"/><%
    String rowStyle;
    if (aRow == currentRow)
    rowStyle = "clsCurrentTableRow";
    else
    rowStyle = "clsTableRow";
    %>
    <tr class="<%=rowStyle%>"><%
    if (editTargetParam != null)
    %>
    <td class="tablecell"><a href="<jbo:UrlEvent targeturlparam='originURL' event='Delete' datasource='dsBrowse' addrowkey='true'/>">Delete</a>
    </td>
    <td class="tablecell"><a href="<jbo:UrlEvent targeturlparam='edittarget' event='Edit' datasource='dsBrowse' addrowkey='true' extraparameters='<%="originURL=" + params.getParameter("originURL")%>'/>">Edit</a>
    </td><%
    %>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Id"/>" class="tablecell" >
    <jbo:RenderValue datasource="dsBrowse" dataitem="Id">##Cell</jbo:RenderValue>
    </td>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Description"/>" class="tablecell" >
    <jbo:RenderValue datasource="dsBrowse" dataitem="Description">##Cell</jbo:RenderValue>
    </td>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Thumb"/>" class="tablecell" >
    <A href="<jbo:UrlEvent targeturlparam='edittarget' event='Edit' datasource='dsBrowse' addrowkey='true' extraparameters='<%="originURL=" + params.getParameter("originURL")%>'/>">
    <jbo:EmbedImage datasource="dsBrowse" mediaattr="Thumb" altattr="EmployeeName" />
    </A>
    </td>
    </tr>
    </jbo:RowsetIterate>
    </table>
    2. DataEditComponent.jsp
    <%@ page language="java" import = "oracle.jbo.html.*" %>
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%
    RequestParameters params = HtmlServices.getRequestParameters(pageContext);
    String dsParam = params.getParameter("datasource");
    String formName = dsParam + "_form";
    String rowAction = "Current";
    %>
    <jbo:DataSourceRef id="dsEdit" reference="<%=dsParam%>" />
    <jbo:OnEvent name="edit" datasource="dsEdit">
    <% rowAction = "Get"; %>
    </jbo:OnEvent>
    <jbo:OnEvent name="create" datasource="dsEdit">
    <% rowAction = "Create"; %>
    </jbo:OnEvent>
    <form name="<%=formName%>" action="<%=params.getParameter("targetURL")%>" method="post" enctype="multipart/form-data">
    <jbo:Row id="rowEdit" datasource="dsEdit" rowkeyparam="jboRowKey" action="<%=rowAction%>">
    <table border="0">
    <tr>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Id"/>" align="right">
    <b>
    <jbo:ShowHint hintname="LABEL" dataitem="Id">##Column</jbo:ShowHint>
    </b>
    </td>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Id"/>">
    <jbo:InputRender datasource="dsEdit" dataitem="Id" formname="<%=formName%>" />
    </td>
    </tr>
    <tr>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Description"/>" align="right">
    <b>
    <jbo:ShowHint hintname="LABEL" dataitem="Description">##Column</jbo:ShowHint>
    </b>
    </td>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Description"/>">
    <jbo:InputRender datasource="dsEdit" dataitem="Description" formname="<%=formName%>" />
    </td>
    </tr>
    <tr>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Pic"/>" align="right">
    <b>
    <jbo:ShowHint hintname="LABEL" dataitem="Pic">##Column</jbo:ShowHint>
    </b>
    </td>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="Pic"/>">
    <jbo:InputRender datasource="dsEdit" dataitem="Pic" formname="<%=formName%>" />
    </td>
    </tr>
    <tr>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="EmployeeName"/>" align="right">
    <b>
    <jbo:ShowHint hintname="LABEL" dataitem="EmployeeName">##Column</jbo:ShowHint>
    </b>
    </td>
    <td title="<jbo:ShowHint hintname='TOOLTIP' dataitem="EmployeeName"/>">
    <jbo:InputRender datasource="dsEdit" dataitem="EmployeeName" formname="<%=formName%>" />
    </td>
    </tr>
    </table>
    <jbo:FormEvent event="update" datasource="dsEdit" addrowkey="true" />
    </jbo:Row>
    <%-- Pass along originURL parameter --%>
    <input type="hidden" name="originURL" value="<%=params.getParameter("originURL")%>">
    <input type="submit" value="Update">
    <input type="reset" value="Reset">
    </form>
    3. DataHandlerComponent.jsp
    <%@ page language="java" %>
    <%@ page errorPage="errorpage.jsp" %>
    <%@ page import="oracle.jbo.ApplicationModule" %>
    <%@ page import="oracle.jbo.html.*" %>
    <%@ page import="oracle.ord.im.*" %>
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%
    RequestParameters params = HtmlServices.getRequestParameters(pageContext);
    String targetParam = params.getParameter("targetURL");
    String amId = params.getParameter("amId");
    String voName = params.getParameter("jboEventVo");
    %>
    <%
    if (voName != null)
    { %>
    <jbo:DataSource id="ds" appid="<%=amId%>" viewobject="<%=voName%>" />
    <jbo:OnEvent name="update">
    <jbo:Row id="myrow" datasource="ds" rowkeyparam="jboRowKey" action="Update" />
    <%
    myrow.setAttribute("Thumb", new OrdImageDomain());
    String myRowKey = myrow.getKey().toStringFormat(false);
    %>
    <jbo:PostChanges appid="<%=amId%>" />
    <jbo:Row id="theRow" datasource="ds" action="Find" rowkeyparam="jboRowKey" >
    <%
    OrdImageDomain pic = (OrdImageDomain) theRow.getAttribute("Pic");
    OrdImageDomain thumb = (OrdImageDomain) theRow.getAttribute("Thumb");
    pic.processCopy("scale=\"0.1\"", thumb);
    %>
    </jbo:Row>
    </jbo:OnEvent>
    <jbo:OnEvent name="delete">
    <jbo:Row id="delrow" datasource="ds" rowkeyparam="jboRowKey" action="Delete" />
    </jbo:OnEvent>
    <%-- Scroll event handling --%>
    <jbo:OnEvent list="firstset, nextset, previousset, lastset">
    <jbo:RowsetNavigate datasource="ds" />
    </jbo:OnEvent>
    <%-- Navigation event handling --%>
    <jbo:OnEvent list="first, next, previous, last">
    <jbo:RowsetNavigate datasource="ds" />
    </jbo:OnEvent>
    <%-- Query event handling --%>
    <jbo:OnEvent name="Del Criteria" >
    <% String remove = params.getParameter("index"); %>
    <jbo:ViewCriteria id="vc" datasource="ds" action="append">
    <jbo:CriteriaRow id="row<%=remove%>" index="<%=remove%>" clearall="true" />
    </jbo:ViewCriteria>
    </jbo:OnEvent>
    <jbo:OnEvent name="Clear All" >
    <jbo:ViewCriteria id="vc" datasource="ds" action="new" />
    </jbo:OnEvent>
    <jbo:OnEvent list="Search, Add Criteria" >
    <% String rowParam = params.getParameter("nRows");
    int nRows = 0;
    if (rowParam != null)
    try { nRows = Integer.parseInt(rowParam); }
    catch (Exception ex) { }
    %>
    <jbo:ViewCriteria id="vc" datasource="ds" action="new">
    <% for (int index=0; index < nRows; index++)
    { %>
    <jbo:CriteriaRow id="row<%=index%>" >
    <jbo:AttributeIterate id="attrvc" datasource="ds" queriableonly="true">
    <% String item = attrvc.getName();
    String value = params.getParameter("row" + index + "_" + item); %>
    <jbo:Criteria dataitem="<%=item%>" value="<%=value%>" />
    </jbo:AttributeIterate>
    </jbo:CriteriaRow>
    <% } %>
    </jbo:ViewCriteria>
    </jbo:OnEvent>
    <% }%>
    <%-- Transaction event handling --%>
    <jbo:OnEvent name="Commit" >
    <jbo:Commit appid="<%=amId%>"/>
    </jbo:OnEvent>
    <jbo:OnEvent name="Rollback" >
    <jbo:RollBack appid="<%=amId%>"/>
    </jbo:OnEvent>
    Hope this helps.
    richard
    </a>

  • How to import images in iPhoto?

    I use iPhoto importing images from this same computer and from iPhone with iCloud. A problem I've always suffered also before buying iPhone was that I can't import images in iPhoto.
    Well, I can drag an image from, for example, the desktop, but if I delete that file on the desktop I won't be able to open that image in iPhoto, even if I've imported it. This is because of I don't know a way to "consolidate the library" in iPhoto (while I usually do it in iTunes), so iPhoto just manages my images, but it doesn't really import them.
    When, in iPhoto, I import a photo shooted with iPhone and showed in Photo Stream, that photo is really copied in the library, so in the computer, and I can delete the photo source, in fact if I delete that photo from Photo Stream that photo will remain however in iPhoto, and if I click on the high menu bar (FIle, Show Original ), a Finder window of the folder in which there is the copied photo will be opened. That finder is "hidden" in the stuff of the iPhoto Library (in Images folder of Mac), but it's not simply to go and find any photo in this way (folders and subfolders named with long numbers).
    So can I choose what way to use? The good of that second method is that iPhoto manage directly and really its photos because it "has" them, but the bad is the almost impossible way to find photos in that organization library (waster than iTunes media folder, that is clear). The good of the first method is that no automatic copies will be created because iPhoto just manage photos which remain in my folders, but the bad is that iPhoto doesn't manage them direclty, but depending on my folders and my files wherever and however they are, and I can't edit them because I would change the file that is used in iPhoto with an other different version.
    I think this is an annoying problem because there is a file with photos (i.e. the iPhoto Library) that contains copies of photos occuping memory while I don't know this is happening, because that copy is not announced, and simultaneously I have those photos of iPhoto free to be changed and removed with the risk of disappearing from the photos of the program.

    I can drag an image from, for example, the desktop, but if I delete that file on the desktop I won't be able to open that image in iPhoto, even if I've imported it
    That's an indication that you may have your library set up as a referenced library:
    Check the Advanced preferences in iPhoto to see if that checkbox is selected or not.  If it isn't checkec, check it and try importing agan. 
    To make sure all Photo Stream photos are automatically imported into your library set up iPhoto's PS preferences like this:
    You should read this User Tip by Terence Devlin which is the best treatise on how to access photos (for use outside of iPhoto):  How to Access Files in iPhoto
    OT

  • Is there a way to import images that have been edited and assign them to the original?

    I am transitioning to mac and aperture. Is there a way to import images that have been edited and assign them to the original? I have 10,000 originals and about 2,000 edited images. The originals are named img_XXXX and anything modified img_XXXX_modified. I would like to be able to import the originals and then import the edited versions and assign them to the original masters. Instead of starting from here and going forward with 12,000 masters, some of which are actual originals and others not. Thanks for the help.

    Ah, the vestiges of a destructive workflow! Once you "get" Aperture, (specifically Masters and Versions) you are going to love it, as all of this work goes away - the relationship that you seek to retain is automatic in Aperture; it is simply done differently.
    The short answer to your question is EVERY image file that is Imported into Aperture will create a new Master and one Version. Assuming that your images are PSD/TIFF/JPEG that you created in something like Photoshop, then each one that your import will be a new Master. You have many options:
    -- Stick the originals in one Project(s) and the edited versions in another Project(s).
    -- Stick them all in the same Project(s) and "Stack" them.
    But here is the real question: Why are you doing all of this work and what are you trying to accomplish? Seems you are trying to preserve old things that don't need preserving in a non-destructive workflow.
    So, what is most valuable to you?
    -- The original, out of camera files? (That is, the fear/need to revert.)
    -- The edited versions? (That is the hours of work that it took you to get there.)
    If the former, import the originals and ignore the edited versions. (Either simply leave them out on disk or import them into their own Projects which you ignore.) Use Aperture to recreate the work you had done previously. This will always give you the ability to revert to the original Master and create as many Versions as you want. This is the best idea if your edits are relatively simple crops and exposure adjustments,
    If the latter, then import the edited versions and do as above with the originals. This makes more sense if your work uses lots of layers and, perhaps lots of clone tool type corrections.
    Of course, you can do a bit of both.
    Others may have better suggestions, but you will find it easy to answer your own question when you understand an image based, as opposed to a file based, non-destructive workflow.
    Good luck!

  • Importing Image Sequences...

    When I export a video clip into an image sequence and import those images back, they become 10 second long stills. How do you import them and automatically have their duration as only 1 frame?

    or use quicktimepro to import image sequences and do a save as a quicktime movie. FCP can choke on the sheer number of files involved in an image sequence.

  • Import images edited in LIghtroom 4 into Photoshop Elements 11.

    I wnat to import images I have edited in Lightroom into Photoshop Elements.  It will only allow me to import the original RAW file and not the XMP Sidecar file.  I get the message "File type not supported.  Can anyone help?  John

    The usual method is not  to start Elements, and then try to get ("import") the edited image from LR (or, from disk). This is a more laborious approach, also limiting: for example you cannot externally edit a LR "virtual copy" this way.
    LR is designed to be the front-end, which  pushes  the LR-edited image out to Elements on demand (which will then be started up automatically, with the relevant image already opened for you). Doing it this way, the edited image then appears back in LR by itself, afterward, and the whole process is convenient. You can go back and edit the same image further, again using LR as your single access point to the image - both for LR adjustments and for Photoshop alterations.
    The standard "Edit in Photoshop / Edit in Photoshop Elements" method tries to work via ACR. This does not require saving .XMP files to disk, btw.
    It is also possible to force LR to render the file itself, which removes any issues of ACR compatibility, and employs the full gamut of LR function "up front" when starting an external edit. All Elements (or whatever) then needs to be able to do, is open up a readymade standard TIFF (or PSD).
    One way to force that is via dialog options, though the options presented do vary depending on the situation.
    Another way is to set up an external editing preset (in LR Preferences / external editing tab). This records a given combination of file attributes and program to be used (by browsing to the image editor program file), and is saved under a name. This name appears in the context menu (Edit In... submenu) and can be used directly thereafter.

  • How do I stop iphoto from creating events automatically when I import photos from an external hard drive?

    IPhoto is creating events automatically when I import photos and when I merge events and then go to finder>all images, I see iphoto has created several copies of each picture....I try to delete the extra copies but then the albums or events also get affected, even if there is one copy of each photo left in all images...have someone had this problem?

    You don't have a problem at all.
    IPhoto is creating events automatically when I import photos
    This is how iPhoto works. Every photo is in an Event. Events are the basic organisation of the Library. Every import means at least one new Event. Yes you can merge Events after import and so on, but there is at least one Event created at each import.
    I see iphoto has created several copies of each picture....
    No it hasn't. It hs created versions of the photos, not copies. There will be a couple of thumbnails  for viewing in the iPhoto Window plus the Master and then a edited version for pics that are modified. The icons for each of these may be similar but they are not copies - for a start they are different sizes - and all are required for iPhoto to work.
    go to finder>all images
    Don't. This is simply a list of all the images on your computer. It makes no account or allowance for the purpose of these images. Really, if you're using iPhoto ignore this because if you
    I try to delete the extra copies
    Then you are trashing your Library.
    So, this is how iPhoto works, there is no problem and stay away from All Images.
    Regards
    TD

  • How to animate imported images?

    Hi, I'm new to Premiere. I've imported a PSD file with full alpha transparency. It shows a mobile phone being held, as if from a first-person perspective and is being used in a scene that is filmed in first-person.
    On the phone, I want the screen's image to change, perhaps at certain specified keyframes. I know for an animated image I could import a GIF, but that format does not support alpha.
    In short, how can I make an imported image - that's used in Video 2 on top of Video 1 - change itself to an image of the exact same resolution at specified times?

    Change the image on the phone in Photoshop instead. Ohotoshop Extended has a timeline, or you could just import multiple copies of the phone image into Premiere Pro and use them as you need them.

  • Exporting to DNG without having to re-import images into LR, how?

    I am trying to use LR in conjunction with various DAM techniques. This means that I import images from cards as RAW files to a "Current Files" partition with LR automatically writing XMP files, add metadata and color and exposure corrections. Then I export the files to DNG on another "Derivative Files" hard drive.
    The problem comes in in the exporting to DNG. When I do that, using the export command, Lightroom does not "follow" the files to their new location, but continues to reference the original files. I know that I could use the "Convert to DNG" command and have it replace the files in place, then copy them over to the "Derivative Files" drive, but I was trying to save a step or two, especially since the files are large and take a long time to copy and I am paranoid and want to back up the original RAW files for a couple of weeks anyway, just in case of problems with to DNG's.
    Any help or tips would be appreciated.
    Ralf-Finn Hestoft
    www.hestoft.com

    Jonah and Don,
    Thanks for the replies. What I want to do is be able to come back to the files months from now, and be able to process out new derivative files, for a client request, say, secure in the knowledge that all my metadata and exposure info have survived the conversion to DNG and the move to the new hard drive.
    So, if as Jonah says, the Virtual Copies stay associated with the files when they convert to DNG, then I can use them just like they were when I made them with the ORIGINAL RAW files. Is this correct?
    Don, how does Drag and Drop work within LR? I did not know that existed. Please be kind enough to explain how one would MOVE a folder of newly-created DNG files from one drive to another.
    Thanks so much for the input! I think I am finally getting the hang of how LR can really work for me.
    Ralf-Finn
    www.hestoft.com

  • Actualization of imported images

    When you have a file with a lot of imported images in it, and you change their folder place, illustrator can't find the images anymore. So it asks where is one of the images, and you just indicate the new folder. but then it keeps on asking the same for all the images and you have to actualize all of them, one by one. is that so, or is there a quicker way? In Freehand, there is an option that makes the program seek for all the images in the same folder and actualizes them automatically.

    Here is the dialog you see if you notice in the lower left hand sie it say apply to all.
    Check the box before it and before you update the first one and all the files in that folder will update.
    I believe if some of the files are put in another folder the dialog appears again and if that box is by chance not check check it again.
    If I recall it is similar in results as FH worked but I seem to remember is still at that similar.
    I hope this helps.

Maybe you are looking for

  • System hangs under OS X 10.5.8 when using some applications

    When looking up help on a Time Machine issue today, a 'fail to backup' notification from TM, the Help application hung, unresponsive. After failing to get Force Quit to work I did a hard restart. I've recently installed the comprehensive OS X 10.5.8

  • Email security Q: Connection to server succeeded; login not required

    Hi everyone I ran the Mail Connection Doctor on my mac at home this morning as I was having trouble sending an email.  One of my email accounts (SMTP) has come back with: "Connection to server succeeded; login not required. " I am just wondering what

  • SRM's WDJ application is not taking custom theme

    Hi All, I'm working on the Portal branding. We have SRM BP deployed in our portal. I've created custom theme and desktop for the user. I'm able to see the portal's different section as per custom theme. WDA/WDJ application's UI which is opening in th

  • ITunes will not stream vidoe audio to Apple Hi-Fi speakers

    Hi - Using iTunes, I am able to stream music and podcast audio to my Apple Hi-Fi speakers via Airport Express. However, VidoeCast, TV Shows and purchased movies will not stream... am I doing something wrong? Is there a workaround? hevans

  • N97 : written text disappearing in Calender / Mess...

    I have a N97 black UK vodafone V12  Has anybody solved or know why while typing either in calender or texting, the whole page suddenly disappears and you lose what you have written? frustrating especially when updating / amending existing notes you l