Problem with adding voice track to video podcast

I am working on a video podcast,adn to my horror, if I add extra voice tracks to the imported movie, the frame freezes on whatever was showing when my V/O began. Can this be corrected? another problem, is that the m4v file will not open in Quicktime pro but will open in VLC...
thank you
MacBook 2Ghz   Mac OS X (10.4.8)  

It appears that the Amplitude of the two Audio Clips differ. When you play the Timeline with the Audio Mixer open, do those two Audio Clips show the same Levels, on the VU Meters?
To expand the upper Audio Clip, you can go to the Audio Track Header, and hover the Cursor along that line between the Audio & Video. When the Cursor changes to an equal sign with up/down arrows, click+drag up, to zoom vertically, until the Waveform of that Clip expands, to see it more clearly. Finding that exact spot, where the Cursor changes can take some hovering, but when you see the Cursor change, you know that you are there.
Good luck,
Hunt

Similar Messages

  • Added music track to video..entire screen is green and I cannot delete music track

    I added music track to video, inadvertently dropped outside of clip now entire area outside of track is green and I can't remove or delete music.

    i literally deleted the entire "Purchases" folder and restarted the phone. it recreated the folder (except without all our problem files) as soon as it powered back on.
    no idea what downloads refers to - i tried this process with that folder and it didn't change anything or solve the prob.
    as for the syncing of the playlist - i still don't think that would solve it. it seems like there is a discrepancy being created whenever a song is downloaded from the store, period. and as for deleting the stream files - no. I switched over to manual manage, deleted the files manually, but they simply recreated themselves as soon as i did another sync.
    It was indeed the purchases folder that needed reconciling.
    as a fun side note - i used phoneview to make a PDF of all my 60,000 texts from the previous 3 years, and then deleted them from my phone - saving myself like 10 gigs
    realizing now this could all seem like i'm some rep for the phoneview app. i swear i'm not hahahaha

  • Problem with adding Sun JSF RI v1.2 as a new library in JDeveloper 10.1.3.1

    Hi,
    I have a problem with adding a latest JSF 1.2 RI from Sun (https://javaserverfaces.dev.java.net/files/documents/1866/44998/jsf-1_2_03.zip) to JDeveloper as a new library.
    I created a new User library and added into it jsf-impl.jar and jsf-api.jar from JSF 1.2 RI.
    Then I try to create two new JSP Tag libraries based from .tld files.
    When a .tld file is placed in "TLD File:" field there is no information below about Library Version and Required JSP Version. If I check "Execute Tags in JSP Visual Editor" and click "Customize" button - list of tags in "Customize Tag Library" window is empty.
    I have errors when I try to use JSF Tags from this new library in JSP page like :
    "Can't create tag instance: f:view (class: null). Make sure, that the tag class or a library contained this class is available in this application"
    (free translation to English)
    Is this possible to add JSF RI v1.2 as another library in Jdeveloper 10.1.3.1 ?
    thanks for help
    koli

    Hi,
    This solution is not exactly for Jdeveloper 10.1.3.x I think.
    - "Create a JSF system library." section, point 2. - there is not possible to add library in folder other than User I see, so I added it in User folder.
    - "Register the JSF JSP tag libraries." section, point 5. - in JD 10.1.3 there is no dialog box, I checked checkbox "Show Tag Library in Palette". A new library was added to User folder but there is no new libraries in component Palette.
    Even as I use "Edit tag libraries .." from Component Palette context menu and add manually new tag libraries to selected, there is no libraries in Component Palette after it.
    I feel so problem is with different .tld files format, not with adding libraries method.
    Sun RI tld file (from version 1.2_03) fragment:
    <taglib xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
    version="2.1">
    <!-- ========== Tag Library Description Elements ========================= -->
    <description>
    The core JavaServer Faces custom actions that are independent of
    any particular RenderKit.
    </description>
    <tlib-version>1.2</tlib-version>
    <short-name>f</short-name>
    <uri>http://java.sun.com/jsf/core</uri>
    tld included in JD:
    <!DOCTYPE taglib
    PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
    "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
    <taglib>
    <!-- ========== Tag Library Description Elements ========================= -->
    <tlib-version>1.0</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>f</short-name>
    <uri>http://java.sun.com/jsf/core</uri>
    <description>
    The core JavaServer Faces custom actions that are independent of
    any particular RenderKit.
    </description>
    Did JDeveloper 10.1.3.x maintain with taglib version 1.2 ?
    Regards
    koli

  • [SOLVED] Problem with adding a SSH connection to startup

    Hi guys. I have a problem with adding ssh connection to startup. i want this command to run before kde login screen  and keep running all time.
    ssh -D 9292 remoteuser@remotehost
    but it doesnt connect. Thanks for help!
    Last edited by alperenel (2011-03-11 00:10:27)

    cactus wrote:
    ssh -fN -D 9292 remoteuser@remotehost
    you need -f, which sends ssh to the background, and -N which does not execute a remote command.
    If you need it to run as a user other than root, then you probably need to utilize su as well.
    it didnt work either. i am putting it in rc.local but doesnt work.

  • Problem with adding new field to the mass change screen in FBL5N

    Hi,
    We have a problem with adding the field XREF3 to the mass change screen. We followed steps described in the SAP Note 640908, but the result is that when we try to mass change some documents in FBL5N and enter some values in the mass change screen, a message appears: "Please enter at least one new value" and nothing is changed.
    If you have faced with such a problem, we would be grateful if you give us some tips.
    Regards,
    Miłosz Włodarczyk

    The problem has been resolved: we didn't activate a code in SE80.

  • Problems with adding Library for a MySQL JDBC driver

    Good day,
    I am new with the JDeveloper package, so the following could be a user fault.
    I found the following:
    - I downloaded and installed Oracle JDeveloper 10.1.2.1.10 (latest version).
    - I downloaded the latest JDBC drivers for MySQL. ( mysql-connector-java-3.1.10 )
    Now, I did the following steps extracted from the link http://www.oracle.com/technology/products/jdev/tips/duff/mysql_and_oc4j3.html it should be quite easy to add the JDBC Drivers to the project.
    I did the steps with the following results:
    When I Edit the Project properties, follow Profiles -> Development -> Libraries
    When I do ' New' , fill in at JS2E the value 'MySQL' and fill in the Class Path (in my case 'C:\javaInstalls\mysql-connector-java-3.1.10\mysql-connector-java-3.1.10-bin.jar').
    In that case the [OK] is disabled. I should expect the [OK] button was enabled!
    My question: Is this a bug? When not, what am I doing wrong!
    Regards,
    Mike

    I tried it on an other system and had no problems with adding the libraries. It still is a problem on that particular system using the Dutch version of XP. The problem is that the Ok button stays disabled !
    Could it bw a version problem with Java? How ever no changes are made to the original configuration, so it should pick up as default the java version of JDeveloper self.

  • Itunes has detected a problem with your audio configuration Audio/Video playback may not operate properly

    I cant copy the music from itune library to iphone. Message "itunes has detected a problem with your audio configuration Audio/Video playback may not operate properly" I unistalled the itune from the pc and download the itune again but still same message come up.

    I'm having the same problem.  I have downloaded Itunes again but still the same problem.

  • ITunes has detected a problem with your audio configuration, audio/video

    When i open iTunes i recieve a message saying "iTunes has detected a problem with your audio configuration, audion/video playback may no operate properly." iTunes opens fine after i click ok on the message. However when i push play to hear a song nothing happens, the time for the song remains at zero's.

    This error can be caused by a bad installation of QuickTime. Remove iTunes and QuickTime, and reinstall iTunes (which will reinstall QuickTime). You can find the steps to remove and reinstall near the bottom of this article in the Apple knowledege base.

  • Itunes has detected a problem with your audio configuration. audio video playback

    itunes has detected a problem with your audio configuration. audio video playback may not operate properly. Why do i get this after update cant get sound now please help!

    See if this article will help:
    iTunes for Windows plays video files without any audio
    http://support.apple.com/kb/TS1696

  • Problems with adding funds

    Hey guys , I have a problem with adding funds in my PSN account with my debit card . I have used the same card in the past with no problems at all but now for some reason it keeps on saying that the card number is invalid every single time ! Please help me , is there any solution ? Does it maybe has to do with Capital Control ( I live in Greece ) 

    Thanks I use this
    2.) You can make one of your buttons the default
    button of the frame:
    this.getRootPane().setDefaultButton(confirm);
    well, did you implement the first suggestion of quitte?
    here is an idea that might work!
    JTextField username;
    JPasswordField password;
    JButton confirmButton;
       username.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent ae){
             password.requestFocus();                    
       ActionListener l = new ActionListener(){
          public void actionPerformed(ActionEvent ae){
             //optional check for username and password length>0
            //process logon.
       password.addActionListener(l);
       confirmButton.addActionListener(l);

  • Problem with BBM voice and video on Z10

    i have problem connecting on my Z10 with BBM voice and video. before it works fine but i think after an update of BBM is not working anymore. the chat sesion works fine.
    i have a second Z10 but that one works fine.
    any solution ?
    THX
    Bryan

    On your BlackBerry10 device:
    Reboot: On the side edge volume keys, press and hold down both of the Up and Down volume keys for about 20 seconds, ignoring the initial screenshot message... the screen will go black and reboot.
    Now, try again.
    Likewise, ask a BBM contact of yours to tell you if your BBM contact has the green icon for BBM voice/video.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problems with added music sound tracks

    Please Help. My music sound files added to iMovie 09 are stuck on full volume and when I close and re-open my project the sound has slightly shifted and is out of sync with the video. The project is over 1 hour long with many varied added sound effects.
    I would really appreciate any help
    Thanks
    Joe

    If you go to page 8 of this forum, you'll see that over 1,200 of us have experienced basic audio problems with iMovie 09. I guess you should pick and choose your solution from those who responded on that post...(?)

  • Problems with adding new Podcast on iTunes

    Hello, I'm Sousuke Sagara,
    I am having a problem with my xml page, i have done all the stuff on the Podcasts Tech page,
    I'm getting this error:
    "This feed has no episodes"
    And i have it all correct according to the Tech page ._.
    This is the Episode infomation:
    <item>
    <title>MGOF Podcast 1</title>
    <itunes:author>Metal Gear Online Forums</itunes:author>
    <itunes:subtitle>Our First Podcast</itunes:subtitle>
    <itunes:summary>MGOForums.com kick off our first Podcast with a test run which includes a brief history of Razzle Dazzle Unit and Fujita 6, a weekly update of the doubles tournament, and Mlopes chats about playing Blood Bath</itunes:summary>
    <enclosure url="http://www.mgofpodcasts.sandasu.net/podcasts/1.mp3." length="47572241" type="audio/x-mpeg" />
    <guid>http://www.mgofpodcasts.sandasu.net/podcasts/1.mp3</guid>
    <pubDate>Wed, 18 Feb 2009 02:52:00 GMT</pubDate>
    <itunes:duration>49:33</itunes:duration>
    <itunes:keywords>Metal, Gear, Solid, Online, Forums</itunes:keywords>
    </item>
    If their is anything incorrect about this then please tell me.

    In the <enclosure> tag, which iTunes uses to locate the media file, you have a period at the end, after the 'mp3' - this invalidates the URL and produces a 'file not found' error, hence the 'no episodes' complaint.

  • Problem with a long tracks like audiobooks, half or more then hour

    Please, help me to solve the problem with forwarding or other navigation with long tracks... when i try to forward some long track my ipad do it with repeating of short pieces of that track, twice or more... but the time counter are working correctly and count all the time. At last i have a track forwarded to the midlle or less but ipod thinks that is the end of the track and switching to the next

    Rustam,
    I think the best way to do it is to create linking text boxes, so that the overflow of text from one box appears in the linked box on the next page.
    To do this, go to View > Show Layout, then click in the gray margin area to make your cursor disappear. Now when you insert a text box, it will be defined as Fixed On Page, allowing you to move it wherever you want. Insert the first box, then click on the little blue "ear" on the lower right of the box. That will create a second, linked box. Drag that second box to the next page. Move and expand the two boxes as needed.
    Adding a background color to text is easy. Whether the text is on the main text layer or in a text box, highlight the text, click on the Text inspector > More button, then check the Paragraph Fill box. From there, click on the color box, crayons, then choose the color you want in the background. Drag that color from the swatch into the paragraph.
    -Dennis

  • Lipsync problems with seperate audio track

    I use a seperate audiotrack from an external microphone (speech) with a video.
    If I export the movie as a mov file on the iMac it is perfectly lipsync (like in the previewscreen of iMovie).
    If I play the mov on a windowsmachine, it isn't lipsync. The are no special effects like slowmo in the vid. What's wrong?
    How can I export the file in a way that audio and video are running the same speed on iMac and Windows?

    Temporary SOLUTION!!!
    Mac know about the problem with iDVD6 and are working on it!
    iDvd 6 doesn't understand volume changes / audio clip changes (cuts) in the second/ bottom audio track..... This is causing major hassles for dialogue drops in backing audio with iMovies putting forward a perfect film that iDVD6 can't follow!!
    In the meantime an Apple support guy called Ben Donelly ( God Bless Him!!)
    Has found us a lifeline!!!
    This is the temporarfy work around.... and you must watch the clock time wise in iMovie and garage band ( which you're going to use!) so that you can change the up's & down s in volume in time with footage.
    Firstly import your audio files to GARAGEBAND (the guitar symbol!!)
    click the disclosure triangle for the track.
    ( i did this by exporting from iTunes!)
    Change the track volume by selecting master then deal with it as you would in iMovie.
    When you've done all your changes ( Cuts can be done too!) at the time points you have in iMovie export the whole track to iTunes by choosing share.
    In I movie select the new song you have titled in the media section of iTunes!
    My faith is Restored!!!
    Thank you Ben Donelly!!
    Oh & Owen & Simon or Paul!!

Maybe you are looking for

  • Iphone 4 battery dying rather too fast plus overheating

    Using Iphone 4 for 3 weeks now it was working fine when i used it , now it has stopped going into landscape mode (I have checked it aint locked in portrail mode either) it overheats like an old Nokia smartphone and the battery died by 46% in 1h15min

  • Shoulda thought of this before I built my site...

    I've built this lovely Flash site that shows information on our company's projects by loading a .swf file into the main index page each time that project info is requested by a button click. There are not separate html pages for each .swf file to dis

  • Bug with Network Load Balancing Services and SkipAsSource always reverting to true

    Steps to reproduce: Add an IP address to the cluster (2 nodes running Windows Server 2012) using the Network Load Balancing Manager Using PowerShell set the SkipAsSource flag on the IP Address to true (Set-NetIpAddress -IpAddress 192.168.1.10 -SkipAs

  • Gray screen & will not start up.

    Hi, I have tried everything from starting in safe mode to installing original RAM to using disk utiltiy from start up disc and i can't get my iMac to get past the gray screen with the spinning (all gray) icon. Now it isn't recognizing any keyboard to

  • Errors trying to run ADFToyStore

    I have installed ADFToyStore and try to run it by running index.jsp. I get 3 errors from the compiler, MessageData, InitModelListener and UIXRequestEvent not found. These are supposed to be in packages oracle.cabo.ui.data, oracle.cabo.adf.rt and orac