Sound file wont work

I am editing a music video in Premier Elements and when I saved it everything worked great. Then I tried to reopen it to finish up and the sound file will NOT work. When I try to replace it or rename and re-add the file it says there is a "Generic" Error. PLEASE HELP!

videochick86
What version of Premiere Elements are you using and on what computer operating system is it running?
Where is this audio located in the project - one of the numbered audio tracks, Soundtrack? Is video linked to this audio.
Or is the audio standalone clip?
Please explain "...the sound file will not work"....
a. you see the file with its wave form in the audio track but the video plays back with no sound
b. other?
What are the properties of the source file that you import into the project originally...brand/model/settings of the
camera that recorded this video/audio would help?
Have you added an narration clips to the project using the program's Narration Tool? And, if so, is sound
missing from the video audio as well as the Soundtrack?
How are you replacing the problem audio - the Replace Footage feature or other?
Let us start here and then decide what next.
Thank you.
ATR

Similar Messages

  • Can't get large sound file to work

    Hi all,
    I just upgraded to LR 3, and now can't get a large MP3 (8MB) to work with my slide show. Is there some new limitation on size? Something I am doing wrong. My plan is to just use a single slide to hitch a 1-hour "radio" show, create an MP4 to upload to youtube. I will embed this on my client's website -- so that I have a streaming thing. Get it?
    Thanks in advance for any answers.
    Pam

    The sound file is an MP3, and the little alert dealie shows, saying the file is not a valid music file -- even though it worked in LR1. (I just couldn't save the slide show as an MP4, that's why I upgraded.)
    pam

  • The sound file not work

    HI,
    Here i want to get sound file then i want to play it . I did that but when i play it , it's not work .why ??
    my code :
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.event.ActionListener;
    import java.io.*;
    import javax.sound.sampled.*;
    import javax.sound.sampled.UnsupportedAudioFileException;
    import javax.swing.*;
    public class SoundTest extends JFrame {
        private JPanel panel, mainPanel;
        //   private JTextField textField;
        private JButton getButton, playButton;
        private JFileChooser fileChooser;
        private MyActionListener myActionListener;
        public SoundTest() {
            myActionListener = new MyActionListener();
            panel = new JPanel(new BorderLayout());
            mainPanel = new JPanel(new FlowLayout());
            //       textField = new JTextField(10);
            getButton = new JButton("get audio file");
            getButton.addActionListener(myActionListener);
            playButton = new JButton("play");
            playButton.addActionListener(myActionListener);
            //     mainPanel.add(textField);
            mainPanel.add(getButton);
            mainPanel.add(playButton);
            panel.add(mainPanel, BorderLayout.WEST);
            getContentPane().add(panel);
            fileChooser = new JFileChooser();
        public static void main(String[] args) {
            SoundTest soundTest = new SoundTest();
            soundTest.setDefaultCloseOperation(SoundTest.EXIT_ON_CLOSE);
            soundTest.setSize(new Dimension(600, 300));
            soundTest.setLocationRelativeTo(null);
            soundTest.setVisible(true);
        private class MyActionListener implements ActionListener {
            SourceDataLine sourceDataLine = null;
            public void actionPerformed(ActionEvent e) {
                if (e.getSource() == getButton) {
                    int returnValue = fileChooser.showOpenDialog(SoundTest.this);
                    if (returnValue == JFileChooser.APPROVE_OPTION) {
                        File file = fileChooser.getSelectedFile();
                        crateAudio(file);
                } else if (e.getSource() == playButton) {
                    playAudio();
            private void crateAudio(File file) {
                AudioInputStream audioInputStream = null;
                try {
                    audioInputStream = AudioSystem.getAudioInputStream(file);
                } catch (UnsupportedAudioFileException ex) {
                    ex.printStackTrace();
                } catch (IOException ex) {
                    ex.printStackTrace();
                AudioFormat audioFormat = audioInputStream.getFormat();
                DataLine.Info info = new DataLine.Info(SourceDataLine.class, audioFormat);
                try {
                    sourceDataLine = (SourceDataLine) AudioSystem.getLine(info);
                    sourceDataLine.open(audioFormat);
                } catch (LineUnavailableException ex) {
                    ex.printStackTrace();
            private void playAudio() {
                sourceDataLine.start();
    }Thanks in advnce

    beshoyatefw wrote:
    Here i want to get sound file then i want to play it . I did that but when i play it , it's not work .why ??Because there's no code that actually plays the file? Source data lines don't play the file when you open them, you have to manually read data from the AudioInputStream and write it to the SourceDataLine...and you're not doing that.
    You essentially walked into the bathroom, lifted the toilet seat and unzipped your pants...and wondered why the toilet wasn't making that "I'm peeing" sound. It's because you didn't start actually moving urine from your bladder to the toilet...

  • Sound file not working online

    Hi,
    Am creating a file for public access through Dropbox. Am on a MacBook running Mountain Lion and using Acrobat Pro X. This is the first time I have tried doing anything more complicated than just creating simple documents.
    I created a 2-page document in Pages and saved as a pdf. Then I added a short mp3 through the Multimedia > Sound option. It works well on my computer, but when added to Dropbox, it does not activate (unless downloaded back to computer).
    Should it work online? I'm sure it must, so I'm missing something.
    Any advice gratefully received,
    TIA
    Graham

    Heidenreich12...see if the info in this link sorts out the problem
    http://docs.info.apple.com/article.html?artnum=300832

  • Swf sound files stopped working with latest player!

    Hi, somebody can tell me if there is a bug in the latest
    adobre swf player? Since 3 days my birdsound site (see
    http://www.indeks.pt/cantodepassaros/indexuk.htm)
    stopped working properly. Sounds from swf files come out completely
    distorted, nothing was changed in the site in this period. With an
    old ff flashplayer plugin version 9 works fine.
    please help

    Yes.
    Victory is mine.
    VICTORY IS MINE!!!
    Solution:
    Go to C:\WINDOWS\system32\Macromed\Flash\mms.cfg
    Set
    AVHardwareDisable=1
    to:
    AVHardwareDisable=0
    Restart your browser. Done. Camera works now.
    I really want to shout this solution from the rooftops, because try Googling the solution sometime. I did. I failed. You will too. Hopefully if I use some more 18-point bold font, Google will index it faster, because that's the way it works right?
    I actually had no idea that Flash Player has a folder in Windows\system32 at all, and I definitely had no idea that this file existed. I am guessing some stinking app I installed decided I needed AVHardwareDisable set to 1 for some reason (effers). I found out about the location by just lazily searching through the windows registry for "Flash Player" and eventually saw it pointing to that directory. A little more poking around and I found this file.
    Those of you who actively support this forum: please keep this in the back of your mind, next time someone has audio/video input problems with Flash Player. I've found an awful lot of forum posts from people with cameras not working, and I bet a good portion of them need this fix. Reinstalling Flash Player will not fix it. Here's hoping the solution comes up in Google for the next unlucky soul.

  • Copying file wont work

    I am trying to back up my newly organized iTunes Library folder. I can copy the iTunes folder but...........I get this when I try to copy the folders the contain my sound fx and production music. It copies the folder but NOT the files inside. I can select all files in the folder and drag and drop to my backup driver which is a Toshiba 320 gig.
    "The Finder can’t complete the operation because some data in “iTunes Freeplay/SFX” can’t be read or written.
    (Error code -36)"
    Why will it copy only the folder and NOT the files, but then I can go ahead and copy the files is a separate drag and drop. Thanks for any insight.

    One more thing to consider is that the most common reason for an error -36 is a bad block on a drive. The error message never indicates whether the bad block is on the source or the destination drive. Your question was why the error doesn't occur when you copy the folder's contents instead of the entire folder. Well, assuming there is a bad block and that the bad block is on the source drive, you may be intentionally or unintentionally copying fewer files and folders when you copy the folder's contents instead of the entire folder. You can't use the Finder to copy any hidden files or folders in the folder whose contents you're copying. For example, the hidden .DS_Store file can't be copied that way and it might contain the bad block. That same .DS_Store file would be copied when you're copying the entire folder (not just the contents) and would generate the error if it contains the bad block. The same would be true for any visible file that you're intentionally omitting from the copy which just happens to contain a bad block.

  • IMovie Files Wont Work in Final Cut

    So the newest iMovie update is really frustrating me.  I usually capture all my video files into iMovie, then edit them in Final Cut Express.  At first I couldnt find the .mov files that iMovie creates, until I went to the iMovie Library and went under Show Package Contents.  I was able to transfer those files to FC, however when I try to play them in the viewer, all I get is a white screen.  The audio works fine, but there is no picture.  Similarly, when I tried to render the file to see if that corrected the problem, I got a message that said codec not found.  The file appears to be a normal .mov file so Im not sure what to do to get it to work in FC.

    "unable to initialize video deck",
    Exactly what deck (make & model); how is it connected to your Mac; what FCE Easy Setup are you using?
    It says it is saved in MPEG-2
    That's a problem.  FCE cannot edit MPEG2 video.  You have to convert it to QuickTime/Apple Intermediate Codec or QuickTime/Apple DV.   Where did this footage come from?   If it's an HDV camcorder, you should be able to capture in FCE.
    If you already have an MPEG2 video file, you can try using MPEG Streamclip (free) to convert it to QT.  You will probably also need the Apple MPEG2 Component if you do not already have it (19.99 from Apple).  Note that if your Mac has Snow Leopard or later there are special instructions for installing the Apple MPEG2 Component - see "Snow Leopard and MPEG-2 Playback Component" on the MPEG Streamclip website.

  • I locked my Iphone 4s screen and it randomly wont turn on. you can hear all the sounds but wont work.

    The lock button is broken so i cant do the home button and lock button trick... Itunes asks for 'trust' when i connect to itunes but i cant allow trust if the screen does work... Ive been told to restore the phone but itunes wont let me. The phone isnt recognized by the computer either... I have no way to get to the apple store for help. Any ideas for this being an easy-fix problem???

    ive tried charging mine too.  the only recommendation i can give is to allow the phone to completely die, and not being able to access any apps or anything to kill the battery makes it a long, boring process that could take up to 2-3 days (depending on the battery life of YOUR phone).  im in the same situation, but my phone did flicker to life for 20 minutes or so, but then went back to the screen being a jerk.  the only reason im continuing to put my phone on the charger is to assure that it syncs with my icloud so i can just get this piece replaced simply and easily.

  • Some .mov files wont work in quicktime player(10.2) and itunes 11.

    Hi,i have quicktime player version 10.2 on my os x mountain lion (10.8.2).i am using macbook pro.the problem is i cant play some .mov files on quicktime and itunes 11.i can play this files with other media players such as vlc and quicktime player 7.My real intention was to create a playlist which includes some .mov formatted files on my itunes's sidebar.i have imported some files with the same format to the itunes without any problem but i cant these files.i even cant see these files in finder's preview.and also,i have tried to open this files in my wife's macbook pro,with os x 10.7.5,it opened and played well.
    when i try to open these files in quicktime 10.2,the quicktime windows pop ups at the same time.it's trying to open and play files but cant.

    Hi,when i use contextual menu's " get info " on .mov file,these things are written:
    Dimensions:880x660
    Codecs:Sorenson Video 3,MPEG Layer 3,PNG.
    While I personally would like to know if the PNG track is being used for the display of a PNG image in the background or foreground or for Motion-PNG video, it probably makes no playback difference here... (I.e., if you have QT 7 Pro installed, it would be nice to get a look at the "Properties" window.) However, if you regularly export to "legacy" codecs like Sorenson or Motion-PNG, then you will need to re-enable your legacy audio and/or video codecs which are, by default, disabled for export use under Mountain Lion.
    Basically, this looks like a legacy file (i.e., Sorenson/H.263 video with MP3 audio is a common FLV file codec combination). Since legacy codec support is, in general, being dropped from QT, I would normally recommend keeping both the Perian codec component package and the QT 7 player installed to handle older content which may or may not play in the QT X player any longer.
    If these feedback is not enough,can u pls suggest how i can get more information about compression type and codec component of those files ?
    If a file will not open in any media player, then the Finder's "Get Info" may provide the most basic information. If a file opens in a media player, then the best thing is to use that app's media information window (window may be called Inspector, Media Info, Clip Info, etc.) to provide additional information. One handy, independent, dedicated utility gor general use would be the free MediaInfo app which can be downloaded from the internet. Since most of my video content targets QT, iTunes, iPod, iPhone, iPad, and TV use, I normally prefer opening files in QT 7 Pro and examining the content as depicted in both the "Inspector" and "Properties" windows as depicted below:
    And also,is there any way to see which codec components i have in my quicktime player ?
    Apple "Pro" Editing and third-party add-on codec compnents are normally stored for global use in the "~/Library/Quicktime" folder. Here is the configuration for my system:
    System, add-on AppleProResDecoder, and older QT 7 MPEG-2 Playback Component are all stored for blobal use in the "~/System/Library/QuickTime" folder as seen here:
    Codec components can also be installed in similar folders for "local user" use in each user account but this practice seems to have generally ceased with the release of Snow Leopard.
    Suggest you check to see if your wife's third-party configuration includes the Perian codec component and your system does not since this is the codec which my sytsem defaults to for the playback of Sorenson/MP3 MOV content as seen here:
    Good Luck!

  • I have a dilema i use a programme called Mackeeper i accidentally moved several files to my trash,i would like to put the files back where they belong but put back option is in grey and wont work??

    I have a dilema i use a programme called Mackeeper i accidentally moved several checked files to my trash BUT i didnt delete them,i would like to put the files back where they belong but the put back option is in grey and wont work?? i have spoken to Apple and to no avail !!!
    Mackeeper moved my files to my trash so i pulled them out of my trash to my desktop it has copied them to my desktop as well as kept them in my trash!!
    im so confused and things are not working properly anymore such as my google chrome for example...all my book marks are gone BUT i can go to the google file which is out of place on my desktop and view all my bookmarks data...ALL of my files still exist but they are just out of place now which is making it hard for certain options on my computer to work...
    the files includeAccounts,address book plug-ins,addressbook,Adobe,AIM,Alfred,Anquet Maps,Apple,Asramsoftware,Audio,Automatically add to itunes,facebook,facebook 15-53-13-329,faxfresh,five details,flipping book photo album, font collections, fonts, forismatic,Garageband,Gimp,Google,Google 15-53-13-344,icloud,icons,idocument lite,ilife media browser,ilifepage layout,internet plug-ins,ip scanner,itext express,itunes,iweb,Keyboard layouts,Keychains,launch agents,Librarian,limit point software,logs,mail,mail 15-53-13-895,messages,metadata,mobile documents,mobiscope,moso,movie effects,mozilla,MPlayerx,mywebcamBroadcaster,Native instruments,Skype and LOADS more......
    HOW do i get this stuff back to where it is supposed to go so that these programmes work properly again???? i also used delete and command but that did not work either,like i said i have not emptied my trash and ALL the info is there its just totally out of place and the put back option will not work sor some reason!!??? im running 10.8.5 imac someone PLEASE help me!!
    i have not set up time machine either but i do back up to a site called backupblaze...

    Step 1
    Remove "MacKeeper" as follows.
    "MacKeeper" has only one useful feature: it deletes itself.
    Note: These instructions apply to the version of the product that I downloaded and tested in early 2012. I can't be sure that they apply to other versions.
    IMPORTANT: "MacKeeper" has what the developer calls an “encryption” feature. In my tests, I didn't try to verify what this feature really does. If you used it to “encrypt” any of your files, “decrypt” them before you uninstall, or (preferably) restore the files from backups made before they were “encrypted.” As the developer is not trustworthy, you should assume that the "decrypted" files are corrupt unless proven otherwise.
    In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A. The "MacKeeper" application is in the folder that opens. Quit it if it's running, then drag it to the Trash. You'll be prompted for your login password. Click the Uninstall MacKeeper button in the dialog that appears. All the functional components of the software will be deleted. Reboot.
    Failure to remove MacKeeper will result from neglecting any one of these points:
    Quit MacKeeper before dragging it to the Trash.
    Don't empty the Trash after dragging the application to it. Let MacKeeper delete itself.
    Don't try to drag the MacKeeper icon in the Dock to the Trash.
    Here are some general suggestions. If you want your computer to be usable, don't install crapware, such as “themes,” "haxies," “add-ons,” “toolbars,” “enhancers," “optimizers,” “accelerators,” "boosters," “extenders,” “cleaners,” "doctors," "tune-ups," “defragmenters,” “firewalls,” "barriers," “guardians,” “defenders,” “protectors,” most “plugins,” commercial "virus scanners,” "disk tools," or "utilities." With very few exceptions, this stuff is useless, or worse than useless.
    The more actively promoted the product, the more likely it is to be garbage. The most extreme example is the “MacKeeper” scam.
    The only software you should install is that which directly enables you to do the things you use a computer for — such as creating, communicating, and playing — and does not modify the way other software works. Never install any third-party software unless you know how to uninstall it.
    Step 2
    Restore from the last backup that predates the unwanted changes.

  • My lap top wont import pictures from auto play. it keeps saying there is a file error and a device connected to the computer isnt working properly. i have tried going into the internal storage to copy and paste the pictures but this wont work either.

    my pictures from my i phone 4s wont import from auto play. a message keeps coming up saying there is an error and a device is not working properly. also i have tried going into the internal storage to copy and paste them but that wont work either. the page either stops responding or the picture simply dont copy. does any1 have any idea why this is happening. it has never happened before and only seems to be happening since i started using i cloud storage instead of synching my phone with the lap top.

    I have decided to dedicate this thread to the wonderful errors of Lion OSX. Each time I find a huge problem with Lion I will make note of it here.
    Today I discovered a new treasure of doggie poop in Lion. No Save As......
    I repeat. No Save As. In text editor I couldn't save the file with a new extension. I finally accomplished this oh so majorly difficult task (because we all know how difficult it should be to save a file with a new extension) by pressing duplicate and then saving a copy of the file with a new extension. Yet then I had to delete the first copy and send it to trash. And of course then I have to secure empty trash because if I have to do this the rest of my mac's life I will be taking up a quarter of percentage of space with duplicate files. So this is the real reason they got rid of Save As: so that it would garble up some extra GB on the ole hard disk.
    So about 20 minutes of my time were wasted while doing my homework and studying for an exam because I had to look up "how to save a file with a new extension in  mac Lion" and then wasted time sitting here and ranting on this forum until someone over at Apple wakes up from their OSX-coma.
    are you freaking kidding me Apple? I mean REALLY?!!!! who the heck designed this?!!! I want to know. I want his or her name and I want to sit down with them and have a long chat. and then I'd probably splash cold water on their face to wake them up.
    I am starting to believe that Apple is Satan.

  • I have a seagate 1tb hard drive and a 16gb memory stick, how do i transfer avi files from one to another as the click drag and drop wont work, please help?

    i have a seagate 1tb hard drive and a 16gb memory stick, how do i transfer avi files from one to another as the click drag and drop wont work, please help?

    Greetings,
    What happens when you drag it?
    Make sure the drive you are moving the files to has enough available space to receive the file:
    Click on the movie file and go to File >  Get Info and note the "size"
    Check the drive to which you are moving the file to make sure it has enough available space: https://idisk.me.com/madisonfile-Public/web/finder-drive-available-space-and-for mat.html
    Also note the format of the drive you are copying too.  If it is not Mac OS Extended or FAT (not recommended unless you are taking it to a windows computer) then that may be the issue.
    Hope that helps.

  • Some Finder Sounds Aren't Working (Trash File and Move File)?

    Last night I noticed that *some of the finder sounds* aren't working (trashing and moving a file/folder) on my mac mini. The rest of the finder sounds seem unaffected (emptying the trash, removing an icon from the dock). I tried some solutions online with limited success.
    Odd things that are happening:
    1) After a reboot, the first time I delete a file or move a folder, the *monitor resets itself*. Kinda like when you change the resolution. My TV loses the feed for a sec and quickly reestablishes it. After this happens, no finder sounds for moving and trashing
    2) I heard some people were having this same problem because of coreaudiod.plist files (Library/Preferences/Audio. When I copy the com.apple.audio.SystemSettings.plist to the desktop these finder sounds return, but just for this file. See http://discussions.apple.com/thread.jspa?messageID=10465859
    3) I noticed these problems after I started using the Kanex Mini DisplayPort Adapter To HDMI 1080p Video w/ Digital Audio. http://kanexlive.com/products/item.aspx?id=3495 But, I tried switching back to the old setup of a basic minidvd to hdmi and a rca y cable and it made no difference.
    4) I also completely did a fresh install and everything worked fine until late in the process after I did a reboot (see point 1). Is it a third party software problem? I installed the HippoRemoteVNC that allows me to take control of the computer with the iphone. I also have installed Plex, Boxee, XBMC, Perian codecs, Hulu desktop, Quicktime 7, and Transmission.
    System Specs:
    Computer: Mac Mini (Late 2009) - 2.26Ghz, 2GB RAM, 10.6.1
    Monitor: Panasonic TH-42PZ700U 42-Inch 1080p Plasma HDTV
    Video/Audio Connection: Kanex Mini DisplayPort Adapter To HDMI 1080p Video w/ Digital Audio
    Any thoughts? Thanks!!

    Go to your /Applications/Utilities folder and run the Audio MIDI Setup application.
    Confirm settings there match your expectations.

  • Just upgraded to Office 365. Reinstalled my Acrobat 7.0 standard. All I need to do is convert office files to pdf but it wont work. Any suggestions?

    Just upgraded to Office 365. Reinstalled my Acrobat 7.0 standard. All I need to do is convert office files to pdf but it wont work. Any suggestions?

    Hi,
    Acrobat 7 is not tested with Office 365. However your PDF Printer is working fine then you can print your office files to it.
    Regards,
    Anoop

  • My iWeb Account wont update it says Can't create the file "mwmac_white.png." The disk may be damaged or full, or you may not have sufficient access privileges... This has never happend  I deleted other sources on website and still wont work? Suggestions?

    My iWeb Account wont update it says Can’t create the file “mwmac_white.png.” The disk may be damaged or full, or you may not have sufficient access privileges... This has never happend  I deleted other sources on website and still wont work? Suggestions?

    Welcome to Apple Support Communities.
    This is the image contained in the file causing the problem...
    I certain the original is contained in the Combo updates and on the OS disks.
    As a temporary fix, click on the image above to open it.
    Use Screen capture (Shift+Command+4) and click on the opposite corners of the image.
    It will be saved as a Screen shot 2011-mm-dd at hh:mm.png
    Right click on the filename in Finder and rename it to mwmac_white.png
    I'm not certain, but the file might need to be moved into the Documents directory in the Subdirectory named for the website name you are editing. That's where it is on my system, but I moved a bunch of files when I restored from Time Machine about 18 months ago.
    I also have many copies of mwmac.png, a separate copy one for each web page where the image appears in my website.

Maybe you are looking for

  • Error while calling a adobe form?

    Hi All, in my webdynpro component , i am calling adobe form.but  i am getting error as mentioned below. Error when processing your  request ....... Webdynpro Exception:The ADS call has failed.you can find information about the cause in the error.pdf

  • HT1349 Why won't "show duplicates" show up in either my File or Edit menus?  And, why does my entire library keep getting duplicated?

    I have a new computer and I'm trying to reload my library and my playlists.  I also have a new iPhone 5 and I'm trying to load that too.  I'm getting duplicates of everything in my library.  When I try to find the "show duplicates" tab in my File men

  • Starting SQL PLUS in Oracle 9i

    Hi All, I have Oracle 9i installed. I can login to SQL PLUS by User name : scott Password : tiger It shows me the prompt SQL> What is Host String? And what value or characters is supposed to be entered there. Nisarg Sutaria

  • TableChanged() problem..

    Hi everyone, I am trying to detect changes to cell data in my JTable. But for some reason, I have implemented the tableChanged() listener and it detects changes in table structure (when columns are added), but when a rows data is simply edited, it do

  • How to view live webcam that use windows media player and java

    I am new to iphone and I have two live webcams that I like to go to and can't get either one on my iphone 3gs. www.ruidoso.net, view live webcam link and www.skiapache.com live webcam link. How can I get to them?? oram I just out of luck.