Convert playlist to aiff and then find the files in iTunes

I have a playlist of 28 songs that are various file types.  I would like to convert them to aiff.  I went to the playlist and selected all, right clicked and selected Create aiff version.  It made them but I have to search for each one and then put it in a new playlist.
Is there a way to make iTunes put them in one folder or a better way to gather them all to the new playlist then clicking on Music on the left and putting the title in the search box and dragging them one by one to the new playlist?
Thanks for any tips

stpedler wrote:
I have a playlist of 28 songs that are various file types.  I would like to convert them to aiff
For what purpose?
All this does is increase the file size.
Sort the list by descending Date Added and they will be at the top of the list.

Similar Messages

  • I recently had some 8mm film transferred to DVD. I am trying to edit the film clips using Premier Elements 4.0.  Some of the film clips copy into the project but others don't. I tried copying the VOB filed onto my hard drive and then changing the file ext

    I recently had some 8mm film transferred to DVD. I am trying to edit the film clips using Premier Elements 4.0. so I can reburn the films on a single BluRay disc. Some of the film clips copy into the project but others don't. I tried copying the VOB filed onto my hard drive and then changing the file extensions on the VOB files to MPEG but this was no help. Some of the VOB files contain numerous film clips but my software does not appear to be able to recognize them as such. I need to know if replacing my old Premier Elements with the new Version 13 would solve this problem or not. Any advice would be greatly appreciated!
    Bob

    Bob
    What do you have now.....
    What computer operating system do you have?
    We can go into the finer points of source and your intentions, but for now it would appear that you are using SD 4:3 source media to get to a HD 16:9 result. Lots to discuss in this regard.
    What was given to you on the DVD disc? DVD-VIDEO 4:3 or something else?
    If DVD-VIDEO on DVD disc, you should expect to find on the disc a folder named VIDEO_TS. That is your target for your video files.
    If you were given a DVD-VIDEO on DVD disc, then all you want from it are the video files, specifically
    VTS_01_1.VOB, VTS_01_2.VOB, and so on through that series until possibly getting to
    VTS_02_1.VOB, and so on. How many files you have beyond the VTS_01_1.VOB file will depend on the size of the DVD-VIDEO.
    Does the above scenario apply to you?
    The alternative might be someone giving a DVD disc (data disc) which contains just the VTS files mentioned which were copied from
    the VIDEO_TS Folder. So, you do not get the whole VIDEO_TS Folder, just the essential video files. Does this scenario apply to you.
    I see no need to replace your Premiere Elements 4 with a later version unless you have a huge project and need a later version that will be a 64 bit application running specifically on Windows 7, 8, or 8.1 64 bit computer.
    Consider...Premiere Elements 4 and if you have DVD-VIDEO on DVD....
    1. Place the DVD disc in the burner tray
    2. Open Premiere Elements 4 and set the project preset for NTSC DV Standard (assuming you are working in a NTSC setup)
    3. Go to
    Get Media
    "DVD, Digital Camera, Mobile Phone, Hard Drive Camcorder, Card Reader"
    "Adobe Premiere Elements - Media Downloader" and its Advanced dialog.
    Set the Source in the latter dialog for the drive which has your DVD disc inserted in its tray
    You should see your VTS_01_1.VOB thumbnail in the "Adobe Premiere Elements - Media Downloader" Advanced dialog.
    With this VOB selected, click on Get Media to get the file from there into the project.
    Should work fine.
    Complications may be involved if the people who processed your footage gave you something other what is described above.
    Please review and consider, and then we can plan our project strategy accordingly.
    Thank you.
    ATR

  • I get the following error everytime I download something from the internet:-"/Users/vinaypunjabi/Downloads/Ontario Colleges Chart(2)(1).pdf could not be opened, because an unknown error occurred.  Try saving to disk first and then opening the file".

    I get the following error everytime I download something from the internet:-"/Users/vinaypunjabi/Downloads/Ontario Colleges Chart(2)(1).pdf could not be opened, because an unknown error occurred.  Try saving to disk first and then opening the file".
    Then it shows as downloading failed.But if I click on it twice ,it opens up .
    this has started happening since last week.Before this ,it never happened.
    Please suggest what has gone wrong somewhere and how can I rectify it.

    Please install the following add-on to see if it helps.
    https://addons.mozilla.org/en-US/firefox/addon/pdfjs/

  • Final Cut Crashed and then corrupted the file. So Final cut wouldn't open up. I tried reloading the backup, trashing the prefs file, systematically going through the 3 previous versions and opening them by themselves one by one to no avail.

    Final Cut Crashed and then corrupted the file. So Final cut wouldn't open up. I tried reloading the backup, trashing the prefs file, systematically going through the 3 previous versions and opening them by themselves one by one. I found Final Cut now loads but each of the backups and files in the previous 3 versions won't load. I've worked on the project for 3 weeks. Im suprised the backup files won't load either!?! I've only rendered 1 low res version. I am thinking I will have to rebuild the project in Final Cut 7. That is simply too risky to have all my back ups not load up!!

    I'm a little confused by this?
    Final cut now opens if launch older projects. But if I actually click on the project it crashes. Im not sure what you mean by events? I've moved them from the events folder.
    but when I open up and of the projects the FInal Cut opens but then wont load the project even with no events in the FInal Cut Events folder.

  • How do I scan a photo to a file and then send the file as an attachment via email.

    How do I scan a photo to a file and then send the file as an attachment  via email.

    All of this depends largely on what printer /software you have, which Email client you use and to some extent which OS you are running.
    Most HP printers have HP Solution Center which is used to set up scanning,choosing where to save,etc. Once a file/photo is scanned and saved to the folder, open the folder.Select the file and at the top of the window should be the option to 'Email'.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • FM to create a folder in local directory and then download the file...

    hi...
    can some one help me with a FM which will create the folder mentioned in the file path and then download the file.
    Ex : if file path is 'C:\Try\file.txt'.
    if the foler 'Try' is not available then it should be created and then the file should be downloaded in it.

    Hi
    Use the FM GUI_DOWNLOAD
    It will create the folder in PC if it not exist. Then Download the data .
      CONCATENATE p_path    " Directory path        
                  l_file                " File name
                  '.TXT'
            INTO  l_file_path.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = l_file_path
          filetype                = 'ASC'
        TABLES
          data_tab                = i_source[]
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.

  • When I have current shows to download, my check for available downloads tells me all items have been downloaded. I have to go to iTunes Store and then to the show's iTunes page and click download.

    When I have current shows to download, my check for available downloads tells me all items have been downloaded. I have to go to iTunes Store and then to the show's iTunes page and click download.

    Downloading past purchases from the App Store ... - Support - Apple

  • . Try saving to disk first and then opening the file. when I download

    C:\Users\howie\AppData\Local\Temp\incredimail_install-12.exe could not be opened, because an unknown error occurred.
    Try saving to disk first and then opening the file.

    Did you try saving to disk first and then opening the file?

  • How can I enable FTP on the DMP and How can I FTP to it and then remove the files that were deployed to the DMP flash?

    How can I enable FTP on the DMP and How can I FTP to it and then remove the files that were deployed to the DMP flash? My platform of DMS is 5.2.2

    Hi Temur, ok. I do the above procedure and it worked fine
    Now, I have other question?
    How can I reproduce any file (for example: a video, an url page, an image), that is in the flash of DMP?
    Índice de ftp://172.17.15.22/tmp/ftproot/tmp/ftproot/tmp/ftproot/usb_1/
    Subir al directorio superior.
    Nombre Tamaño Última modificación
    Sample Videos.lnk
    1 KB
    17/06/2011
    06:25:00 a.m.
    deployment
    29/06/2010
    04:14:00 a.m.
    lost+found
    25/02/2010
    12:00:00 a.m.
    video futbol en la playa.mp4
    1390 KB
    29/06/2010
    01:08:00 a.m.
    videofutbol.mp4
    1390 KB
    29/06/2010
    01:38:00 a.m.
    I like, that el DMP when loss conectivity with DMM, It display at the LCD screen, the video named videofutbol.mp4, this video As I show in the picture above, already in the flash of DMP.
    I appreciate your early response.
    Thanks

  • Why does'nt a pdf file sent to me open automatically. I have to open adobe software first and then open the file.

    Why cant a pdf file open automatically.I have to first open adobe software and then open the document.

    All files have their "native" application. Without the application the file cannot be created.
    Once created the file must have the native application to be "opened".
    For the application to do that first to open is the software (application).
    Be well...

  • How do I set Catalogue to new larger internal hard drive and then delete the files from the smaller

    I have just had a new 1TB internal hard drive installed in my PC and then the original smaller internal 500GB hard drive cloned onto it. The new 1TB is now Local Dick C and the smaller 500GB has been changed from C and is now Local Disk F. PSE11 is running from the new C and all my pictures are on both C and F but the catalogue is pointing to F. I want to delete all of the old files on F to free up space since they are all cloned to the new 1TB C, so I want the PSE11 catalogue to point only to the pictures on C. I have tried creating a new Catalogue and importing my pictures from C. The images come in and look connected to C but, when I close PSE11 and then reopen that new catalogue, the image path reads F, as does the original catalogue. So, now I have two catalogues apparently point to F but I want to: 1) have only one catalogue pointing to C; 2) the delete catalogues pointing to F; 3) then reformat F: so I have a clean 500GB old hard drive for future expansion. Can some please help?

    Grant, all I can say is that another user was having almost identical issues a month or so ago. Unfortunately I cannot find the discussion thread now but my feeling is that it never resolved satisfactorily while both drives were connected.
    To save you a lot of work formatting, copying, erasing and so forth why not just unplug the SATA cable from the old drive and see if the Organizer then starts behaving nicely with the new drive. If it does then you can go the destructive route on the old drive.
    Hopefully the poster who had the similar problem might read this and update us on his/her situation - if it got resolved and how.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • I have an existing dvd and cannot find the file to burn another one.  where and how do i do this.  thank you

    i have an existing dvd and cann find it on my macbook pro.  i would like to burn another dvd. can somebody help me?  thank you, joni

    Here is the procedure:
    http://support.apple.com/kb/HT2059

  • I have lost my iphone and do not know the serial number and cannot find the device on itunes

    I am in Spain and have lost my iphone.  How do I track it

    What To Do If Your iDevice or Computer Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Mac Computer
           Find My Mac can be used from Find My Phone at iCloud.com and via Find
           My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0
               9. Prey 0.6.2

  • I'm going to buy a iMac soon,I'm wondering if I can save files from my windows pc to a external hard drive and then use the files on my mac?

    As above, if any one can recommend a external hard drive that will also be much appreciated.

    Depends on what the long term plans for the EHD is. I'd recommend any of these if you are looking for features and high quality. Personally I use the LaCie's (I have 4) but OWC or G-Tech would also be welcome on my desk.
    G-Tech G-DRIVE series
    LaCie d2 Quadra series
    OWC Mercury Elite Pro series
    As for your PC files that totally depends on the file type and if they can be read by comporable OS X apps. I'd suggest book marking and reading Switch 101

  • Script to create directory based on current file name and then save the file in that directory

    Hi all,
    I have a need save all my projects in a directory using the name of the main image I am working on.
    Manually these are the steps I used:
    Save As.
    Copy ( press command-c <== the filename is highlighted by default so all I have to do is )
    New Folder ( press the new folder button. Brings up a dialog box)
    Paste ( press command-v. <== Pastes the file name into the "New Folder" dialog box.)
    Save ( press thre save button. Saves the files into the new folder )
    Save As.
    Change format to JPG
    Save
    Change image quality to 12
    I want to assign these actions to a key
    Recording these steps and playing them back does not give me the results I need, snce the original name is hard-coded in the actionlist that was recorded
    What should I be doing instead ?
    Thanks in advance !

    You don’t mention which format the original file is (and figuring that and its current settings out seems too much of a hassle to me) so this would only save the jpgs into the folder (and create one if it does not exist).
    If you want to give it a try, paste the following text into a new file in ExtendScript Toolkit (part of Photoshop’s installation, Applications/Utilities/Adobe Utilities/ExtendScript Toolkit CS4 or /Applications/Utilities/Adobe Utilities-CS5/ExtendScript Toolkit CS5) and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    After restarting Photoshop the Script should be available under File > Scripts and can be assigned a Keyboard Shortcut directly, recorded into an Action, (in CS4 and CS5) be used in a Configurator-Panel or started from ExtendScript Toolkit directly.
    // saves jpg into folder of file’s name next to file;
    // be advised: this  overwrites existing jpgs of the same name without prompting;
    // thanks to xbytor;
    // 2012, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // create folder if it does not exist;
    var folderString = docPath+"/"+basename;
    if (Folder(folderString).exists == false) {new Folder(folderString).create()};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(folderString+"/"+basename+".jpg")),jpegOptions,true);

Maybe you are looking for

  • Pdf pages won't open

    I took MacWorld's advice and downloaded Schubert's pdf browser plug-in. I followed the directions exactly, but then i couldn't open pdf pages in either Safari or Explorer. I then took the pdf browser plug-in out of Library/Internet Plug-in folder. No

  • Need help to save CS4 to Flash 8 FLV file

    I have an .flv project done in Flash CS4, and can save as CS3. Can anyone help me save as Flash 8 (from CS3) Let me know via email - [email protected] Thanks so much.

  • BPM 11.1.1.6 workspace help

    Hi , I am just trying to understand the tasks tabs in Oracle BPM workspace, and from Oracle's documentation "Administrative Taks" tab should only be visible to a user who belongs to a BPMProcessAdmin Or ProcessOwner role. But When I create a BPM doma

  • 'Required components are disabled' error during trial install

    I've downloaded the CS5.5 trial for the first time. When I install, I see three checkboxes for install: Encore, OnLocation, and Premiere Pro. The first two are checked, but the third is unchecked with a red X to the right of its name. If I try to sel

  • X2-01. Screen goin white for a sec..!! help..!

    Hi thr,hope smeone of u can help me out..!                    My cell's display suddenly goes white for a second. Had bought it in August & already such a problem. Even if m not using it,it goes white. Showed it to N Care also..no use..it still happe