On 1 May 2012, at 16:52, Mark Knecht wrote:

> I'm looking around on the web for ways to convert wmv files to mp4. So
> far the most common solution seems to be ffmpeg but when I try that it
> doesn't seem to understand the video files. The most common type of
> comment people give is that this should be straight forward if 32-bit
> codecs are installed. I'm running 64-bit and don't see what flags I
> might need to set to get that?

It's worth telling us *why* you want to do this. It may be better if you can 
avoid this conversion.

.mp4 is a container format and wikipedia tells me that WMV is a codec, but that 
.wmv files are usually WMV codec wrapped in an ASF container.

Since .mp4 video most always means h264 encoding, this means slow and dirty 
transcoding, which will inherently cause loss of video quality. You want to 
avoid transcoding if you can.

http://html5.xoofoo.org/video.html
http://en.wikipedia.org/wiki/Windows_Media_Video

Stroller.


Reply via email to