How to import logo to the clip and display it during the whole clip

Hello All,
I am using Adobe Premiere Pro CS4.
I am doing a project now from various DVDs I've already made from a while ago.
Now I will use these them in a commercial things so I want to add a logo to the clips to keep my rights ...etc.
Here is the situation:-
1) Importing the clip file into Adobe Premiere Pro CS4.
2) Importing the logo image file I want to use.
3) Right click the clip file and choose insert.
Now I want to know how to import the image file to the clip so it is being there during the whole clip?
I've tried several times to import it but found it displayed seperatey after or before the clip or in the middle while I want to be displayed during the whole movie.
Also it is big when I displayed while I want to resize it to be in the top right of the clip.
Thanks a lot
Sorry for poor English.

took longer than I thought...and this is only basic examples...can be finessed better....
with more thought and time ...but this gives you the basic ideas..read bout track mattes and transparency..etc...
samples
white background ...with track matte
becomes transparent..letters, black opaque, gray transluscent
transparent background
letters black and white are shown as is with no track matte
transparent background with track matte...
now white letters act as mask and allow image through only white letters

Similar Messages

  • Can I obtain the date of the exe and display it on the fropnt panel?

    Hello,
        Is there a way that a Labview program can display the date of the exe and display it on the front panel? I am aware of the version info on the application builder, but I did not see a way to get the date when the exe was created.
    Regards,
    Kaspar

    Hi
    You could use File/Directory Info function in your code like this
    cheers
    David
    Message Edited by David Crawford on 02-24-2010 11:11 PM
    Message Edited by David Crawford on 02-24-2010 11:12 PM
    Attachments:
    App Last Mod.png ‏17 KB

  • How to delete the hdd and re-partition during the installation.

    Hi,
    I am new to Arch, currently I have a laptop that installed with Opensuse os, now I want to switch it to Arch entirely.
    So, I need to delete the whole partitions that previously created when install Openesuse. I just want to install single Arch on the machine only.
    How can I do it?
    Thanks

    Yea you can set up your scheme all with gparted. Keep in mind though, that is just formatting your disk correctly, no files will be installed, just the disk setup for arch to install to.
    So when you get into gparted what your goal is going to be is to set up your disk for install. I used the scheme of
    3 partitions,
    one for root 20GB - /
    one for swap 2GB
    and one for home 80GB- /home
    This is a pretty common config and I think it is best but it depends on your situation and what you want, thats pretty standard though.
    So that's what you'll have set up when you leave gparted live cd and then boot to your arch cd, all your partitions set up and ready for arch to install its files to.
    Also, arch wiki is really killer wiki, I mean the guys did an awesome job on the beginners guide, but there's nothing wrong with having extra reference guides. I used this one with the arch wiki:
    http://lifehacker.com/5680453/build-a-k … he-process
    I would take a look at them both.
    And i would have them both open when your doing this whole thing, so hopefully you have a tablet or a cell phone to have these pages open while you install.
    And like pks said, you don't have to use gparted live cd, its just recommended in the beginners guide. I did use it, and i thought it made it a lot easier. But if you are familiar with command line disk editing, go for it!
    EDIT: PS man i dont know about you but i always like to have extra partitions on my disk so I can test other linux distrobutions. It kinda sounds like you are testing them, you have centos and now arch, are you sure your not going to want to install more later? Cause if you maybe want to and you have a big enough hard drive your not pressed for space you might want to create your arch install partitions and have an extra couple for another distro in the future.
    Like me I installed arch, and now im installing Gentoo to try it out, i made extra partitions beforehand.
    So I made my arch ones:
    sda1 - /
    sda2 - swap
    sda3 /home
    then for Gentoo
    sda4 - /
    sda5 /home
    and they would be sharing swap partition. So i had all these partitions set up before I installed anything to the disk. Just an idea Good luck!
    Last edited by rexineffect (2014-02-19 12:01:46)

  • How to get and disply dynamic values on the fly and display in applet

    hello all ,
    i have a problem in refreshing a applet.
    i have a scrolling applet which will get the share values from the database and display in a scrolling applet in the browser . i am getting the values and displaying it.
    but the problem is , if i enter a new record in the database, until and unless i press refresh button of the browser, i am not getting the new values . please help me if anybody having the idea. please mail me to [email protected]
    thank you all.
    by
    samba

    You want a database update to trigger an applet refresh? Can't be done.
    However, you can have the applet periodically re-query the database and update its display with the information it retrieves. Just kick off a Thread that sleeps for a bit, wakes up, queries the db, updates the display, and goes back to sleep.

  • Why read d'information into the card and send these to the database

    hi hello world,
    i have an application where i must take some informations to the customer in their electronic card and send this informations to the database. so, in want : 1. buy the card reader which i dont know where i can buy this, 2. i must buy the card which will contain the customer informations, and 3. how put (read) informations contain into the card to my card reder and send those informations to the database.
    if some body know how i can do, please help me.
    my direct email: [email protected]

    I've changed my original question on the first thread.
    The file, glass.txt, contains the following:
    Moretti 247 H 1.1 $38.50
    Moretti 276 O 0.9 $10.80
    Vetrofond 902 T 0.4 $4.00
    Vetrofond 408 S 0.6 $9.00
    Lauscha 045 T 0.2 $2.00
    Vetrofond 907 L 0.1 $4.50
    Ex. Moretti -> manufacture name
    247 -> number
    H -> category
    1.1 -> amount of glass in pounds
    $38.50 -> cost of the glass manufacture
    "Read in each line of data from the file, and display it to the user using an information-type message box, indicating the manufacture name, the number, the category (spelled out as a word), the amount of glass in pounds, and the cost of the glass".
    I did it, but it seems that I did something wrong. Could you please help me?
    I appreciate your help. Thank you.
    import javax.swing.JOptionPane;        // Needed for the JOptionPane class
    import java.io.*;                    // Needed for file classes
    public class problem3
        public static void main(String[] args) throws IOException
            String filename;        // Needed to read the file
            String categories;        // Needed to read the categories
            // Get the filename.
            filename = JOptionPane.showInputDialog("Enter the filname.");
            // Open the file.
            FileReader freader = new FileReader(filename);
            BufferedReader inputFile = new BufferedReader(freader);
            // Read the categories from the file.
            categories = inputFile.readLine();
            // If a category was read, display it and
            // read the remaining categories.
            while (categories != null)
                // Display the last category read.
                JOptionPane.showMessageDialog(null, categories);
                // Read the next category.
                categories = inputFile.readLine();
            // Close the file.
            inputFile.close();
    }

  • Dynamically fetch data from database and display it in the report

    Hi,
    We have a requirement in developing a report which needs us to dynamically fetch data from the database and display it in the report.
    We have a column called WORKER in the report.
    For each worker there is a measure(PSA) associated with it.
    In the report we have to display both the WORKER and the PSA column.
    What we want is, when we display the list of the workers, the corresponding workerid_id of the worker will be passed and the value of his PSA will be fetched from the database and displayed in the report.
    Or anything similar to this.
    We also have drill applied on this WORKER column. So after any drill up or drill down also the value for PSA should change.
    Is there any way of doing this?
    Please help if possible.
    Thanks,

    hi,
    data : count type i value 0.
    data : Begin of itab occurs 0 ,
    plan_version like hrhap-plan_version,
    APPRAISAL_ID like hrhap-APPRAISAL_ID,
    AP_START_DATE like hrhap-AP_START_DATE,
    AP_END_DATE like hrhap-AP_END_DATE,
    AP_STATUS like hrhap-AP_STATUS,
    AP_STATUS_SUB like hrhap-AP_STATUS_SUB,
    OBJ_DATE_SET like hrhap-OBJ_DATE_SET,
    REVIEW_DATE_SET like hrhap-REVIEW_DATE_SET,
    AP_DATE_SET like hrhap-AP_DATE_SET,
    AP_DATE_EARLIEST like hrhap-AP_DATE_EARLIEST,
    AP_DATE_LATEST like hrhap-AP_DATE_LATEST,
    CHANGE_DATE like hrhap-CHANGE_DATE,
    CHANGE_TIME like hrhap-CHANGE_TIME,
    CHANGE_USER like hrhap-CHANGE_USER,
    end of itab.
    <b>select * from hrhap into corresponding fields of table itab.</b>
    loop at itab.
    write :/ itab-plan_version under 'plan_version',
    itab-appraisal_id under 'Appraisal Id',
    itab-AP_START_DATE under 'Start Date',
    itab-AP_END_DATE under 'End date',
    itab-AP_STATUS under 'Status',
    itab-AP_STATUS_SUB under 'Substatus',
    itab-OBJ_DATE_SET under 'Objective setting date',
    itab-REVIEW_DATE_SET under 'Review date set',
    itab-AP_DATE_SET under 'appraisal date',
    itab-AP_DATE_EARLIEST under 'Earliest appraisal date',
    itab-AP_DATE_LATEST under 'Latest Appraisal date',
    itab-CHANGE_DATE under 'Change Date',
    itab-CHANGE_TIME under 'change time',
    itab-CHANGE_user under 'change user'.
    count = count + 1.
    endloop.
    write : 'No of records' ,count.
    rgds
    anver
    if hlped mark points.

  • I have a logo from another source and need to change the colors of it, HOW?

    I had an outside source build me a logo which I want to use for my product labels etc. but I'm having trouble figuring out how to format a template for the correct size to transfer to the labels and I cant figure out how to change the color/colors of the logo that I was given?

    Andy,
    The trial works just as the paid one, same version, only time limited.
    If you open the AI version, what happens when you Alt/OptionClick (hold Alt if on Windows, Option if on Mac when clcking) one of the areas you wish to colour change?
    If we are lucky, that will select the area, and you may change the colour (if you have selected the Fill box rather than the Stroke box at the bottom of the Toolbox); you may set the CMYK or RGB values in Window>Color (choose the relevant one from the flyout), or from the Window>Swatches, or in a few other ways.

  • My ipod touch 4 gen is in recovery mode and i dont know how to get out of it,i tried everything like hold the home and top button at the same time. All it did what g to the apple logo and went back to recovery mode any help?

    My ipod touch 4 gen is in recovery mode and i dont know how to get out of it,i tried everything like hold the home and top button at the same time. All it did what g to the apple logo and went back to recovery mode any help?

    Once the Device is asking to be Restored with iTunes... it is too late to save anything... and you must continue with the Recovery...
    kevinpowell1 wrote:
    how can i get it out of recovery mode?
    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download
    Then See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    Some users have reported as many as 8 or 9 attempts were necessary before success.
    After you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    If the issue persists...
    Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • Do any one knows how to add those arrows from the right and left side of the screen in the youtube widget which allows you to navigate back and forth between video clips?

    do any one knows how to add those arrows from the right and left side of the screen in the youtube widget which allows you to navigate back and forth between video clips?

    do any one knows how to add those arrows from the right and left side of the screen in the youtube widget which allows you to navigate back and forth between video clips?

  • I edited clips and then re uploaded the rendered versions into the organizer and now the thumbnails aren't showing up. how do i generate the thumbnails?

    I edited clips and then re uploaded the rendered versions into the organizer and now the thumbnails aren't showing up. how do i generate the thumbnails?

    neuron113
    Thanks for the reply with the very helpful details.
    Export from Premiere Elements 12/12.1 Publish+Share/Computer/MPEG with Presets = HDTV 1080p29.97 High Quality
    I suspect that we are in a no win situation here - an Elements Organizer 12 issue.
    With Elements Organizer 11, 10, and 9, I can bring your MPEG2.mpg into the Elements Organizer with thumbnail with
    image. I cannot for Elements 12. And, I am working with the same MPEG2.mpg in Elements Organizer 9.0/9.0.1, 10, 11,
    and 12 on the same computer. In the morning, I will look Elements Organizer 13 as well.
    In my work with 12, this MPEG2.mpg consistently crashed the Elements Organizer 12.
    It is difficult to explain these results by invoking a missing codec theory since all was done with the same sample on the
    same computer.
    More later.
    ATR

  • My ipod touch 4th generation has frozen whilst being turned back on. The apple logo has been on the screen and ever so often the screen flashes white and then black. How do I get it to unfreeze at this stage?

    My ipod touch 4th generation has frozen whilst being turned back on. The apple logo has been on the screen and ever so often the screen flashes white and then black. How do I get it to unfreeze at this stage?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Lock the audio and precision edit only the video clips?

    How would I:
    Starting with a series of roughly edited video clips, add a final audio track, lock that track, and then precision edit the video to that audio?
    Thanks.

    Welcome to the forum, onehhitfights.
    Let's start by clarifying exactly what you mean when you say that your A/V clips are importing only as audio. What does the clip's icon look like in the Project panel (list view)? Is it just an audio waveform, or does is it a combo of film frame and waveform?
    Is the audio missing regardless of whether you play it in the Source Monitor or drop it in on the Timeline and play it in the Program Monitor?
    If the clip's icon includes the film frame and you can see video in the Source Monitor, then most likely you don't have a video track selected for source patching.

  • Subject : Slideshow looks bad  Hello guys  I have a project in my Final Cut just about done.  I want to add my slideshow as part of the project and burn it to DVD.  In my slideshow, there are some stills from the movie clips and some downloaded from the i

    Subject : Slideshow looks bad
    Hello guys
    I have a project in my Final Cut just about done.  I want to add my slideshow as part ofthe project and burn it to DVD.  Inmy slideshow, there are some stills from the movie clips and some downloadedfrom the internet but they all look blur when playback and even worse if Iapply Ken Burn to it.   Pleasesome one can tell my how to do it right or it can’t be done because thedownload quality and stills from the clip are not suitable or slideshow.  Thank you
    PSC

    Thank you Ross.
    The entire DVD containing Quick Time movies (Final CutExpress project) and slideshow was done in iPhoto.  The Final Cut project was rendered prior to export to QT,  the slideshow was sent to iDVD withoutrendering. The slideshow with most of the pictures from my still camera incombination with stills from movie clips and some downloaded from the Internet.After burning, the movie playback is perfect but the slideshow is not.  The slideshow containing 3 differentkinds of pictures; those from my still camera looks OK; the stills from themovie clips and from the Internet are not.  I don’t have much knowledge in this game, but I think NTSCwith frame size 720x480, and the downloaded picture Item Property shows most ofthem are between 400 to 500 x 300 to 600, may be both of them are not suitablefor TV screen while the stills from my still camera looks OK because they are2048x1536.  Please enlightenme.  Once again, thank you so much,I really appreciate the time you offered.
    psc

  • HT1766 how do i save my old photos and put it on the new device?

    how do i save my old photos and put it on the new device?

    Here is how to get everything:
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device
    To get photos taken by or saved to the iPod to the computer see:
    iOS: Importing personal photos and videos from iOS devices to your computer
    If they were synced from a computer you need a third-party program like TouchCopy or PhoneView to get them into the computer.
    To move from computer to new iPod
    iOS and iPod: Syncing photos using iTunes

  • I'm trying to download itunes 10 but I get to a point in the download and it tells me, "The feature you are trying to use is on a network resource that is unavailable" but I haven't had itunes on my computer for a year now so how can I get around this?

    I'm trying to download itunes 10 but I get to a point in the download and it tells me, "The feature you are trying to use is on a network resource that is unavailable" but I haven't had itunes on my computer for a year now so how can I get around this?

    iTunes.msi
    Perfect, thanks.
    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

Maybe you are looking for