What kind of movie files should I download?

I've been trying to download mp4 and avi. movies into my 30GB iPod, and that's not worked.
The I tunes will convert the movies, hold them and play them, but whenever I plug the ipod in it won't copy because the file type is not supported by the iPod.
what can I do or what different kind of file should I download?

iMovie is a Mac only app and you won't find answers in these Discussions pages.
Use the iPod Discussions pages:
http://discussions.apple.com/category.jspa?categoryID=146

Similar Messages

  • What kind of video file should I import to FCP?

    I am trying to digitize some footage into FCP but for some reason I'm getting a weird error where, during import, the tape keeps rolling and the sound keeps coming but the picture freezes for a few seconds and then "jump cuts" to where the tape is and resumes importing. I tried different decks, restarting, different scratch disks, etc. but nothing worked.
    The only thing that did work is that I tried to import it into iMovie and it worked flawlessly. The problem is I now have to export this footage into something that FCP can import. Does anyone know the best format to export raw iMovie footage so that it's maximized in FCP? I have QT Pro so I can export to almost anything.
    Thanks in advance.
    G5   Mac OS X (10.4.9)  

    Use animation = non-compressed.
    No...don't do that. The result will be a HUGE file that will require a fast raid array to play in real time. Overkill.
    DV/DVCPRO-NTSC is what you should choose. But that is just a stop-gap measure. You need to figure out what is up with this.
    The first thing to do when FCP acts up is to trash your preferences. FCP Rescue does this for you automatically (OK, you have to press the TRASH button)..and it free. Quit FCP, trash prefs, launch FCP.
    Shane

  • What kind of music file to use when you download

    I just got my Video Ipod and i do not know what kind of music file i am using to download my music. i know thereis aac, mps, wave, and all different kinds. i do not know how to change which one i am using. i assume it already is set to aac???please help

    To check and change the format iTunes will import music into, follow the first two instructions in this article. Music purchased from the iTunes music store will not be converted.
    (10299)

  • What kind of blank discs should I use on my macbook?

    What kind of blank discs should I use on my macbook?

    cd-r - for burning audio and MP3 cd's for playback on stereos via iTunes and storing under 700MB in files.
    dvd-r - for burning data dvd's and movies to 4.5GB
    dvd-r ds - dual sided for 9GB
    dvd-r dl - for dual layer on one side about 9GB total, good for making copies of OS X install disks
    dvd-r dl ds  - dual layer double sided for about 18GB total
    then there is blueray dvd's but that requires a external burner and special disks for even larger amounts of data.
    If you see "+" instead of "-" like cd+r, it's a differnet format on the disk, but most all new modern machines can read/burn either now.
    Older machines might only be "-" or "+" with "-" being the most commonly used.

  • HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

    Well this morning I woke up to see that my site hosted on Windows Azure was producing 50X errors and in general being incredibly slow (up to 60 seconds response time).
    Now after looking through the DetailedErrors folder I see that the error received is:
    HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
    I tried creating a new test website and host it and guess what? I receive the exact same error here as well.
    What could be causing this?

    hi,
    Do you use windows azure website in Europe ? According to azure dashboard shown,
    Some customers may experience intermittent time out errors or slow response when accessing their web sites. Please see this image: 
    And now, you could try it again.
    If I misunderstand, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What kind of graphics card should i get to run final cut pro x on my 2008 mac pro?

    What kind of graphics card should i get to run final cut pro x on my 2008 mac pro?

    Hello Andres. I own an Early Mac Pro 2008, and have had the blessing of using both FCP X & Motion 5 for some time now. This is a pritty open question and it depends on your usage and the throughput nessesary to handle your work load. I can share what my set up is, & it may help you deside if this is enough power for you or help you move in another direction. Keep in mind that the buss speed and cpu are a big part of helping FCP X more so than the video card, although the video card does come into play here as well. Now if you are wanting to run Motion 5 as well, the video card is Almost Everything, and you need the biggest and best situation here that the throughput on this system will except. I'm running 14 gig of system ram, and the video card is an ATI Radeon 5870. For FCP X, running 1920x1280p footage optimised in pro-res 422, she can move along with some render time nessesary when dropping on the timeline, also filters, transistions, titles ex, have a bit of a laps time to render, but then she runs ok. This wait is not as much of a challenge with this set up as with Motion. I need a much bigger gpu on the video card for this app. Not sure if this computers throughput is really worth the upgrade. Beleive this though, Motion is demanding on using ALL you can give it. It is a Genious App, and it also calls for ALL THE POWER YOU CAN GIVE HER IN A VIDEO CARD. Conclution: if you are just starting which it sounds like, even a smaller video card than this can work For FCP X. Make sure you have at least 8 gig of cpu ram. 12 or more will help here. Also make sure the card is OpenCL compadible.....& this is in the thread above,,,,,,,,

  • What kind of version checking should be done for applications using SQLDBC

    Hi,
    This query is regarding the kind of version checking that an application should do.
    Currently I am building my application in MaxDB version of 7.6.05.09, which is the community edition available on the sdn download site currently, this will change to the enterprise edition once we have finalized everything in terms of code and packging etc....
    Now when the application is shipped to customer site, what kind of version checking should the application do to ensure that the version of library/kernel/client/sdk it has been built with is consistent with the one that is installed at the customer site.
    From what i see SQLDBC exposes the following method for getting version related information.
    char * SQLDBC_Environment_getLibraryVersion(SQLDBC_Environment* hdl);
    char *getSDKVersion();
    SQLDBC_Int4 SQLDBC_Statement_getKernelVersion(SQLDBC_Statement* hdl); (Note: Wondering why should a handle to SQLDBC_Statement be needed to find the Kernel version)
    Just to give you little more hint of what i am talking about, for MySQL database we use the functions
    mysql_get_client_version and mysql_get_server_version and check that the values returned by these functions are less than the value which was used at build time.
    Regards
    Raja

    Hello Raja
    From the documentation:
    const char* SQLDBC::SQLDBC_Environment::getLibraryVersion ()   
    Returns the version of used SQLDBC runtime.
    This is the version of the used SQLDBC library. The version of the loaded
    runtime may differ from the version inidacted in the used header. It is our
    aim that newer versions of the runtime will run with old applications without
    the need to be re-compiling.
    Therefore, for compatibility checks, use getLibraryVersion.
    getKernelVersion is also available from the connection:
    SQLDBC_Connection::getKernelVersion()
    Regards  Thomas

  • What kind of external drive should I get for my macbook pro for backups etc

    what kind of external drive should I get for my macbook pro for backups and storage

    Hi, i have a Mercury Elite-AL Pro from OWC, www.otherworldcomputung.com
    this is the one;
    http://eshop.macsales.com/item/Other%20World%20Computing/MEAQ7S1TB32M/
    have had this for over two years, moved around a lot with the drive, ( to date ) no problems, they have good after sales support; give them a call if you need info.
    There are a lot of drives out there as others here will let you know, there are good NAME drives but they also fail, POPULAR drives also fail, select the one you are happy with for your system and how you plan to use.
    i suggest if $ is not a problem get a big drive you will find someting to put on it and is better.
    hope this helps.

  • Which files should I download from Marketplace for IDES installation

    Hi,
    I found the IDES installation files in the path below on Marketplace
    Installations and Upgrades  -  Entry by Application Group  -  SAP Application Components  -  SAP ERP - SAP ERP 6.0
    IDES Version -> Windows Server -> oralce
    There are many files in this package.
    Which files should I download for IDES installation ?
    Thanks a lot!
    BR

    Hi ,
    I got the following list:
    which ones should I download? I am using windows server 2008 on Intel X86 platform, I'd like to use oralce as database for IDES installation.
    Thanks a lot!
    EXE 51031678_1 ORACLE RDBMS 10.2 Windows 1 of 5
    RAR 51031678_2 ORACLE RDBMS 10.2 Windows 2 of 5
    RAR 51031678_3 ORACLE RDBMS 10.2 Windows 3 of 5
    RAR 51031678_4 ORACLE RDBMS 10.2 Windows 4 of 5
    RAR 51031678_5 ORACLE RDBMS 10.2 Windows 5 of 5
    ZIP 51033272 ORACLE 10.2 Client
    ZIP 51033508_15 NW 7.0 SR3 UC-Kernel 7.00 Windows Server on x64 64bit  Info
    ZIP 51033508_16 NW 7.0 SR3 UC-Kernel 7.00 Wind. Server on x64 64bit Upg ABAP
    ZIP 51033508_7 NW 7.0 SR3 Kernel 7.00 Windows Server on x64 64bit
    ZIP 51033508_8 NW 7.0 SR3 Kernel 7.00 Windows Server on x64 64bit Upg ABAP
    EXE 51033513_1 NW 7.0 SR3 SP14 Java based SW Comp. 1 of 4
    RAR 51033513_2 NW 7.0 SR3 SP14 Java based SW Comp. 2 of 4
    RAR 51033513_3 NW 7.0 SR3 SP14 Java based SW Comp. 3 of 4
    RAR 51033513_4 NW 7.0 SR3 SP14 Java based SW Comp. 4 of 4
    ZIP 51033525 SAP ERP 6.0 SR3 Components
    ZIP 51033526 BS 2005 SR3 Java Components
    EXE 51034985_1 IDES SAP ERP 6.0 SR3 Inst. Export 1 of 23
    RAR 51034985_2 IDES SAP ERP 6.0 SR3 Inst. Export 2 of 23
    RAR 51034985_23 IDES SAP ERP 6.0 SR3 Inst. Export 23 of 23
    ZIP 51034992_13 ERP 6.0 SR3 IDES Inst. Master Windows Server on x64 64 bit
    ZIP 51036971_1 ORACLE RDBMS Patch 10.2.0.4 TRU64 64bit
    ZIP 51036971_4 ORACLE RDBMS Patch 10.2.0.4 Windows Server on x64 64bit
    ZIP 51036975 ORACLE 10.2.0.4 Failsafe Server 3.4.1.5 Windows 2008
    Edited by: Frank Zhou on Jul 16, 2010 8:14 AM

  • I need in Formula Node to assign to the variable value 4000000000!!! What kind of variable it should be???

    i've just tryed to write unsigned in32, but it does not understand 'unsogned'... But i need variable to be unsigned, because the max value = 4000000000... So, how can i solve this probleme???

    Hi,
    I don't see exactly what you're trying to do here.
    Where do you want to assign the variable 4000000000 to? If you want it as an
    input, just use a dbl, with only zeros behind the coma.
    Note that an integer is a number without any decimals. An integer in LabVIEW
    is this, but with an extra limitation that it can only be 32 bits... So a
    dbl can be an integer.
    If the input dbl is not an integer, use round, round to -inf or round to
    +inf to make it one. This can also be done if the output needs to be an
    integer.Inside the formula node floor(x), int(x), intrz(x) or ceil(x) can be
    used to make integers.
    I hope this is what you mean... I can't see any problems doing this.
    Regards,
    Wiebe.
    "DrON" wrote in message
    news:506500000008000000E
    [email protected]..
    > I need in Formula Node to assign to the variable value 4000000000!!!
    > What kind of variable it should be???
    >
    > i've just tryed to write unsigned in32, but it does not understand
    > 'unsogned'... But i need variable to be unsigned, because the max
    > value = 4000000000... So, how can i solve this probleme???

  • What types of movie files are accepted on the ipad2?

    I am trying to trsnsfer movies to my itunes in order to transfer them onto my ipad2.
    But when I look for the movies on my itunes I don't see any listed.
    What types of movie file formats are accepted to transfer to the ipad2?

    The Videos app supports these formats (from http://www.apple.com/ipad/specs/) :
    Video formats supported: H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    If you can't get them into your computer's iTunes then there are programs such as Handbrake (http://handbrake.fr) which might be able to convert them. If you can get them into your computer's iTunes but they then won't sync to the iPad, then you could try doing Advanced > Create iPad Version and see if that version syncs over.

  • HT3500 i just want to connect with hp printer what kind of wire i should use

    i just want to connect with hp printer what kind of wire i should use

    Is your HP printer wireless? If so, no wire.
    If it isn't plug it in using the cable it came with. Simple.

  • Which files should I download from edelivery?

    Hi all, I am new to Oracel E-business Suit, I found there are a lot of file of Oracle E-Business Suite Applications Release 12.0 Media Pack v3 for Microsoft Windows on edelivery, can you tell me for a minimal and functional installation, which files should I download.

    You need to download the first 25 files ..
    From:
    Oracle Applications Release 12.0 Rapid Install Start Here (Part 1 of 5) - B42431-01
    To:
    Oracle Applications Release 12.0 for Microsoft Windows Rapid Install APPL_TOP - Disk 1 (Part 3 of 3) - V10281-01

  • When you try downloading a movie from the internet whick movie file can you download

    which file do you burn to burn a dvd

    when you try downloading a movie from the internet whick movie file can you download
    Depends on the web site. The site programmer can decide whether or on a file can be downloaded/can be saved to your computer. If he/she does not allow you to do this, then your can't download/save anything to your local computer.
    which file do you burn to burn a dvd
    Depends on the type of DVD you are making and how you plan to play the file. For instance, you can "author" the file so it can be played on a commercial DVD player connected directly to your TV or using a DVD media player on your computer. On the other hand, you could also burn the file to a DVD as a data file which can then be copied to a computer and played in a general video media player like QT. You could also burn the video as a data file to a DVD for playback directly from the DVD in a general media player like QT but then you would have to specifically encode the video for CD/DVD playback.
    Suggest you do a little research on the internet to discover the options available to you so you can better decide which work flow best meets your DVD burning requirements.

  • HT1382 what kind of format is my song downloads in

    what kind of format is my song downloads in

    Music downloads from the iTunes store will be in .AAC format

Maybe you are looking for