MTS WMV
File conversion

Convert MTS to WMV

Convert now
QUICK ANSWER
Is it possible to convert MTS to WMV?
Yes - MTS converts to WMV.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

Upload your .mts file to the converter above for the fastest result - it is free and your file is deleted after converting. You can also use VLC (free): open Media > Convert/Save, pick the WMV + WMA profile, and export. Either way, keep your original MTS files because the re-encode to WMV is lossy.

8 programs
Also to WMV: WP3 · 3GPP · MPEG

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
MTS → WMV converterFREE
Drop a .MTS file here
or pick one - we convert it to .WMV and give you the file to download

Why convert MTS to WMV?

MTS is an AVCHD camcorder format that older Windows tools - Windows Movie Maker, certain corporate players, and legacy Windows-only devices - often cannot open directly. .WMV has historically been the native video format in those workflows, making it the required delivery format in some enterprise and broadcast environments. MP4 is a better long-term choice for general use, but when WMV is specifically required these tools handle the job reliably.

How to convert MTS to WMV

VLC media player FREE

Open Media > Convert/Save, add your .mts file, choose the Video - WMV + WMA (ASF) profile, set a .wmv destination, and click Start.

Freemake Video Converter FREE

Add your .mts file, click the WMV output button, choose a preset, and convert.

Command line - FFmpeg CLI

Run ffmpeg -i input.mts -c:v wmv2 -b:v 4000k -c:a wmav2 output.wmv to convert in one step.

Programs that convert MTS

About these formats

Quality & what to watch

  • MTS-to-WMV always re-encodes the H.264 video as VC-1, causing some quality loss - keep your original .mts files.
  • AVCHD camcorders often record 1080i (interlaced); if motion looks blurry, enable deinterlacing in VLC (Video > Deinterlace > On) or add -vf yadif in FFmpeg.
  • WMV does not play on iOS, Android, or most smart TVs without extra apps - if WMV is not strictly required, MP4 gives wider compatibility.

Frequently asked questions

Is MTS to WMV conversion free?
Yes - the converter above, VLC, and FFmpeg are all free and convert without watermarks or time limits.
Will quality drop when converting MTS to WMV?
Yes, some quality loss is unavoidable because the H.264 video is decoded and re-encoded as VC-1/WMV. Set a higher bitrate (4000k or above for 1080p) to minimise the difference.
My WMV has no audio after converting with VLC - what went wrong?
Check that the conversion profile includes a WMA audio codec; if you customised the profile, re-enable the audio track in the profile editor.
My camcorder split the recording into multiple MTS files - do I need to merge them first?
You can convert each clip separately and join them later, or use FFmpeg's concat demuxer to merge and convert in a single pass.