Convert an avi file (IV50 codec) to a Quicktime file

12,002

Solution 1

ffmpeg and MEncoder (comes with Mplayer) are probably the two most comprehensive video conversion/decoding/encoding tools available. I'd suggest giving them a try.

I think MEncoder may utilise codecs on the system [not certain about this], so I would try doing the conversion on a windows PC that is capable of playing them as that way you know you have a valid codec for the format.

Solution 2

Try this website and click on convert tab on the left side.... and select your avi file and then choose a output formate "mov" which is a Quicktime media file format.... hope this tip will be working for you... Freefileconvert

Share:
12,002

Related videos on Youtube

roflwaffle
Author by

roflwaffle

Updated on September 17, 2022

Comments

  • roflwaffle
    roflwaffle almost 2 years

    I found this old CD of video clips that are all .avi files, I've found out the codec is IV50 (Indeo v5). They won't open in VLC in Mac OS X but do open in WMP9 on my Windows machine. Does anyone know of a converter program that supports converting from IV50 to some usable Quicktime format (hopefully MPEG4)?

    UPDATE: Thanks for the answers, I looked into ffmpeg and it looks like it will be useful in the future if I need to do anything else with video. The solution I ended up going with was importing the clips into, of all things, Windows Movie Maker and exporting with a usable codec.

  • Badaro
    Badaro almost 15 years
    ffmpeg does not use the codecs in the OS, and I know from previous experience it doesn't support IV50. Not sure about mencoder though.
  • Vince V.
    Vince V. almost 15 years
    @Badaro: Thanks, I've updated with your new info. Post back if you get it working so we can come up with a definitive answer for future reference.
  • Badaro
    Badaro almost 15 years
    YMMV, but I did a quick test, and while mplayer/mencoder can play the file using the installed DirectShow codec, my attempts to convert an IV50 file to another format using it resulted in a corrupted file.
  • Vince V.
    Vince V. almost 15 years
    I would guess that if MPlayer can play the file it is almost certainly possible to convert it. What command line are you using?
  • Badaro
    Badaro almost 15 years
    It converts the file but the output doesn't play properly. Here's a commandline I tested: mencoder -oac lavc -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=300:vpass=1 output_xvid.avi -o sample_teste.avi