PE 13: What is the best way to cut out an unwanted segment and leave a fade-out/fade-in overlap?  Without multi-track overlaps?

I have a long video segment and want to remove unwanted segments and replace them with fade-in/fade-out transitions.  I know that I can do this between two separate video tracks by fading out Video 1 and fading in Video 2 and having the two tracks overlap during the transition.  Is there an easy way to do this on the same track?  The way I've done this before is to cut out the unwanted segment, then move the two segments to separate tracks and overlap them.
To compound the problem, I have a separate audio track for the wireless microphone I'm wearing. I need to pull that into the fade transitions.  So that's Video 1 and Audio 1 with Narration, all cut at the same time with overlapping fade-out/fade-in in the fewest steps.  Can Premiere Elements 13 handle that?

billsbayou
Add On...I am weighing the merits of applying an audio transition directly below the video transition. Considering Crossfade's  Constant Gain or Constant Power with a forced alignment of Between Clips. According to Adobe documentation
Adobe Premiere Elements Help | Applying transitions to clips
Adobe Premiere Elements includes two audio transitions in the Crossfade category: Constant Power and Constant Gain. Though both provide fades, they differ slightly. Constant Power creates a smoother-sounding fade, while Constant Gain, though mathematically linear, often sounds abrupt.
ATR

Similar Messages

  • What is the best way to do a 10.8 reinstall and keep all of my data?

    What is the best way to do a 10.8 reinstall and keep all of my data?

    Boot to the recovery disk and reinstall the os. That said you do have a back up just in case (I trust)?

  • What is the best way to double buffer in this case and how to do it....

    currently I have
    public class Frame1 extends JFrame{
    //inside this class I call up circle class, rectangle class, etc.... to draw
    }I am making a "paint" program, and I have individual classes to handle the paint methods heres an example:
    abstract public class Shape {
        public Shape() {
        public abstract void draw(Graphics g, Color c, int x, int y, int width,int height);
    }and then....
    public class Circle extends Shape{
        public Circle() {
        public void draw(Graphics g, Color c, int oldx, int oldy, int newx, int newy) {
            g.setColor(c);
            g.drawOval(Math.min(oldx, newx), Math.min(oldy, newy), Math.abs(oldx - newx), Math.abs(oldy - newy));
    }There is also a Rectangle class, line class.... etc! So my question to you is the following... what is the best way to implement double buffer in the individual classes? And how to do it?? And also.... the drawings should be kept inside a jPanel.
    Any bit of help is much appreciated Thank you!!

    You don't need to do double-buffering. Swing
    components are double-buffered by default. Just make
    sure you override paintComponent() and not paint().
    And even if you had to, why would there be any
    difference in implementation for your classes whether
    they paint to on- or off-screen graphics?I need to override paintComponent()? what if I don't...
    I am using JBuilder2005 and they automate somethings for me. So thats how they did it when they created the application they did this....
    public class Frame1 extends JFrame{
    /*** all my code here***/
    public class Application1 {
        boolean packFrame = false;
         * Construct and show the application.
        public Application1() {
            Frame1 frame = new Frame1();
            // Validate frames that have preset sizes
            // Pack frames that have useful preferred size info, e.g. from their layout
            if (packFrame) {
                frame.pack();
            } else {
                frame.validate();
            // Center the window
            Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
            Dimension frameSize = frame.getSize();
            if (frameSize.height > screenSize.height) {
                frameSize.height = screenSize.height;
            if (frameSize.width > screenSize.width) {
                frameSize.width = screenSize.width;
            frame.setLocation((screenSize.width - frameSize.width) / 2,
                              (screenSize.height - frameSize.height) / 2);
            frame.setVisible(true);
            try {
                jbInit();
            } catch (Exception ex) {
                ex.printStackTrace();
         * Application entry point.
         * @param args String[]
        public static void main(String[] args) {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    try {
                        UIManager.setLookAndFeel(UIManager.
                                                 getSystemLookAndFeelClassName());
                    } catch (Exception exception) {
                        exception.printStackTrace();
                    new Application1();
        private void jbInit() throws Exception {
    }

  • What's the best way to merge, restore or reconstruct iPhoto and Aperture libraries to resolve images that are not found/offline?

    Hey there, Apple Support Communities.
    To start, I'm working on a MBP Retina 15" with a 2.3GHz i7 processor and 16 GB of RAM.  10GB free on a 256GB SS HD.  Attached are two external HDs - one 1TB Western Digital portable drive from 2011, one 2TB Porsche LaCie non-portable drive from 2013; both connected via USB.  All photo libraries in question are on the external drives.
    I have Aperture 3.5.1 and iPhoto 9.5.1.  I prefer to work in Aperture.
    The Issue(s)
    Over the years, I have accumulated a number of iPhoto libraries and Aperture libraries.  At one point, I thought my WD drive was dying so I purchased the LaCie and copied all libraries over the the LaCie drive.  (Turns out, there's probably an issue with my USB port reading drives, because I can once again see the WD drive and occasionally I can't see the LaCie drive.)
    So now I have old version of some libraries on the WD drive, and new versions on the LaCie drive.
    When I was moving things, I ran the software Gemini to de-dupe my iPhoto libraries.  Not sure what effect that may have had on my issues.
    In my main Aperture library and in some iPhoto libraries, I get the image-not-found badge or exclamation point.  I've dug through the hidden Masters folders in various libraries to find the original image.  In some cases, I have been able to find the original image, sometimes in a different version of the iPhoto library.
    My Question(s)
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    2.  For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    3.  Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    TL;DR: Too many iPhoto and Aperture libraries, and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    Thank you!  Let me know if you need add'l info to offer advice.
    With appreciation,
    Christie

    That will not be an easy task, Christie.
    I am afraid, your cleaning session with Gemini may have actually removed originals. I have never used this duplicate finder tool, but other posters here reported problems. Gemini seems to replace duplicate original files in photo libraries by links, and this way, deleting images can cause the references for other images to break. And Aperture does not follow symbolic links - at least, I could never get it to find original files this way, when I experimented with this.
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    You have to find the originals yourself. If you can find them or restore them from a backup, Aperture can reconnect them. The reconnect panel can show you, where the originals are supposed to be, so youcan see the filename and make a Spotlight search.
    For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    Make a copy of the missing original you found in a folder outside the iPhoto library. You can either open the iPhoto library in Aperture and use "File > Locate Referenced file" to reconnect the originals, or simply reimport them. Then Lift&Stamp all adjustments and metadata to the reimported version.
    See this manual page on how to reconnect originals:  Aperture 3 User Manual: Working with Referenced Images  (the paragraph:  Reconnecting Missing or Offline Referenced Images)
    Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    References images will stay referenced, managed will remain managed. You need to unhide all hidden photos in iPhoto - this cannot be done in Aperture.
    and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    That is probably due to Gemini's replacing duplicate originals by links, and your best cause of action is to fix this before merging the libraries. Reconnecting can be done for your iPhoto libraries in Aperture.

  • What is the best way to get rid of troyan virus and safari virus?

    what is the best way to get rid of viruses on my macbook?  the viruses are causing popups and saying that the device is infected.

    ds store wrote:
    ClamXav is only a scanner, it can't remove the MacDefender malware.
    Yes, it can. ClamXav scans and quarantines it. It was updated.
    http://www.reedcorner.net/news.php/?p=98
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

  • What is the best way to get rid of unwanted footage permanently

    I have to shot for the bin on some projects working without a script. I then can be under considerable time pressure to get something out so don't have time to to review properly during the log and transfer process as I might have multiple projects going on. What is the best way to get rid of the useless footage for good. An example is in iMovie you can mark footage as trash and then empty the trash and it trims the original clip for good, very good for saving hard drive space on the move.
    Any ideas how to d this in FCP????
    Have thought about the whole media manger thing but must admit to ignoring this aspect so far. Do it by moving selected clips in a project in media manager????
    Have googled this to death... Thanks for all your time.
    AP

    Yep,
    Media Manager is the way to go.
    Read the manual aout it.
    It is all explained in there.
    Rienk

  • What is the best way to run internet explorer on Mac and IPad and is it safe to do so??

    I need to run internet explorer to access new billing software,  what is the best way to do so and is it safe to run this on macbook and ipad if possible??

    You can't run IE on an iPad and the only way to use it on a Mac, since it's been discontinued for years for the Mac OS, is to install Windows either via Boot Camp or via running Windows as a virtual machine using something such as Parallels Desktop (my personal preference).
    Clinton

  • What is the best way to back-up my entire library, and How??

    I need to back up my library before somethings happens!!  What is the best way to do that?  Also how do you restore it back on your itunes???

    My 2 cents...
    Fast backup for iTunes library  (Windows)
    Grab SyncToy  2.1, a free tool from MS. This can be used to copy your entire iTunes library (& other important data folders) onto another hard drive or network share. You can then use SyncToy periodically to synchronise or echo your library to the backup. A preview will show which files need to be updated giving you a chance to spot unexpected changes and during the run only the new or updated files will be copied saving lots of time.
    If your media is all organised below the main iTunes folder then you should also be able to open the backup library on any system running the same version of iTunes, regardless of the drive letter or path it appears on.
    Step-by-step install guide
    You restore files simply by copying them back to where they are missing from, or copy back the entire folder in the event of a major disaster.
    tt2

  • What is the best way to take a cluster, unbundle it, and output to controls?

    I have a sub-VI with a cluster of controls coming into it. After I get the cluster into the sub-VI what is the best way to unbundle it and apply the values to the controls in the sub-VI? I am trying to stay away from unbundling it and then wiring a local variable of each control to the unbundled name. What other ways are there of performing this type of operation? Thanks in advance for any help.
    Troy

    Hi Troy,
    well you could work with clusters directly. This way there is no need to unbundle and bundle again...
    Otherwise you can work like this to change values in a cluster:
    (Yes I know, the code is quite senseless...)
    Message Edited by GerdW on 07-26-2007 04:21 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    cluster.png ‏2 KB

  • What's the best way to backup all of my music and pictures?

    I have a Mac Mini with the Super Drive and i was woundering which is the best way to back all of the music that i have bought from iTunes and pictures i have in iPhoto, that way in case my Hard Drive crashes or i buy a new Mac Mini i can just transfer the files onto the new Hard Drive, is buying a iPod Video or a external hard drive be the best thing to do or can i just burn everything on a DVD-R?
    Thank you.

    Wow, that sounds pretty easy, just drag and drop, but what exactly did you mean when you said "When restoring your data, ensure that all the iTunes and iPhoto files are restored before launching those applications"
    What i was going to do is just copy (restore) all the data onto a external HD or a DVD-R and then make sure iTunes and iPhoto still has the same number of files and then i would check the DVD-R or the external HD to make sure that the files have been copied, right?
    One more question, most of my music on iTunes was bought from the iTunes Music Store, will it still copy?

  • What is the best way to extract/consume HR data to and from Peoplesoft?

    I have to do integration between Peoplesoft and Oracle ERP to send HR data from Peoplesoft to Oracle HRMS. I will use Oracle Fusion Middleware for building the interface. I don't have much experience in working with Peoplesoft tools, like PeopleTool, App Engine, Integration Broker, Component Interface and Oracle adapter for Peoplesoft. Can somebody please let me know what is the most popular or recommended or best way to extract HR data from Peoplesoft.
    The second interface will consume some HR data from Oracle. Once again I need to know different ways to insert data into Peoplesoft.
    I appreciate if you can share your experience for the above two scenarios.

    If you plan on buying a apple laptop you have two options. You can use time machine or pull the data off of it directly and put it onto the external. I advise the second choice. This way you do not have stuff that you dont need filling up the space on your new drive. Get your applications, music, documents, photos, videos and perhaps downloads and desktop; Put all of these on your external. And then reinstall osx onto your drive.
    *** If buying a windows machine next check the format of the drive in disk utility. You will need a program called Paragon NTFS to format the drive window compatibility. You have to pay for the free version but can download a trail version for free.
    http://www.paragon-software.com/home/ntfs-mac/
    Did i leave anything unanswered?

  • What is the best way to SSO custom Tomcat J2EE, Sharepoint and Portal?

    We are implementing EP7.0 and I believe we can use logon tickets and SAPSECULIB to integrate all our infrastructure which is Sharepoint (Runs on IIS), our custom J2EE applications (run on Apache webserver and Tomcat).
    Is using of logon tickets and SAPSECULIB the recommended way to accomplish SSO or is there a better way?
    Thanks in advance

    Hi Victoria,
    I would put the html file that you generated on the file system
    let say the Apache/Apache/htdocs
    Then I'd put an HTML portlet on the page and show the HTML file using an iframe
    <iframe src="name of your file"
                height="600"
                width="800"
                frameborder="0"
                scrolling="no"
    </iframe>Hope this helps.
    Cheers
    Diego

  • What's the best way to cut annoying mid-range frequencies?

    Does anybody know how to eliminate/cut mid-range frequencies that cause the speakers to "buzz"? Hi-cut and low-cut filters don't help much.
    Thanks
    Anya

    hi, anya, how is your cd going?
    there are a number of reasons for spiked upper mids.
    inferior conversion, inferior monitors, small square rooms, inferior mic/mic-pre.
    i heard your original demos when you posted them here, so i'm guessing it's your speakers, as i didn't hear that much wrong with the demo over my monitors.
    the region of frequencies you are refering to are what superior gear addresses.
    check out the "airwindows plugin' by chrisj. (kagi-airwindows plug-ins)
    he has some fee ones which i'm now using a lot.
    his commercial ones are well priced.
    i have noticed quite a sweetening of the "presence range", which is where your problem is, using his channel and channel eq.
    i like his stuff and will buy some more soon.
    also try sonalksis' eq, it's very sweet sounding and subtle.
    the udder cause of "buzz" could be sub bass overdrive, ie: too much bass that your speakers cannot handle and is making them vibrate. this sort of bass boost does nother for your mix except subtract from its headroom/dynamics.
    again, this is due, generally, to using headphones or small bookshelfs to mix on.
    best, david r.

  • What is the best way to migrate to a new computer and software version?

    New computer, new software version.  Brand new MacPro with OS X v10.9.4 and Pegasus Promise 24 TB R8 Raid 5.  Old machine would only run FCX v10.0.9.  All project and media files on eSATA drives hooked up to (really) old MacPro.  No room to make copies on that system.
    Ready to start copying projects and events to the new machine via ethernet cable hookup.  Haven't yet updated FCX to the latest version on the new machine.  Need some advice first.
    What would be the most efficient method of getting the many terabytes of events and projects transferred to the new machine?  Should I copy everything via FC instead of the finder on the old machine and then try to relink media, or Just use the new machine to suck everything over to the Pegasus via the finder and update FC and use the new media management features to to relink?  Or is there a means of transferring the data without loosing the links?
    My head is spinning!  Feels like there are bees living in there. 
    Any and all suggestions welcome.
    Jimbo

    You also need to ask yourself how many of the old projects you really need to copy across.
    We tend to get very  attached to our old projects and don't like to trash them "in case we need them in the future".
    Frequently we don't require them any more and they just litter our systems.
    As long as you keep copies of the original media on the SD cards/tapes, you can always revisit them, albeit with a bit of work  .  .  .  though I generally find that repeating a project is much quicker than the original as most of the edit decisions remain in your memory.

  • What is the best way to differentiate a flatten pdf file and a mult-layers (live) file

    Hi All,
    I am using Adobe Acrobat 9.3.
    I have over 10,000 pdf files saved in the same directory. Some of them have been flatten while some of them are still live.
    All the files need to be flatten and I need to identify all the live files.
    Is there any way I can identify them without going through one by one?
    Is there any program I can use?
    Appreciate for your help.
    Thanks,
    Chris Wong

    You can use JavaScript to tell if there are any layers in a document. You could use it in a batch sequence that checks all of the files in a directory and print the filename to the JavaScript console for each file that has layers.
    For more information, see:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.482.html
    http://acrobatusers.com/tutorials/2006/create_use_layers
    You can also use JavaScript to run a Preflight profile that yo've set up to flatten layers. For more information, see:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.510.html

Maybe you are looking for

  • PO Payment Terms Report

    Greetings, I would like to find out if there is a Standard Report which will show me the total amounts paid against each PO payment Terms.  I have been looking all over the reports in SAP and I couldn't find something in that sense.  Can you help ple

  • Third party purchase order receipt

    Hii... I have created a third party PO for delivery of goods directly to customer. Now my question  is it is necessary to  do goods receipt when i am not receiving the material in my plant, how do i proceeed futher. Regards

  • Problem in ECC 5.0 Installation

    Hi Gurus, please anyone can suggest wheather m gone right procedure for SAP ECC & SOL installation, 1st i have install SOL & generate Key from it, In SOL config, CI = SOL Inst # = 00 DB =  KKK SOL GET installed successfully & i have generated KEY als

  • My iphone4 vibrate function no longer works

    Can someone tell me how to troubleshoot why my vibrate function no longer works. It just stopped working a few days ago. I've not changed any settings. I've tried turnin it off then back on (both the phone and the settings) and nothing seems to work.

  • Hide value in prompt ?

    Hello, I am working on a report in Webi XIR2 SP4 and I would like to hide the value for a special prompt during user is filling in it like a password : is it possible to replace characters with points ("****") for exemple ? I see that something like