Trouble with adding an mp3 in iMovie

I have problems with adding an mp3 track in iMovie: the track is ok in iTunes but when imported, it's mute.
Any idea why?
thx in advance for your help
PM

Can you provide an example of how I might be able to create a JSP that will allow and image to be uploaded for use by CQ? I already gave the dialog with the smartimage configured, but as I said, the image won't be saved when I click 'OK'.

Similar Messages

  • Trouble with adding certain songs to iTunes and displaying podcasts on iPod

    i just ripped a cd into mp3s onto my computer and i tagged the tracks and everthing but i can't add the tracks to my iTunes for some reason. i tried dragging it into the window and selecting "add file to library" but it doesnt work. i was planning on ripping the cd and trying again, but i was wondering why i cant add those tracks.
    also, i recently subscribed to a podcast, which i havent done before. after i had updated my iPod with the podcasts, i went into video > video podcasts but it didnt show anything. my recently added list shows the videos but it doesnt show up in my podcasts or any of my other video areas. isn't it supposed to show up there?

    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    You should also check that the songs have album name info in their ID tags.
    See: Some songs don't don't show under artist on my iPod.

  • Trouble with loading external mp3 files

    I apologize for the length of the post. I hope this is clear
    of what I am trying to explain.
    My problem deals with getting "undefined" when I press a
    button to load an external mp3 files. The following is what my XML
    childNode looks like:
    <option phonetic="Soundless, or A" name="aleph"
    cursive="alephCursive.swf" block="alephBlock.swf"
    audio="char1.mp3"/>
    Every attribute loads the way I've programmed them, except
    for the last one "audio".
    The following is what my actionscript looks like loading in
    these attributes:
    Everything is happening inside the onLoad event for my XML
    file.
    var xmlContent = this.firstChild.firstChild;
    audioContent = new Array();
    for (var i = 0;
    i<this.firstChild.firstChild.childNodes.length; i++) {
    nextEntry = xmlContent.childNodes
    audioContent = [nextEntry.attributes.phonetic,
    nextEntry.attributes.name, nextEntry.attributes.cursive,
    extEntry.attributes.block, nextEntry.attributes.audio];
    The code above simply adds each attribute to the audioContent
    array. Each element traces out correctly.
    The following code is how I am using these attributes:
    for (var i = 0; i<audioLength; i++) {
    audioContainer.attachMovie("container4", "audioItem"+i, i);
    // Create a shortcut reference to the present movie clip
    thisClip = audioContainer["audioItem"+i];
    thisClip.myTxt1.htmlText = audioContent[0];
    thisClip.myTxt2.htmlText = audioContent
    [1];
    thisClip.cursive_mc =
    loadThis(assetPath+audioContent[2], thisClip.cursive_mc);
    thisClip.block_mc = loadThis(assetPath+audioContent
    [3], thisClip.block_mc);
    thisClip.speaker_mc.attachMovie("speaker", "speaker_mc",
    this.getNextHighestDepth());
    thisClip.speaker_mc.speaker_mc.onRollOver = function() {
    this.nextFrame();
    thisClip.speaker_mc.speaker_mc.onRollOut = function() {
    this.prevFrame();
    thisClip.speaker_mc.speaker_mc.onRelease = function() {
    mySnd.loadSound(audioPath+audioContent[4],true);
    Loading the text works inside the htmlText. Using a function
    loadThis to load external swf files works corerctly and even
    attaching a linked movieclip from my library called "speaker" works
    correctly.
    The problem comes from pressing the speaker movieclip that
    the output traces "undefined" instead of the external mp3 file.
    I appreciate any help. Thanks.

    As Ned said the problem might be with the file structure on the server. Other problems may be with spelling. You computer may not be case sensitive to the names of the .swf files that you are loading, but your server might. So, on your computer when you are testing, second.swf is the same as Second.swf, or even second.SWF. But, on the server each of these variations is seen as a different file. Another problem is that when you are loading files from the same computer in testing, those files are close and so they load very quickly from your computer. When the files have to travel from the server, there will likely be a measurable period of time before the file is ready to be shown. This is particularly problematic with video that is embedded into an .swf. The whole file will need to be downloaded and uncompressed before it is available to play. If you stream the video as an external file, you can shorten the wait considerably.

  • Trouble with Sunset pictures posterizing in iMovie & iDVD

    I have sunset photos taken in Aruba with a Canon EOS 40 D camera shot in RAW at high resolution. I use Photoshop CS4 to print, use iPhoto 9, Aperture 2 and Lightroom 2 for slideshows, and they all look great; however, when I bring a picture into iMovie and/or iDVD because I want to burn a DVD with music, all of the sunset photos become posterized, but any other photos appear fine. Sunset pictures are not posterized in iPhoto 9, Aperture 2, Lightroom 2, and even Adobe Premiere Elements in Windows XP. What is happening and how do I avoid this? The only way I have found is to desaturate the photos, but then they do not look like a sunset picture and it defeats the purpose. Your help is appreciated.

    Yes. I have tried the highest quality JPEGs, and when that did not work I also tried Tiffs. It did not seem to make any difference. Thanks for your question. I thought perhaps it was an export problem from iPhoto, etc., so I then just tried dragging the photos into iMovie and/or iDVD. That did not help either. It appears both programs compress the files when they are opened. I am hoping there is a workaround for it.

  • Having trouble with saving a project in iMovie!!!

    Hi there!
    I am currently working on a project in iMovie, titled "Project 1". I want to keep my original Project 1, but edit it and save it again as Project 2. It is extremely important that I have the ORIGINAL PROJECT with all its original cuts and edits as Project 1, but would like all my new edits to be saved as a seperate Project 2, without starting from scratch. I can't find a way to do this and would REALLY appreciate some help!!!
    Thank you!!!
    Mel

    Open the Project Library and select the project.
    Hold down the control key and click on the project.
    A contextual menu will open.
    Click on Duplicate Project.
    A new project will appear.
    Give it a new name.
    Have fun.
    Bob

  • Trouble with adding images from database

    So I have created this nice little table and want to populate it with an test row and I cant seam to get it to work. I have neber delt with BLOB before and maybe its with that. Well here is the sql code that I am using
    CREATE TABLE Product (name VARCHAR2 (60), price INTEGER,discrip VARCHAR2(100),photo BLOB, quantity INTEGER)
    INSERT INTO Product VALUES ('Inuyasha Final Act', 39.52, 'Join Inuyasha and Kagome as they continue their quest to find the jewel of the four souls and defeat Naraku.', 'INUFinalAct.JPG');
    Did I not put in the images right? how should I load this into the database?
    It creates the table nice and dandy, but it will not populate the table at all. What am I doing wrong here?
    Thanks for any help

    850673 wrote:
    Thanks for the advice I went and changed thing around a bit
    CREATE TABLE Product (name VARCHAR2 (60), price INTEGER,discrip VARCHAR2(500),photo BLOB, quantity INTEGER);
    INSERT INTO Product(name, price,discrip,photo, quantity )
    VALUES ('Inuyasha Final Act', 39.52, 'Join Inuyasha and Kagome as they continue their quest to find the jewel of the four souls and defeat Naraku.', 'INUFinalAct.JPG', 15);
    This seams to have no SQL error, but when I try to put it into the oracle server, it gave this problem
    ERROR at line 2:
    ORA-01465: invalid hex number
    Is this because it does not know where the image is? If that is so how do I get it to know where the image is?It's worse than that... Oracle doesn't even know it's an image.
    All Oracle knows is that you have a column of BLOB datatype, which can be used for storing any type of binary data, not just images, and you are trying to insert something of datatype VARCHAR2 into it (a string with some characters in). That string may be the name of the image to you, but to Oracle it's just a string.
    Follow hoek's link for good examples of how to do it, as it involves you using other functionality first to read the binary file from the file system into a BLOB variable, before you then insert that BLOB variable into your table.

  • I do every thing by rote and am I having trouble with adding goggle earth/downloading my camera/java/etc etc what I need is a simple map eg: tools addons bouse all add ons once I have this path I may appreciate the system

    see question its pretty clear

    I have added tools.jar to :
    /usr/share/tomcat6/lib
    /usr/lib/jvm/java-6-openjdk/jre/lib
    /usr/lib/jvm/java-6-openjdk/jre/lib/extI tried to compile again and to my surprise everything went smooth except that now I am getting this error:
    BUILD FAILED
    /usr/local/OpenGTS/build.xml:101: CATALINA_HOME environment variable has not been defined.
    nyash@ubuntu:/usr/local/OpenGTS$ echo $CATALINA_HOME
    /usr/share/tomcat6Which brings me to the same point I started in :-/
    As shown above I have $CATALINA_HOME defined in /etc/bash.bashrc, here's what I got there:
    export GTS_HOME=/usr/local/OpenGTS
    export CATALINA_HOME=/usr/share/tomcat6
    export JAVA_HOME=/usr/lib/jvm/java-6-sun
    export PATH=$JAVA_HOME/bin:$PATHDo I have $CATALINA_HOME corrently defined?
    If not, how should it look like?

  • Trouble with adding dissolves addendum

    Okay, I got the EFFECTS tab back, it was unchecked in the window. Problem remains, what I've been doing for awhile now, dragging a dissolve from the browser to the playhead position between clips... IS NOT WORKING ANYMORE! What the heck am I missing here?!

    Delete FCE preferences, repair the permissions and re-boot if the trouble persists.
    Al

  • Trouble with adding subscriber

    Have a subscriber server with 4.0(1) disks. These are the disks that I orignally built the publisher.
    I have since upgraded the publisher to 4.1.3sr3. When I went to install CCM Su from the disks that I have, it gives error 1603 and says something about mismatch. Assuming that it was wanted newer version of install, I tried to run the 4.1.3 upgrade exe, but that said it was only for upgrade.
    Any idea's how to move this install along?

    Mark,
    I am sorry if I misunderstood how your existing setup is. Let me ask you this.
    Do you have a subscriber server which has 4.01 version installed ?
    or
    Is it that you have 4.01 disks, and no subscriber built yet, but want to build one from scratch?
    How did you upgrade the Publisher server (which was at 4.01) to 4.13 ?
    a. Did you use 4.13 disks (which you dont have now)
    b. Did you use the web upgrade file downloadeable from CCO , to upgrade to 4.12 and then another downloadeable file which upgrades 4.12 to 4.13 ?
    There is no direct upgrade path from 4.01 to 4.13, and since your publisher is already built at 4.13, the easiest way to perform this upgrade is to get the 4.13 disks set (You can order this through PUT if you have smartnet).
    HTH
    Sankar.

  • Trouble with adding attachment to email-can't get to the word choose

    When I get to the attachment page and pick the attachment I want to add to my email I can't get to the word choose at the bottom of the page and I can't adjust the page size to make it smaller because it's not in view either. When I log in on another computer I have no problem. I also just started having this problem, I'm not sure but maybe it started after installing safari 4.0.

    Settings>iTunes/App store...tap the ID shown...sign out...now, sign back in with the ID you want to use.

  • Trouble with adding photos to a collection

    Hi,
    till LR 4.1 it was easy to add photos to an existing collection. I just selected photos and dragged+dropped them on the name of the collection. Job done. This seems not to work in LR 4.2 any longer. I can only add photos to a collection by using the context menu of the collection ("Add marked photos to this collection" [most probably the correct English term is different as I work with the German edition of LR 4.2]). Is this supposed to be a feature - or just a bug?
    Additionally I can't put photos in an individual order any more. Sorting them by date, name etc - easy! But rearranging the manually doesn't work any longer with my version. Again: feature or bug?
    Any hint is welcome!
    Regards,
    Volker

    I can't reproduce it here so far - what OS?
    You're dragging from the thumbnail itself, and not the border surrounding?
    You've restarted your computer?

  • Trouble with adding javac.exe to PATH

    I saw a few similar posts, but none seem to help me fix this. I have updated my Environmental Variables >> PATH to include the C:\Program Files\Java\jdk1.6.0_14\bin directory.
    When I am in C:\Program Files\Java\jdk1.6.0_14\bin directly, both java - version, and javac -version commands return appropriate results.
    When I shell back to C:\>, java -version works fine, however c:\>javac -version yields the following error:
    'javac' is not recognized as an internal or external command, operable program or batch file
    Any thoughts? Are there programs that will get me straight to an environment where I can code and compile in windows without having to worry about where to compile in the windows shell? Maybe one of those programs will automatically correct for this situation? (It might also help me with my sytax dyslexia as well!!)
    Thanks in advance!!
    Don

    Sounds like,
    1)PATH is still not set properly. or
    2)You have not restarted cmd prompt after setting path.(type "set" in cmd prompt and confirm if it is set or not).
    Any thoughts? Are there programs that will get me straight to an environment where I can code and compile in windows without having to worry about where to compile in the windows shell? Maybe one of those programs will automatically correct for this situation? (It might also help me with my sytax dyslexia as well!!)Well you could use an IDE but it is better to know these things first IMHO.
    tommickey

  • Trouble with adding RAM

    Replaced the original 2 x 2 GB RAM with Corsair Value Select 2x 4 GB DDR3 on my laptop (HP Pavilion g7-1070us).  But the BIOS still only sees 4 GB so does the Windows 7 (64 bit).  This is the case even when I installed an old (2 GB) with a new ( 4GB) for a total of 6 GB or two new ones (4 + 4 GB) for a total of 8 GB.
    Please help!

    Yes and you do not need low voltage 1.35 volt memory. The memory you bought is for newer laptops. You need DDR3-1333 memory which Frys should have in stock.
    http://www.frys.com/product/6263950?site=srEARCH:MAIN_RSLT_PG
    As above.
    If this is "the Answer" please click "Accept as Solution" to help others find it.

  • Troubles with adding new tag library in component palette (JDev 10g R3)

    Hello!
    I need to add apache MyFaces tags to my instance of JDev. There are written in the help, that is needed to create new page of type JSP. I did the following steps:
    1. Tools->Manage Libraries->JSP Tag Libraries->New
    2. Went to directory where my Jars have place
    3. Select these Jars
    4. Tools->Conmfigure Palette->New
    5. Entered page name
    6.! But in Page type field i see only these items:
    - css
    - java
    - odx_usc
    - Snippents
    What is wrong?
    Thanks

    Zdrastvui user484820 .
    I think that next step is to add this Libraries to your project

  • Trouble with adding dissolves

    I'm sure there's an obvious answer to this but I'm stumped. The "EFFECTS" tab has disappeared from the browser and I don't know how I lost it or how to get it back. Can't find anything in manuals about why the tab would go away. I was in the thick of a problem that was never a problem before, which is that I could not add a cross dissolve between a slug and a title clip, it kept coming out as 1 frame of fade between the clips. Now, after trying it by various familiar means, suddenly the EFFECTS tab is gone! HELP! (please & thanx) - Gary

    Created in FCE. This is truly baffling. I basically just created the text, white on black, and not knowing any better, stacked them on the timeline to see if that would work... And it did! Except for the strange staggered fade effect. I swear opacity is the same on all. Only filter is a .5 anti-alias on each clip.
    I created a menu graphic for this VFX showreel exactly the same way, one text clip atop the other in a stack of 12 clips. They had to be on seperate tracks so that each chapter could have a highlighted text title. I did this in the most straightforward way possible... Background on the bottom track, 2 reel title clips on the top 2 tracks and 10 chapter text/title clips on the 10 tracks in between. When playhead moves across the timeline they all show equally, 100%.
    Thanks for looking into it. Now I have two mysteries unstead of one. Doh!

Maybe you are looking for

  • Conversation view issue

    I bought a new Asha 300. I recieved a message from a friend. I read his messages in the conversation view and replied. I recived and replied 27 times in this one conversation. I then left my inbox after the conversation and saw that I apparently had

  • Archiving ERS documents into an external archive

    Hello guys, I'm an apprentice that is currently getting worked into SAP. We are currently working on a release Change for SRM. Now my task is to think about ways to realize the archiving of ERS documents (credit items?) from SRM into an external arch

  • Face time is blurry on my iPad mini

    My sister and myself both have an iPad mini. We live miles apart so face time is ideal ..... However I appear blurry whereas she is clear .... I also checked my camera to take a photo of myself and that is also blurry ? I do not have that problem on

  • Successful Hotsync - Palm T3 Windows 7 64-bit by Bluetooth

    After a lot of frustration and some blue screens trying other methods, it worked for me... HP p6675uk - 2 x dual core - Windows 7 64-bit Downloaded Palm Desktop 6.2 and installed it, but skipped the hotsync. Installed a Buetooth dongle - I used a dir

  • Adding a home page?

    I have imported html pages, and everything went well, except that homepage is blank. How do I add one? (see figure 1). Moreover, the links at the top are repeated (see figure 2).