Can someone help with transfer to iPod

I have several home movies that I converted to mpeg4 with Handbrake but only
one of them will transfer to my iPod. I keep getting a prompt that says it won't play on the iPod. It plays beautifully in iTunes. Can someone help?
Thanks, Judy

They are QT mpeg 4. I can play them fine as a Quick Time movie or in iTunes - I just can't get them into my iPod.

Similar Messages

  • Sure its been asked before but please can someone help re transfer old ipod

    Hello,
    I appreciate this has probably been asked loads of times before but could someone "in the know" please tell me the easiest way to sort my dilema!!
    I have a 2nd gen ipod & 1st gen ipod touch which were both on my old PC on seperate user accounts. I have since left my wife & she has the PC (we're still amicable!!) which contains both itunes accounts. That left me debating what to do as ideally I didn't want to be going back to hers to do my music management! To make things easy both the audio jack & dock connector broke on my touch meaning the repairs would have been the same as the cost of a new ipod classic so I went for the latter & set up a new itunes account on my laptop. Problem is I would like all of my old music on my new ipod as I had approx 4000 songs on the 2ng gen & 3500ish on my touch. Is there an easy way to get all of that music over to my new laptop & subsequently my new ipod without losing whats on my new ipod/itunes now?
    Thank you to anyone who can help me with this.
    Ben

    Hey there,
    One solution is to copy all the songs currently on your iPod to your new iTunes library. There are several ways you can pull the music off your iPod and onto iTunes.
    It all depends on if you have a Mac or PC with how you copy your music over. The first link after the Apple support document below provides step-by-step instructions for the direct method if you have a PC as well as a few third party applications (for both the Mac and PC) if you choose to go that route instead. You can also do a simple google search for "copy music from iPod to computer" and you should receive a number of sites that can help you out.
    Just make sure that when you have your iPod plugged into your new computer, that you don't hit "Erase and Sync" before completing the task of copying your music over.
    Also, if you have any purchased music, you will probably have to re-authorize your computer by heading to the Store drop down menu and choosing "Authorize computer." From there, restore your iPod and sync it with your new library. I did notice you did not want to go this route though.
    [5 Ways to Copy Music OFF your iPod and onto iTunes|http://www.metaphoriclabs.com/articles/5-ways-to-copy-music-off-your-ipo d-windows-mac-os-x>
    Here are a few more helpful sites.
    [Copying Content from your iPod to your Computer - The Definitive Guide|http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipo d-to-computer]
    Or
    [How to copy songs your iPod to your PC|http://lifehacker.com/software/ipod/how-to-copy-songs-from-your-ipod-to-your -pc-105256.php]
    B-rock

  • HT4356 I'm using my iPod and an Epson XP-810 printer to print pages from websites and emails and etc.  How do I print just 1 page out of 14 pages .  I don't see any settings on my iPod and can't find settings on the printer .   Can someone help with this

    I'm using my iPod and an Epson XP-810 printer to print pages from websites and emails and etc. 
    How do I print just 1 page out of 14 pages . 
    I don't see any settings on my iPod and can't find settings on the printer .  
    Can someone help with this problem

    Google show that you have to cut what you want to print and then paste it into a new app and print from that app.
    http://www.ipadforums.net/new-member-introductions-site-assistance/63145-printin g-one-page-ipad-2-a.html

  • My ipod touch 1st gen has gone into recovery and wont restore because of a error 1 or something like that can someone help me quick this ipod is my little cousins and i dont want her mum to find out what happend

    my ipod touch 1st gen has gone into recovery and wont restore because of a error 1 or something like that can someone help me quick this ipod is my little cousins and i dont want her mum to find out what happend

    I have not seen a solution for error (1)
    make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Can someone help with some coding on a muse HTML page that exported incorrectly?

    I run an NGO called warriors organization. It's an NGO trying to protect indigenous cultures in tanzania from loosing their cultures.. Our president is running a marathon In a week to raise money to build a school for maasai children.. and the marathon page got garbled on export from muse. Can someone help with recoding that page? I'm traveling and don't have the muse work file with me.. Any help is greatly appreciated.. Take a look at http://warriorsorganization.org/marathon.html. I have a screen shot of how the page should look. Contact me at [email protected]
    Thank you,
    Aric

    1. yes
    2. yes
    3. No. DVD players can't play BluRay discs -- even if they are burned to a DVD disc.
    4. 1080p50 is a perfectly legitimate mode for shooting, particularly if you're shooting video with a lot of action, since it has double the actual frames of 1080i50. However, your output video may or may not actually have 50p frames (or even be 1920x1080), depending on what form of media you're publishing as. The BluRay files that Premiere Elements outputs, for instance are 50i.

  • Hi guys can someone help with a query regarding the 'podcast app' why do they not have all the episodes that relate to one show available why only half or a selected amount

    Hi guys can someone help with a query regarding the 'podcast app' why do they not have all the episodes that relate to one show available why only half or a selected amount

    THanks...but some days they have all the episodes right back to the very first show...ive downloaded a few but they are only available every now and then which makes no sense...why not have them available the whole time ??

  • Background image seems to be applied twice Can someone help with this CSS issue....

    Can someone help with this CSS issue....
    http://66.162.81.144/cms400min/default.aspx
    If you view the main page you will see that our background is
    2 shades of
    orange.. if you look at the line that divides those colors to
    the right and
    left you wil notice that the line is higher
    if you notice that it seems that there is another background
    on top of the
    first one..its the only thing i can think of..
    the only place where the image is being referenced is in this
    CSS style
    html, body
    min-height:100%;
    margin-bottom:1px;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Is there something wrong with the above CSS that could or
    would cause this?
    is it because im applying the image to both the HTML and
    BODY?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    You've attached the background to both the html and the body.
    I would do this:
    html, body {
    min-height:100%;
    margin-bottom:1px;
    body{
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Having said that the image doesn't look any higher on the
    right than the
    left to me in Firefox. Is it just an optical illusion?
    Daniel wrote:
    > Can someone help with this CSS issue....
    >
    >
    http://66.162.81.144/cms400min/default.aspx
    >
    > If you view the main page you will see that our
    background is 2 shades of
    > orange.. if you look at the line that divides those
    colors to the right and
    > left you wil notice that the line is higher
    >
    > if you notice that it seems that there is another
    background on top of the
    > first one..its the only thing i can think of..
    >
    > the only place where the image is being referenced is in
    this CSS style
    >
    > html, body
    >
    > {
    >
    > min-height:100%;
    >
    > margin-bottom:1px;
    >
    > text-align:center;
    >
    > background-repeat:no-repeat;
    >
    > background-image:url(images/Background-Color2.jpg);
    >
    > background-color:#F74902;
    >
    > background-position:center;
    >
    > background-attachment:fixed;
    >
    >
    > }
    >
    > Is there something wrong with the above CSS that could
    or would cause this?
    > is it because im applying the image to both the HTML and
    BODY?
    >

  • I need help to activate my iphone 5s. am stuck on the activation page. can someone help with with the icloud activation bypass? how do i even go about it?

    i need help to activate my iphone 5s. am stuck on the activation page. can someone help with with the icloud activation bypass? how do i even go about it?

    You must put in the required information. If you do not have it, you must get it from the original owner of the phone. If you have forgotten your iCloud password, you can reset it at:
    https://iforgot.apple.com/password/verify/appleid
    There is no such thing as an activation "bypass". Activation Lock is a security feature. It wouldn't be that secure is you could bypass it, wouldn't it?

  • Can someone help with Error 4280?

    Hi-
    I am getting Error Code 4280 every time I try to burn a cd. Can someone help me get past this?
    John
    Here are my diagnostics:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Computer Corporation Dimension 2400
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: Pfc (2.5.0.204), PxHelp20 (2.0.0.0), Cdr4_xp (5.3.4.21),
    UpperFilters: pwd_2k (5.3.4.59), Cdralw2k (5.3.4.21), GEARAspiWDM (2.0.4.3),
    Video Driver: Intel(R) 82845G/GL/GE/PE/GV Graphics Controller\Intel(R) 82845G /GL/GE/PE/GV Controller
    IDE\DiskWDCWD2500JB-00GVA0____________________08.02D08, Bus Type ATA, Bus Address [1,0]
    IDE\DiskWDCWD800BB-75CAA0_____________________16.06V16, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomHL-DT-STDVD-ROM_GDR8162B_______________0015___, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomNEC_CD-RW_NR-9300A_____________________105B___, Bus Type ATA, Bus Address [1,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    D: HL-DT-ST DVD-ROM GDR8162B, Rev 0015
    Drive is empty.
    E: _NEC CD-RW NR-9300A, Rev 105B
    Media in drive is blank.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 24 32 40 48.
    The drive CDRW speeds are: 4 8 16 24.
    The last failed audio CD burn had error code 4280(0x000010b8). It happened on drive E: _NEC CD-RW NR-9300A on CDR media at speed 48X.

    Hi JKost,
    This error is usually a "Optical Power Calibration error" and can be caused by software conflicts, a firmware that needs to be updated, or a blank CD that the drive cannot read/write too (Not all drives are compatible with all brands of blank CDs sad to say)
    I tried to look for your exact CD burning model on the dell site for a "Dimension 2400" but didn't see an exact model matching "NEC CD-RW NR-9300A" so if it is a burner that came with the PC when you bought it, you will have to goto the dell site www.dell.com to download the correct firmware update. If its one you had installed after you bought the PC, then goto the NEC site for the update www.NEC.com

  • Can Someone help with SQL for update ?

    Hi,
    can someone help me with this code
    2 tables.
    table 1 = User_master
    table 2 = update_users
    I need to update user_master like so...
    update user_master
    set status = 'I'
    where user_id IN ()
    problem is I have to over 10k user_id to update.
    So created new table called update_users and imported all user_id's into that table.
    How can I read all user_id's from that table, then update user_master status column for all
    users id's found in update_users ?
    I already tried this...
    update p.user_id from user_master p
    set status = 'I'
    where user_id = (select user_id from update_users where p.user_id=user_id)
    It did not work -
    ERROR at line 2:
    ORA-01427: single-row subquery returns more than one row
    Thanks,

    There are no duplicates. Each user_id is unique.Are you sure? the error message indicates otherwise. You might see if the following query returns any rows;
    select user_id, count(*)
    from update_users
    group by user_id
    having count(*) > 1;Also, you might want to post the exact statement that you used to generate the error. The statement that you posted raises an error de to the syntax;
    update p.user_id from user_master p
    set status = 'I'
    where user_id = (select user_id
                     from update_users
                     where p.user_id = user_id)
    ORA-00971: missing SET keywordPerhaps you ran something like;
    select * from user_master;
       USER_ID STATUS
             1 A
             2 A
             3 A
    select * from update_users;
       USER_ID
             1
             2
    update user_master p
    set status = 'I'
    where user_id = (select user_id
                     from update_users
                     where p.user_id = user_id);
    2 rows updated
    select * from user_master;
       USER_ID STATUS
             1 I
             2 I
             3 A

  • Can someone help with auto-size fields in forms?

    I created a form in Acrobat for my team members with auto-size text fields that allow to shrink the text when the field size is not large enough to show the entire text. When I then open the same form file with Adobe Reader on my machine with text that has shrunk in some field, I can see all the text and have also a scroll function when the text size has reached its lower limits and there is still more text to show.
    However, when I receive the filled out forms back from other team members' iPads (they use my template created with Acrobat), the text didn't shrink as on a PC version and the scroll function is disabled. I checked the template and the fields are correctly set to auto-size left and they do work on my PC's and laptop's Adobe Reader. But the iPad version of Adobe Reader may cause some issues.
    Can anybody help with solutions?
    Thank you!
    Klaus

    The filled version of your PDF document (20140722 Daily Meeting Report...pdf) is no longer a PDF form because it has been flattened.
    Once an interactive PDF form (such as your template version) is flattened, all form fields are replaced with images of filled data.  You can no longer interact with form fields, edit form data, or tap/click any buttons in the flattened PDF document.  That is the reason why the text in auto-size text fields did not shrink.
    When you email a PDF document (including a PDF form) in Adobe Reader for iOS, the E-mail Document dialog is displayed.
    In this particular case, your team member must have selected "Share Flattened Copy".
    If you would like to keep the interactivity of a PDF form, you can select "Share Original Document".  Please advise your team members to select the "Share Original Document" option when emailing filled forms.
    Unfortunately, once flattened, a PDF document cannot be reverted back to the original "unflattened" state.  However, if your team members still have the original filled forms, they can resend the forms with the "Share Original Document" option.
    Please let us know if you have further questions.

  • Can someone help with a system log error?

    Nov 3 05:03:20 static-host servermgrd: servermgr_dns: gethostbyaddr() and reverse DNS name do not match (static-host.sme != static-host.SME), various services may not function properly - use changeip to repair and/or correct DNS
    I get this every 30 minutes. After about 8+ hours the server becomes un-responsive.I am not sure if this is realated to the error above or not.
    Can someone help a 10.4.8 server admin who doesn't know much?!

    Check your DNS settings as it looks like a DNS problem.
    You can use the host or the dig commands for troubleshooting.
    Something like host static-host is a good starting point.
    Mihalis.

  • While trying to down load the current update to Itunes i get the message "Older version of Bonjour can not be removed" and Itunes gets interrupted and wont finish update. Can someone help with this??\

    while trying to install latest itunes version i get this message "Older version of Bonjour can not be removed" and the download gets interrupted and doesnt finish. Can someone help?????

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Can someone help with a playlist

    I am a newbie to iTunes. I used iTunes 10.6 to develop a playlist for an iPod I keep in my car. I recently tried to modify the playlist. By this time I had upgraded to version 11. When I look at the playlist there are checkboxes to the left of each songs title  Playlist has about 800  songs and about 400 of them are checked. I don’t know what this checkbox is. If I missed it in a tutorial I apologize. But can someone please tell me what these checkboxes and check marks mean?? I’m afraid that if I try to delete a song I might delete all the songs that are checked!! I would appreciate any help.

    You can restore much of the look & feel of the previous version with these shortcuts:
    ALT to temporarily display the menu bar
    CTRL+B to show or hide the menu bar
    CTRL+S to show or hide the sidebar
    CTRL+/ to show or hide the status bar (won't hide for me on Win XP)
    Click the magnifying glass top right and untick Search Entire Library to restore the old search behaviour
    Use View > Hide <Media Kind> in the cloud or Edit > Preferences > Store and untick Show iTunes in the cloud purchases to hide the cloud items. The second method eliminates the cloud status column (and may let iTunes start up more quickly)
    If you don't like having different coloured background & text in the Album view use Edit > Preferences > General and untick Use custom colours for open albums, movies, etc.
    If you still feel the need to roll back to iTunes 10.7 first download a copy of the 32 bit installer or 64 bit installer as appropriate, uninstall iTunes and supporting software, i.e. Apple Application Support & Apple Mobile Device Support. Reboot. Restore the pre-upgrade version of your library database as per the diagram below, then install iTunes 10.7.
    See iTunes Folder Watch for a tool to scan the media folder and catch up with any changes made since the backup file was created.
    If you have issues with multiple album or artist listings in iTunes or on the iPod see Grouping tracks into albums.
    tt2

  • Can someone help with this stuppid Media Encoder?!

    I'm tired of reading hunderts of topics. Can someone please tell me why the Media Encoder is not encoding at all. I've tried everything, but my progressbar always shows loading 00:00:00.
    That is not normal. I'm sick of using expensive software, full of bugs. Would someone from the support explain why is this happening and what should be done.
    I read a lot about this topic and there are no good replies on it.
    The system i'm using is:
    Intel Quad Q9550 2.88Ghz
    8Gbs of Ram
    GeForce 9600 GT
    The encoder is a stuppid program with one single stuppid purpose - encoding. When the encoding is not working, the whole CS 4 Studio is useless!
    I, like many others, i'm having serious problems while working on big projects and now of course i should see why the software becomes so buggy instead of doing my job.
    PLEASE HELP AS SOON AS YOU CAN!!!!

    If people have these problems, usually it is caused by:
    1. Incorrect system or lacking setup
    2. Heavy pollution and / or corruption
    3. Operator error
    1 is solved easily, 2 requires a reformat/reinstallation and 3 is very difficult to correct.
    To which category do you belong? 2 or 3?

Maybe you are looking for