Can Quicktime be used with ipod

Can quicktime be used to watch movies on your ipod. if so, how?
Dell   Windows XP  

No that's not what QuickTime is for
QuickTime Pro (the paid version) can convert videos for the iPod (file>export>ipod) but can't be used to put them onto the iPod. That's where iTunes comes in. There's an iTunes section of this site, too

Similar Messages

  • Can a docking speaker be used with IPod nano 7th generation

    Can a docking speaker be used with IPod nano 7th generation

    It should work if you can plug in the iPod

  • The Ipod "file shares" can't be used with itune because it's not formatted?

    Hi,
    I'm using ipod shuffle 512mb. When I connect ipod to my PC, it shows an error message saying "the Ipod "file shares" can not be used with itunes because it is not formatted properly". I am not able to sync the songs into Ipod...
    I tried everything but it is not working...
    If somebody knows how to resolve this ..... kindly reply to this...
    Thanks a lot!!!!!

    The iPod shuffle forum would be best to post this question. Here's a link to it.
    http://discussions.apple.com/category.jspa?categoryID=199

  • Can facetime be used with all versions of ipod touch and the iphones?

    can facetime be used with iphones and ipod touch all versions?  i have ipod touch 4g and so does my friend we have no problems with it.  but she tries to contact her mom not sure what her mom has maybe iphone5.  just asking if all apple products interact with facetime even if we have different versions.  thanks for any help.

    Thanks for your help.  As it turns out her mom has an ipod and iphone. I helped her solve the problem. it was emaill address related.   thanks again

  • I but garage band w my iPad can i also use with my laptop, or i need to buy it again?

    i but garage band w my iPad can i also use with my laptop, or i need to buy it again?

    Welcome to the Apple Support Communities
    The iPad and the Mac use different operating systems and different App Stores (App Store in the iPad, and Mac App Store in the Mac). In this case, you have to purchase GarageBand for your Mac in the Mac App Store, because the iPad version isn't compatible with any Mac. However, if you have another iPhone, iPod touch or iPad, you can install GarageBand for free on those devices. The same for Macs if you purchase GarageBand for your Mac

  • Cannot load my library onto my ipod since getting icloud?  Itunes states that I need to download from icloud?  Can I not use my ipod as I did pre-icloud?

    cannot load my library onto my ipod since getting icloud?  Itunes states that I need to download from icloud?  Can I not use my ipod as I did pre-icloud?

    Chris CA wrote:
    You cannot backup photos to iCloud.
    You can enable Photo Stream (in Settings > iCloud) but only for 30 days and only a max of 1000 photos.
    Then what does this mean? It was copied from the kb article that I posted above.
    Reducing the size of your Camera Roll backup
    If you take lots of photos and videos with your iOS device, you may notice your Camera Roll takes up most of your iCloud Storage backup. To check the size of the Camera Roll backup on your device:
    On your Home Screen, tap Settings.
    Tap iCloud.
    Tap Storage & Backup.
    Tap Manage Storage.
    In the Backups section, tap your device.
    In the Backup Options section, the backup size is displayed under Camera Roll.
    To reduce the size of your Camera Roll backup, save your photos and videos locally to your computer with iTunes, and then manually back up your iOS device. If you want to keep your photos and videos on your iOS device, you can turn off Camera Roll in Backup (see the "Deleting backups and turning off Backup for your Device" section above) orpurchase additional storage.

  • I've just purchased an iPad 3, 4th edition. I have been using a PC with Microsoft office xp and would like to sync. My emails, contacts, word docs, photos, music now and in the future. What are my best options? Also, can icloud be used with my PC.

    I've just purchased an iPad 3, 4th edition. I have been using a PC with Microsoft office xp and would like to sync. My emails, contacts, word docs, photos, music now and in the future. What are my best options? Also, can icloud be used with my PC.

    FYI
    Complete guide to using iOS 6
    http://howto.cnet.com/ios-6-complete-guide/
    Guide to Built-In Apps on iOS
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios
    You can download a complete iOS 5 iPad User Guide and iOS 6 iPad User Guide here: http://support.apple.com/manuals/ipad/
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Apple iPad Guided Tours - Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    http://www.youtube.com/watch?v=YT2bD0-OqBM
    http://www.youtube.com/watch?v=ROY4tLyNlsg&feature=relmfu
    http://www.youtube.com/watch?v=QSPXXhmwYf4&feature=relmfu
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • Why can't i use my ipod after the battery died during a reformatting? i've tried many things to fix it.

    Why can't i use my ipod after the battery died during a reformatting? i've tried many things to fix it.

    I do not understand your question.  You do not formate an iPod.  Please explain better the problem. what lead up to the problem and what you have tried so far.

  • GroupLayout can only be used with one Container at a time

    Dear all,
    I am a beginner so please don't throw rocks at me...
    I have created two frames with NetBeans. One is the main frame (extends from JPanel) and the other frame I put it to be started when pressing a button from the main frame (the second frame extends from JFrame). Both frames are created using the designer in NetBeans, so the code for creating the GUI is automatically generated by NetBeans, so both frames use the same layout (GroupLayout).
    Here is the code of the button from the main frame to start the second one:
    private void manageCustomersActionPerformed(java.awt.event.ActionEvent evt) {                                                
            // TODO add your handling code here:
            CustomerGUI custGUI1=new CustomerGUI();//CustomerGUI is the second frame
            custGUI1.setVisible(true);
    }When I press this button from the main frame I get this runtime exception: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: GroupLayout can only be used with one Container at a time. The second frame is not opened.
    How should I handle this?
    What I want to do: I want to have a main frame, from which I can start additional ones (the main frame must be always opened, while the additional ones can be closed after performing certain actions). I read a little about internal frames and I think this can be a solution, but I must edit the existing design...
    Thank you
    With respect,
    Don
    Edited by: don1983p on Dec 16, 2008 2:21 AM

    AndrewThompson64 wrote:
    There are those that maintain that JFrame should never be extended. I am not convinced, but most cases where a JFrame is extended would be better coded as simply configuring the JFrame within the main(). GUI builders such as found in NetBeans seem to extend JFrame as a matter of course.I too am not rigorous or religious about this either, but try to adhere to this as a matter of practicality and convenience, I find that if I don't extend a JComponent but rather use composition rather than inheritance, it's much easier to use objects of my class when programming in Eclipse. For instance in Eclipse (and in most IDEs), if I type my object name and then a period, it will show all of the method's available for me to use on this object. If I subclass JPanel or JFrame, I'll see a gazillion methods most I don't want to see, and thus most are clutter. On the other hand if I use composition, I'll only see a small number of methods and these will be only the methods that I want to see and need to use.

  • Fedex can only be used with dreamweaver using metric, not pounds (lbs)

    Fedex can only be used with dreamweaver using metric, not pounds (lbs), evidently?
    This as per their tier 2 tech suport.
    They say I should just convert to metric, no joke!
    Any ideas would be greatly appreaciated?
    Also a warning to anyone thinking of using business catalyst for their site, sorry, their business.
    Their note to me:
    Your request (# 82816) has been solved. To reopen this request, reply to this email or go to the Help & Support page.
                  Silviu Ghimposanu (Adobe Business Catalyst Support)           
                  Apr 14 15:23           
        Thanks for contacting us Michael  
    Our engineering team has detected some problems when doing weight conversions (from the quantities entered in the interface to what’s used when making the API calls to FedEx) -
      He have added this to our internal bug tracker to be fixed for one of the future releases. 
        I realise that this might not be what you wanted to hear,but at this moment we do't have a workaround in order to send the
      dimensions in pounds and not in KG 
        Sorry for this inconvenience!
      Kind regards, 

    If you're in US it will be in pounds. If your site is set any other country
    in the rest of the world it will be metric. So BC or as you call it
    Dreamweaver will look at the site country, which you set when creating the
    site

  • Why can't i sign in successfully to my FaceTime on my macbook? Customer Code: 7675-0789-4146. It says FaceTime can't be used with your apple id at this time

    why can't i sign in successfully to my FaceTime on my macbook? Customer Code: 7675-0789-4146. It says FaceTime can't be used with your apple id at this time

    Hello Clinton,
    Thank you for the details of the issue you are experiencing with FaceTime and Messages on your iMac.  I recommend following the steps in the article below for the issue you are experiencing:
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/ts3970
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT204053 hi i want to use find my mac but i got this massage (some configurations, such as software or hardware RAID,do not support a recovery partition and can't be used with find my mac)

    hi i want to use find my mac but i got this massage (some configurations, such as software or hardware RAID,do not support a recovery partition and can't be used with find my mac)

    hi i want to use find my mac but i got this massage (some configurations, such as software or hardware RAID,do not support a recovery partition and can't be used with find my mac)

  • Some configurations such as a software or hardware RAID do not support a recovery partition and can't be used with Find My Mac.

    I'm getting the following error message when attempting to invoke "Find My Mac"
    Some configurations such as a software or hardware RAID do not support a recovery partition and can't be used with Find My Mac.

    You have no recovery partition. This is a normal condition if your boot volume is a software RAID, or if you modified the partition table after running Boot Camp Assistant to create a Windows partition. Otherwise, you need to reinstall OS X in order to add a recovery partition.
    If you don't have a current backup, you need to back up before you do anything else.
    You have several options for reinstalling.
    1. If you have access to a local, unencrypted Time Machine backup volume, and if that volume has a backup of a Mac (not necessarily this one) that was running the same major version of OS X and did have a Recovery partition, then you can boot from the Time Machine volume into Recovery by holding down the option key at the startup chime. Encrypted Time Machine volumes are not bootable, nor are network backups.
    2. If your Mac shipped with OS X 10.7 or later preinstalled, or if it's one of the computers that can be upgraded to use OS X Internet Recovery, you may be able to netboot from an Apple server by holding down the key combination option-R  at the startup chime. Release the keys when you see a spinning globe.
     Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with proxy servers, or with networks that require a certificate for authentication. 
    3. Use Recovery Disk Assistant (RDA) on another Mac running the same major version of OS X as yours to create a bootable USB device. Boot your Mac from the device by holding down the option key at startup.Warning: All existing data on the USB device will be erased when you use RDA.
    Once you've booted into Recovery, the OS X Utilities screen will appear. Follow the prompts to reinstall OS X. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.
    If none of the above choices is open to you, then you'll have to start over from an OS X 10.6.8 installation. There's no need to overwrite your existing boot volume; you can use an external drive. Install 10.6 from the DVD you originally used to upgrade, or that came with the machine. Run Software Update and install all available updates. Log into the App Store with the Apple ID you used to buy 10.7 or later, and download the installer. When you run it, be sure to choose the right drive to install on.

  • Item category S can only be used with account assignment category

    Hello Gurus,
    When i tried to create a PO then error "Item category S can only be used with account assignment category" is coming
    for my plant and material.
    Could you please tell me where i have to maintain the setting of account assignement for a plant or material.
    In TA:-OMG0 item catergory S is maintained for a account assignement F but still this issue is coming.
    I think there is a problem in plant or a material.
    Please help me.
    BR

    Hi,
    How you are creating PO  ,so that you have error "Item category S can only be used with account assignment category"
    Check what t.code used for your PO creation and what document type used for your PO creation- which result defaulting item category S which in turn asking for  with account assignment category.
    Cross check transaction variant or screen variant used for your PO creation!
    Regards,
    Biju K

  • Version 4.2.6(8E200) bought this from Apple, NewYork. Can this be used with any CDMA or only Verizon?

    version 4.2.6(8E200) bought this from Apple, NewYork. Can this be used with any CDMA or only Verizon?

    Apple's response: Sorry, only verizon
    Person in back alley wearing overcoats response : Step this way

Maybe you are looking for

  • After upgrading to iOS 7.0.2....big problem

    After upgrading to iOS 7.0.2 my phone always show me to connect to iTunes to use push notifacations,and I cannot sign in my FaceTime oso

  • When I try to map faders to the volume in audio tracks it only lets me map the "selected track"

    LogicX user. I'm trying to map my mpd32's faders up with four audio tracks to control their volume. For the first three tracks, I can map the faders accordingly, and in the Controller Assignments window, in the "channel strip" section on the right, t

  • PSE Install problem

    I have not tried a bunch of times to install PSE 10 on my Windows 7 desktop (32-bit).  It keeps getting to the point where it is trying to install the Shared Technologies package and then fails and does a roll back uninstall.  I have looked at the in

  • Delete site in Adobe Business Catalyst

    How can I delete a SITE create in Adobe Business Catalyst, I have a Creative Cloud account.

  • Unable to register

    I try to register oracle jdbc drivers by using this DriverManager.registerDriver(new oracle.jdbc.OracleDriver()); method. And i used NETBEANS IDE when i try, it gives me a error as init: deps-jar: Compiling 1 source file to D:\Javaworkspace\database\