Wednesday, September 14, 2011

ffmpeg conversion from MOV to WMV

here some very simple demo command for transcoding a MOV to WMV:
> ffmpeg -i c:\input.mov -f asf -vcodec wmv2 -acodec wmav2 c:\output.wmv

2 comments:

  1. Thanks for the tip! Helped a great deal.

    ReplyDelete
  2. I use a software called iDealshare VideoGo to convert my .mov files to avi or wmv

    I prefer it for it support batch conversion and also can convert mov with no quality loss.

    Here is the step by step guide on how to convert mov to wmv, avi

    The only pity is that it is not totally free. Anyway, i think it is worthy, for it can also convert avi or wmv to mov, mp4 or convert mov to mp4, mkv, mpg, flv etc format.

    Hope it is what you are looking for.

    Read more: http://www.idealshare.net/video-converter/convert-mov-to-wmv.html

    ReplyDelete