• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Free Video Converter?

Assuming it's a newer .mov, it's probably just h.264 video and aac audio.

If you're running windows 7, just try windows live movie maker. Otherwise, you'll also want to make sure you have the appropriate directshow codecs installed. I like the k-lite full codec package. Then try the built-in Movie Maker.

If that doesn't work, you might try avisynth + windows media encoder (32-bit). Your avisynth script would just contain something like
Code:
 "DirectShowSource("c:\path\to\movie.mov");

If you don't care about it the result being .wmv, then just try avidemux.
 
Last edited:
Back
Top