Managing non-image files in iPhoto e.g. wav file

Hi.
In the past I had a camera that wouldn't record video, but would record audio and saved them as .wav's. Previously I have managed and organized my photos independently using Explorer (during the dark days of Windows) and now through Finder, and this way I was able to keep these audio files in the same place as the pictures they were associated with. Having now tried to import these folders of images and .wav files I see that iPhoto will not accept files in .wav format, and the thought of having to keep them somewhere completely seperate from the images they're a part of really irks me.
Does anyone know of a way around this, or have a suggestion for somehow being able to manage the situation? I see video files are no problem for iPhoto to manage, which can even call Quicktime to play the videos if desired... surely there must be a way to deal with .wav's?
And since we're on the topic - what about other file formats? Most of my pictures (and audio) are from my travels, so ideally I'd like to be able to manage folders that can hold all of my photos, videos, soundfiles and text files (journals) in one place... Don't suppose this is a realistic dream yet is it?
Thanks everyone

No.
Placing any file inside your library folder will appear to not do anything. You won't see a placeholder or anything there. For that to happen, files must be imported. If the file type is not supported, iPhoto will refuse to import. In addition, those extra files inside your library could confuse the database. You might start getting a message upon launch that iPhoto needs to rebuild the thumbnails. But it could get worse. You could cause your database to become corrupted. In that case you would lose all of your metadata: titles, keywords, comments, ratings; lose the relationship between your originals and their edited versions; plus lose your albums, books, calendars, etc.
So no, it's not safe. Manage them yourself outside of the iPhoto Library folder. You could keep them in your Pictures or Music folder in a subfolder labeled Voice Recordings, or look into the software that TD recommended.
Regards.

Similar Messages

  • HT3823 may I known, my itunes song is ACC file how to convert to WAV file

    may I known, my itunes song is ACC file how to convert to WAV file

    Here's a free online file converter I use all the time:  http://www.convertfiles.com/
    And don't you mean AAC, not ACC?  lol

  • How do I not import RAW files into iPhoto

    I shoot RAW + Jpeg with my cameras... Up until a recent upgrade to Mavericks... I would put the SD card in the iMac and it would import all the JPEGs, and then say something like 75 files could not be downloaded.
    Those were the large RAW files and I would then just move them to an External Hard-drive and use Lightroom and Canon's DPP to edit them.
    After the OS upgrade the RAW and JPEGs now both import into iPhoto and onto the Mac Hard-drive.
    I can't seem to find a way to not import the RAW file into iPhoto. Is there something I am missing?   I do not want those large RAW files wasting space on the mac, and I have notice iPhoto is really slow since the upgrade.  
    Thanks for any help

    A. To move an iPhoto Library:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    B. iPhoto and Raw
    1. The Raw processing engine in iPhoto the same one used in Aperture, but with less fine control. (Think of the differences between Word and TextEdit, iMovie and Final Cut).
    2. Processing Raw in a 3rd Party Application
    You can also process your Raw with a 3rd Party app like ACR or Photoshop. But iPhoto does not handle this gracefully and it's a bit of a kludge.
    First off set your preferred app as an external editor in iPhoto:
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    Next: In the iPhoto Preferences -> Advanced, elect to use Raw with your External editor:
    Now when you go to edit the Raw it will be sent to your external editor.
    Now for the kludge:
    You cannot save a Raw. The work you do must be output to a new file, in a new format (jepg, tiff, whatever). However, as the External Editor is making this new file iPhoto has no knowledge of its existence. Therefore you must save it to the desktop and then import it back to iPhoto as a new file.
    This means that you will have your Original Raw and the processed version in iPhoto but they will not be recognised as version and original. iPhoto will see them as two separate shots.
    Further - and this is quite a consideration: Lightroom is not an editor. Like iPhoto it's a database app and images need to be imported, processed and exported from it. It occupies the same place in the workflow (manager/non-destructive processing) as iPhoto does so in makes zero sense to use both...
    Regards
    TD

  • PSD Files and iPhoto

    I use PS Elements as my external editor for iPhoto. Usually, I'll just save the file back into iPhoto as a jpeg. Sometimes, however, I'll play around with layers in Elements and want to see that version in iPhoto. I know I can always flatten the image, convert to jpeg and save (or import) that version back into iPhoto.
    But if I haven't finished with the layers so that I don't want to flatten the image, is it safe to import the layered psd file into iPhoto? (iPhoto help has a reference to not supporting files other than jpeg and tiff.) Does it make any difference if I have iPhoto preferences set to not make a copy of imported files in iPhoto, so the original file remains outside iPhoto, or (ii) I use the File-Import method in iPhoto versus dragging and dropping (someone recently tried to persuade me that dragging and dropping was dangerous, whereas an Apple Genius told me it made no difference)?
    And for subequent editing in Elements, does it make any difference if I open the iPhoto file in Elements by double-clicking or by dragging it on to the Elements icon in the dock?
    Thanks
    iMac G5   Mac OS X (10.4.7)  

    As you've found out layered Photoshop files are supported. Once you have them imported into iPhoto and do more editing, thru iPhoto of course, (i.e. setup PS as the editor of choice when double clicking on a thumbnail) all you need to do is a normal save and it'll be saved and the thumbnail updated.
    I believe there's an issue with alpha layers however. I've never used them so am unsure the exact nature of the issue but I don't think iPhoto likes them much.
    If you want to be able to use both iPhoto's editor and PS just revert back to "In Main Window" in the preferences and then when you want to use PS Control-click on the thumbnail and select "Use external editor" in the Contextual menu. That way you get the best of both worlds.
    Do you Twango?

  • JMF Not playing wav files in Linux

    Hi all,
    I'm using the code below to play a simple wav file in Linux:
    ==
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.media.ControllerEvent;
    import javax.media.ControllerListener;
    import javax.media.EndOfMediaEvent;
    import javax.media.Manager;
    import javax.media.MediaLocator;
    import javax.media.NoPlayerException;
    import javax.media.Player;
    * @author
    public class AudioTest implements ControllerListener {
        /** Creates a new instance of AudioTest */
        public AudioTest() {
        public static Object syncObject = new Object();
        public static void main(String args[]) throws InterruptedException {
            try {
                URL url = new URL("file", "", "/magichome/xruser/jmf/WindowsXPStartup.wav");
                String mediaFile = url.toExternalForm();
                System.out.println(mediaFile);
                MediaLocator mediaLocator = new MediaLocator(mediaFile);
                System.out.println(mediaLocator);
                if(mediaLocator != null) {
                    try {
                        AudioTest test = new AudioTest();
                        //Player player = Manager.createPlayer(mediaLocator);
                        Player player = Manager.createPlayer(url);
                        player.addControllerListener(test);
                        System.out.println(player);
                        player.start();
                        synchronized(syncObject) {
                            syncObject.wait();
                            player.stop();
                            player.close();
                            System.out.println("CLosed...");
                        Thread.sleep(10000);
                        System.exit(0);
                    } catch (NoPlayerException ex) {
                        ex.printStackTrace();
                    } catch (IOException ex) {
                        ex.printStackTrace();
                    } catch (Error err) {
                        err.printStackTrace();
                //com.sun.media.amovie.AMController@9fef6f
            } catch (MalformedURLException ex) {
                ex.printStackTrace();
        public void controllerUpdate(ControllerEvent event) {
            System.out.println(event);
            if (event instanceof EndOfMediaEvent) {
                synchronized(syncObject) {
                    syncObject.notify();
    }==
    But on running the above program with the following commands:
    /usr/java/j2sdk1.4.2_08/bin/javac -classpath /magichome/xruser/jmf/jmf.jar:./:/magichome/xruser/jmf/mediaplayer.jar:/magichome/xruser/jmf/multiplayer.jar:/magichome/xruser/jmf/sound.jar:customizer.jar AudioTest.java
    /usr/java/j2sdk1.4.2_08/bin/java -classpath /magichome/xruser/jmf/jmf.jar:./:/magichome/xruser/jmf/mediaplayer.jar:/magichome/xruser/jmf/multiplayer.jar:/magichome/xruser/jmf/sound.jar:customizer.jar AudioTest
    I get the following error:
    ==
    file:/magichome/xruser/jmf/WindowsXPStartup.wav
    file:/magichome/xruser/jmf/WindowsXPStartup.wav
    com.sun.media.content.unknown.Handler@1ee4648
    javax.media.TransitionEvent[source=com.sun.media.content.unknown.Handler@1ee4648,previous=Unrealized,current=Realizing,target=Started]
    javax.media.DurationUpdateEvent[source=com.sun.media.content.unknown.Handler@1ee4648,duration=javax.media.Time@1e8a1f6
    javax.media.RealizeCompleteEvent[source=com.sun.media.content.unknown.Handler@1ee4648,previous=Realizing,current=Realized,target=Started]
    javax.media.TransitionEvent[source=com.sun.media.content.unknown.Handler@1ee4648,previous=Realized,current=Prefetching,target=Started]
    Unable to handle format: LINEAR, 22050.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 88200.0 frame rate, FrameSize=32 bits
    Failed to prefetch: com.sun.media.PlaybackEngine@91cee
    Error: Unable to prefetch com.sun.media.PlaybackEngine@91cee
    javax.media.ResourceUnavailableEvent[source=com.sun.media.content.unknown.Handler@1ee4648,message=Failed to prefetch: cannot open the audio device.]
    ==
    I'm unable to isolate the problem here. When I play the file with mplayer, it plays just fine. But with the code above, it just does not wish to play..
    Can someone please point out the error I am commiting.
    Thanks

    I'm using the code below to play a simple wav file in
    Linux:I'm running the performance pack under Win XP, here..
             try {
                 URL url = new URL("file", "",  "/magichome/xruser/jmf/WindowsXPStartup.wav");
    ...Is that a linear encoded, 16 bit, stereo sample
    recorded at 22050Hz sample rate? 4.81 seconds
    (424,644 bytes), content type audio.x_wav?
    The reason I ask is just that you do not mention if
    you'd tested on any other OS, and I found a very
    similarly named WAV of the above description on
    my system and tried it with your code - and in
    JMStudio.
    It ran flawlessly in both.
    But on running the above program ...
    I get the following error:...
    file:/magichome/xruser/jmf/WindowsXPStartup.wav
    file:/magichome/xruser/jmf/WindowsXPStartup.wav
    com.sun.media.content.unknown.Handler@1ee4648...
    Unable to handle format: LINEAR, 22050.0 Hz,
    16-bit, Stereo, LittleEndian, Signed, 88200.0 frame
    rate, FrameSize=32 bits...
    I'm unable to isolate the problem here. When I play
    the file with mplayer, What is 'mplayer'? The default media player
    of the OS?
    ..it plays just fine. But with
    the code above, it just does not wish to play..
    Can someone please point out the error I am
    commiting.I cannot tell what the problem is, sorry. Just
    thought I should check in and note there is
    nothing wrong with the code, and that WAV
    is sure understood by Windows based JMF.

  • I back my music and photos from my windows laptop before it broke on a external hard drive . I just got a new mac book can I use the hard drive to put my wave files and JPEG files on to my mac book

    My old lap top broke I save all my music what is wave and my pitches is jpeg on external hard drive
    the old laptop was a window base laptop
    so I got a new mac coming and I been told my hard drive won't won't on the mac and I lose all my photos and music
    any help
    thanks

    If your external drive has the right ports, you should be able to plug it up to your Mac and copy over your photos and wav files. You'll probably (I don't know this for sure as it's been a long, long time since I've dealt with wav files) need to convert the wav files to MP3 or some other format (but I would try opening them directly from iTunes, first - wait a second... yes, iTunes will open wav files).
    There are only a fixed number of ways that Windows drive can be formatted and a Mac can read (though not necessarily write) them all. So you should have no trouble with that.
    Good luck,
    Clinton
    MacBook Pro (15-inch Late 2011), OS Mavericks 10.9.4, 16GB Crucial RAM, Crucial M500 960GB SSD, 27” Apple Thunderbolt Display

  • WAV File Burned to CD as Audio Plays SLOW

    Hello!
    I recorded a set of mine (I'm a DJ) using Stanton Final Scratch. The file is a WAV. I copied it to iTunes, then burned it as an audio CD. When I play the CD, it's slow, as in a 45 playing at 33.
    I can play the file in iTunes, but as soon as I burn it, it's slow. Same thing if I convert the file to say an MP3. I can convert to Apple Lossless, but then if I burn that, same problem.
    HELP!!!

    Those are quite some encoder settings! I'm actually surprised you can play the files at all in iTunes.
    If I had such files, I would probably resort to using something like Audacity to export the files to "normal" WAVs, using the settings I mentioned in my previous post (no floating point, etc.).
    Anyway, we're on the right track, as the problem is in the properties of your source files.
    EDIT: I presume you used Traktor FS to create the WAV files, so why not see if it lets you export the same files directly to more compliant WAV files you can use in iTunes?

  • Sync'd .wav files on iPod not playing

    I have iTunes version 8.0.1.11, iPod version 1.3 fifth generation w/video. I have two .wav files on iTunes that playing perfectly. #1 .wav file=36.6 MB, #2 .wav file=4.8 MB. Sync onto iPod appears fine. The bar at bottom of iPod page indicates that 41.4 MB has been sync'd onto iPod. On the iPod itself, all the sub-menus identify the .wav files present on the iPod. However, when I push the play button on iPod the play page comes up for each .wav file but nothing happens. The progress bar at bottom of play page has no movement, no increasing green bar. I have tested the iPod by sync'g part of an audiobook onto the iPod. No problem. After I attempt to play the .wav file then play page goes black. Yesterday I had no problem sync'g a similar .wav file onto same iPod. Thank you.

    Try converting the files to something else or even "converting" them to WAV files again forcing iTunes to create new copies. Then sync those and see if it works any better. A Wav to Wav "conversion" will be lossless. Or do a WAV to AIFF (also lossless) conversion and see if the AIFF files play.
    Good luck,
    Patrick

  • How do I save a waveform as a *playable* .wav file? (LV 6i)

    What series of I/O file saving .vi's do I need to save a general waveform as a .wav file (ie- i want to be able to use a general wave file player to output the file with the waveform)?

    Hi,
    Your Waveform has time and data information. You should unbundle it (Get Waveform Components) and use the data array as an input for the Snd Write Wave File.vi (Functions>Graphics&Sound>Sound>Sound File). The 'sound format' input refers to the sampling rate of your waveform, which will tipically be 8000,11025,22050,44100 Hz.
    The file is in a PC wave file (.wav) format and can be read by the Snd Read Wave File VI or other applications.
    A good example to look at is: Help>Examples>(Directory Structure)Sound>sndExample.llb>Simple Audio Player.vi. There you'll find everything: since how to store and play music, since how to code and decode wav files.
    Regards,
    Guillermo

  • Exporting Audition .wav files for ProTools correctly????

    I'm currently using Audition 3.0, recording multiple live tracks (around 20 instruments at one time) in multitrack mode. While thes e tracks are recording live, Audition is creating the .wav files (source files) in a specified folder....correct?  Now, I've recorded/captured the audio/wav files for the project, and I now want to export these .wav/source files onto a portable hard drive and load (import) them into ProTools for final mixdowns. What are the correct steps in exporting the Audition .wav files, in the right ProTools format, so that ProTools will recognize them properly and open in a PT session?
    I found a post on your forum about this saying:
    "Audition will export files directly in PT's restricted 24-bit format as well if needed (Audition's norm is 32-bit floating point)."
    I have another person doing our mixdown using ProTools, if you're wondering why I'm asking this and not using Audition for the mixdo wn.
    Thank you for your time and I look forward to hearing back from somebody on how to do this.

    You can easily use Audition's "Batch Processing" tool to convert your 32-bit source files to a ProTools compatible 24-bit format.  Switch to "Edit View" and click File > Batch Processing...  In the dialog that comes up, click the "Add Files" button and select the WAV files recorded for your session.  (These files will be in a subfolder of where you saved the original session, named "<session name>_Recorded"  For example, if you created your session in \My Documents\Adobe\Audition\3.0\My Session\  the recordings will be stored in \My Documents\Adobe\Audition\3.0\My Session\My Session_Recorded\ )
    After the files are loaded, click the "New Format" tab and set the Output Format to "Windows PCM (*.WAV)" then click the Format Properties button and choose "24-bit packed int (type 1, 24-bit)"  and click OK.  Click the "Destination" tab and choose a folder to collect the new files, and click "Run Batch."
    After the conversion process has completed, you should be able to send those files to your ProTools engineer for mixing.

  • 5.1 WAV files

    Hi all!
    I´ve to edit a videoclip and sync it to a stereo wav file and a 5.1 wav file(s) - 1st time i do it, ans 1st time i do it in FCP.
    I don´t know if i´ll have multi files (total of 8 - stereo and 5.1) or if it´s possible to have a single wav that contains all stuff and then use 5.1 audio setting in FCP.
    With the sync video and audio (and some post, of course!) i have to export a wav file and a quicktime move to the final mastering session... so my questions: (at last :))
    - how should i ask PTools guy to send me the wav files (?) individual (?) is there a 5.1 specific file that i should use with fcp?
    - how can i export a .wav with the correct TC (?) it´s a simple export (?) or multi-export - 8 tracks?
    - to export a correct quicktime reference, matching the digibeta timecode should i use a visual TC (using a plugin) or if i export a normal quicktime it will have the project timecode?
    Thank you all!
    Regards
    HBars

    5.1 surround sound requires Dolby or DTS encoding. You create a 5.1 from multiple audio tracks (be they .aiff, .wav, etc. Always use highest quality audio sources before encoding. Hope this is useful.

  • Combine WAV files?

    Kind of a weird idea, but I'd like to see if it would be
    possible to "assemble" a WAV file (using CF) from smaller WAV
    files.
    My idea: We report of the heights of rivers across the U.S.
    (as in, at this moment, the Potomac River is 5.45 feet). I am able
    to have people send in an email asking for a certain river, and CF
    produces an email back to them with the river height (process runs
    every 5 minutes).
    But I thought of sending them back a voice (WAV) file to
    their cell phones, so they could hear the river height instead of
    using a text email. I thought if I could have a library of small
    WAV files for each number, a "point", and some words, maybe I could
    combine the needed pieces from multiple WAV files:
    "Potomac" + "Height is" + "5" + "point" + "4" + "5" + "feet"
    Somehow join those little WAV files into a single WAV file:
    "Potomac height is 5 point 4 5 feet"
    I can't believe CF could join these files, but if anyone has
    any ideas, please let me know!
    Thanks....

    Is there any shareware online that lets you merge wav files?
    I would imagine you could string the phrases and send them to
    the program
    with <cfexec> or something, haven't looked into it
    myself, but it sounds
    like a interesting idea...
    "Howard Perlman" <[email protected]> wrote
    in message
    news:f3h85b$jba$[email protected]..
    > Kind of a weird idea, but I'd like to see if it would be
    possible to
    > "assemble"
    > a WAV file (using CF) from smaller WAV files.
    >
    > My idea: We report of the heights of rivers across the
    U.S. (as in, at
    > this
    > moment, the Potomac River is 5.45 feet). I am able to
    have people send in
    > an
    > email asking for a certain river, and CF produces an
    email back to them
    > with
    > the river height (process runs every 5 minutes).
    >
    > But I thought of sending them back a voice (WAV) file to
    their cell
    > phones, so
    > they could hear the river height instead of using a text
    email. I thought
    > if I
    > could have a library of small WAV files for each number,
    a "point", and
    > some
    > words, maybe I could combine the needed pieces from
    multiple WAV files:
    > "Potomac" + "Height is" + "5" + "point" + "4" + "5" +
    "feet"
    >
    > Somehow join those little WAV files into a single WAV
    file:
    > "Potomac height is 5 point 4 5 feet"
    >
    > I can't believe CF could join these files, but if anyone
    has any ideas,
    > please
    > let me know!
    > Thanks....
    >

  • Can iPod play WAV files

    I have the All Music Converter and have converted some of my iPod music files to WAV. However, I can't get iTunes to accept the files. Can iPod play WAV files? Does anyone know how to get them to transfer into iTunes? Thank you.

    Uncompressed WAV files are on the list of compatible formats, has there been any compression applied to the files you have converted?
    iPod 101: Which Files Work With iPod and iTunes
    iPod: About compatible song formats
    iPod shuffle: Compatible audio formats

  • How to bounce or render a mono wav file?

    Hello all....this seems like a basic question, but I'm stumped. How do you bounce a stereo project to a mono (sum of both L and R) file? I switched the little "interlocking circles" symbol on the master output to a single circle, but that seems to move the summed audio to the L channel only, and then looking at the bounced file, it creates a stereo L + R channel, with the audio showing up on the L and a blank R channel. What I want is a single waveform containing both L + R audio, resulting in a balanced sound in L and R speakers. This should also result in half the file size of a stereo wav file the same length.
    Thanks in advance.

    Set the Stereo Outst to mono, then use the little bounce button underneath the fader to bounce. Using a bounce keycommand will always result in a stereo bounce. Using that little button will create a true mono file. If you have already inserted stereo Plugs on the Master Out this will not work, the Outs will remain stereo. So remove those plugs first.

  • Zen mx 16gb wont recognize wav. files

    nor will the software, it said it should is there a setting i'm missing?

    They are in the player. The wav files don't have metadata which is what are in MP3 tags & since they are not mp3's there are noneThe player reads MP3 tags look in the the "All Tracks" to find your wav files. To get a better understanding of what i'm talking about go to the files on the computer (not in the program but the actual file) right click on a wav file & choose Properties & view that then go to a mp3 files & do the same thing & note the differences.

Maybe you are looking for

  • SQL PLUS acitvity in process flow

    I looked at other threads and did exactly the same but I am getting a error. Any ideas. I created a variable as counter. In sqlplus activity Paramter List I did not do anything. for result code I did the binding as counter which is my variable.In scr

  • How can I read my downloads?

    When I download a file it won't let me open it. Please tell me how.

  • Will there be a smaller Ipad/e-reader coming out soon?

    will there be a smaller Ipad coming soon, I need to get some e-readers for Christmas gifts and would like to get the Ipad only on a smaller scale.. thanks for your help!!

  • Using custom images for radiobuttons

    Hi I'm looking for help with creating a radio buttons with external images (fetched from XML/Javascript file) cause, I don't want to use standard looking radio buttons from components. I wish to use different images for each state of the button. Any

  • Where does Mail keep inbox and sent box?

    I need to sync my office machine and my laptop from time to time. I can sync the Mailboxes excepting the inbox, sentbox, and drafts (and junk), from the user/library/mail/mailboxes. Should I just sync the Mail folders, or is that likely to screw some