how to convert avi file to mov file

any suggestion or recommended article or document is welcome, thanks

i will do such project in c#




Answer this question

how to convert avi file to mov file

  • Geert V

    www.codeproject.com
  • Hubert_K

    Hi,

     

    Not sure how you would convert a file programmatically in C# but;

     

    I would suggest using some other program like

      

    mencoder (http://www.mplayerhq.hu/)

    Many many options for converting between all sorts of video flies, not the most straightforward to use though but it does seem to have extensive documentation (http://www.mplayerhq.hu/DOCS/HTML/en/index.html). Not used it personally so this isn’t a recommendation but it seems to the sort of thing you could use.

     

    Then use Process.Start to invoke the utility to run the conversion for you.

     

    Hope that helps.


  • Gabi-XDS

    mov == quicktime. That means that this:

    http://www.google.com.au/search hl=en&q=C%23+quicktime&meta=

    is your best source of info.



  • NateF

    thank u so much, but i still have no idea how to convert in program

    i know such format, but due to i never touch this topic before, anybody can help



  • Joachim

    Hi,

    Do you need to convert avi file only to mov or you can convert to any other file

    Thank you,
    Bhanu.



  • how to convert avi file to mov file