How can i make quicktime play avi. files?

pls..how can i make quicktime play avi. files? because i have some avi files on my ipod or data cd but i can't play them on my laptop. pls help me..
and also, im trying to make a music video but i dont how to select different clips from a movie.

Hello,
You can get from Microsoft, the flip4mac free player. Since Windows Media Player for Mac is no longer supported, this is the way to go.
http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx
In my opinion, it is by far the best solution for playing .avi or .wmv files, because you get all the advantages of Quicktime.
regards,
Jeff
PowerBook G4 15-inch Double-Layer SD (with lines) 1gb Mac OS X (10.4.6) 3G iPod, iPod Nano, 5G iPod

Similar Messages

  • When i try to upload a .mts file from my Sony camera to Premiere Pro CC it refuses to play the audio! Ofcourse i could convert every single clip but it takes tons of time. How can i make Pr play audio track properly?

    When i try to upload a .mts file from my Sony camera to Premiere Pro CC it refuses to play the audio! Ofcourse i could convert every single clip but it takes tons of time. How can i make Pr play audio track properly?

    Does it not play at all or cannot you get the audio in the timeline?
    Did you copy the entire card to the hdd and then imported the file via the Media Browser?
    Did you source patch the audio tracks?

  • How can i export a 24bit avi file from photoshop for mac?

    how can i export a 24bit avi file from photoshop for mac? i have a client that specificly needs the files to be avi and in 24bit what are the settings that i need to use to export the video using photoshop on a mac?

    Hello,
      To make a 24-bit AVI file in Photoshop, go to File>Export>Render Video. Then, under File Options, choose AVI from the Quicktime Export drop-down menu. Click the Settings button. Click the Settings button in the AVI Settings window. Change Compression to None, and then choose "Millions of Colors" from the Depth drop-down under Compression.
      The Millions of Colors option is for 24-bit video (8-bit R+G+B channels, 8x3=24). Millions of Colors+ is for 32-bit video (24-bit video plus an 8-bit alpha channel).
    -Brett

  • How can i make calculation in two file using two parameter

    how can i make calculation in two file using two parameter
    Solved!
    Go to Solution.

    i am having two differnt file, both file having no and time , i want to make programme that when, number and tiome is same in both file give that index onle  in , i am going to attached the file
    Attachments:
    iisc11-jan2010extract.txt ‏1253 KB
    sp3.xlsx ‏12 KB

  • How can i make sure the graphic file from my subcontract create is really llegal?

    how can i make sure the graphic file from my subcontract create is really llegal?
    They have creat the PNG file which creat from Adobe Illustrator CS5.
    I have try checking on Metadata In Adobe Bridge, and it seem to be blank.
    So i would likt to know how can i make sure the graphic file from my subcontract create is really llegal?
    Thanks

    I have try checking on Metadata In Adobe Bridge, and it seem to be blank.
    So i would likt to know how can i make sure the graphic file from my subcontract create is really llegal?
    shoo: if i had to do that for every file i get  i would go insane, as scott said, post contract: files that they (sub contractor) supply you, presume them ok unless you KNOW otherwise, or a copyright flag pops up contradicting ownership.
    G

  • How can I make Spotlight show the file path

    How can I make Spotlight show the file path in the Spotlight menu for selected file?

    Via Finder certainly, but not in the menu.  You can view the file path in the Spotlight search results display by pressing the ⌘ key (while hovering over a file in the results), though.  The path will display at the bottom of the Quick Look output, or cycle through that location.

  • How can I make a small swf file out of InDesign

    I have a 200 page book (PDF). I am trying to make a flip book to preview in web browser. How can I make a small swf file out of InDesign with the PDF I have?

    There is another point:
    if you are using JPEG images together with SWF as output file format, you could get smaller images by:
    1. using the Export For Web menu for generating size optimized JPEGs in PhotoShop opposed to Save As JPEG
    2. stripping all color management (ICC) information off the files (SWF is not very good in color management besides sRGB, I think…)
    Uwe

  • How can I make podcasts play continuously. And Why do I have to sign in to itunes twice every time I open it?

    How can I make podcasts play continuously. And Why do I have to sign in to itunes twice every time I open it?

    its really annoying since nobody uses my computer and its password protected.... But like sometimes it does happen where i have to put it in, and other times it doesn't

  • How can I make my Clock.swf file disappear?

    Hi,
    How can I make my Clock.swf file disappear? The following code works great for movie clips but throwing an error while using for .swf files.
    Introduction_mc.visible = false; >>> This code works fine
    Clock.swf.visible = false; >>>> This code throws an error (How to resolve this problem?)
    Please help.

    The easiest way is by targeting the Loader object.
    l.visible = false;
    or
    removeChild(l);
    will both work.  And you can make it visible again if need be using the opposite of those commands.

  • How can I make a CC Illustrator file open in CS6? Save as does not give an option to save as a CS6.

    How can I make a CC Illustrator file open in CS6? Save as does not give an option to save as a CS6.

  • HT201290 what can i use to play AVI files ?

    what can i use to play AVI files ?

    VideoLAN - Download official VLC media player for Mac OS X

  • Quicktime playing AVI files

    I have AVI files and quicktime cannot play these, can you please help me
    thanks

    The installers from these two sites work in QT 6 but many using QT 7 and Tiger report problems with them.
    DivX
    3ivx
    Some QT 7 users report success with this decompressor although it will not play all avi files.
    http://labs.divx.com/archives/000061.html
    If all you want is to play avi files (not transcode) you may do better with this freeware: VLC

  • How can i make hyperlink to local file for dowloading

    How can I make hyperlink to a local file for downloading it, it seams that only www links work in web Ui.
    Thanks

    If we assume that you have a LabVIEW application running on your cRIO that is exposing some data through web services, there are a couple of possibilities.
    You can create a web service call that returns the log data. In order for the browser to treat this as a file, you must set the correct content type in the http header. To do this you can't use the default form of data output. Instead you must create an "httpRequestID" input to your web service VI. With this you can call "Write Response.vi" to give the log data and "Set HTTP Header.vi" to specify the type (text/text probably works for a log). You can look at "examples\comm\webservices\address book\FindContacts.vi" to see an example of calling these 2 VIs. Once you create that web service entry point, you can set that as the URL of the hyperlink control and it should work.
    Another option is to have the cRIO application write to a log file that is under the root of the web server running on the machine. (This is the same place the xap for your Web UI Builder application is put.) This file could then be served up through the web server just like any other file.
    With either of these solutions there may be concerns about the browser caching results rather than requesting new content each time. There are additional values that can be set in the http headers with the first solution that can help with this, but I think there is still some variation between browsers.

  • How can i make QuickTime movie open a browser window?

    like title says, how can i accomplish this when i create/edit the QT movie?
    thanks!

    You set the "href" link or use the target=your URL in your page code.
    Quicktime 7 can also be used to set some movie proprieties to open the file in a new Player window.
    http://homepage.mac.com/kkirkster/03war/
    One of my files that uses the QuickTime Player app.
    If you wish to include a "link" inside your file to automatically open a new Web page when a certain frame of your movie is played you need to include a HREFTrack.
    This feature is currently "broken" in the Windows version of QT 7.
    Older versions still incorporate the href track properly/

  • How can I make an editable pdf file from Indesign?

    I have created a Indesign dealer catalog for my company and exported it into a interactive PDF for the Engineers to use when helping a customer with ordering. Now they would like to be able to edit the PDF with notes whenever they want. How can they do this?

    PDFs are not designed to be editable. Your engineers can make comments using Adobe Reader without any extra steps provided they use the highlight and sticky note comments. If you want them to have access to the full range of comment markup you will need to use Acrobat to apply extended rights to the file.

Maybe you are looking for

  • Zen Micro is

    After I formatted my hardri've, I am unable to re-install or find the original CD drivers for WinXP...where/how can I get these files so Napster can see my device?

  • Java Module in EAR results in DeploymentException

    I'm trying to deploy an ear containing ejb jar files, third-party jar files, and war files and I get the following error: <Oct 17, 2001 3:41:53 PM GMT-08:00> <Error> <Management> <Error initializing module log4j.jar of application mydomain:Name=front

  • Get Photoshop to open a SVG File?

    Is there a way to get Photoshop to open a SVG File? I know I can open it in Illustrator save as a EPS file then open into photoshop but I would prefer a quicker method than that work around. I found a Plug-In that will do this but it cost 99 for a ye

  • Security update 2014-002 and boot up time

    Hi all, After installing the Security Update 2014-002, my Mac Pro is taking over 10 minutes to start. I get a grey screen and eventually the Apple logo appears. I've unplugged everything from the computer and repair permissions already. I've tried to

  • Add user to role during reconciliation

    Hi, I have this scenario: We have a database resource on which we run reconciliation to link accounts to our users in IDM. I also have roles that contains this resource. When the reconciliation runs I would like to add the user to that role, instead