View Single Post
Old 11th September 2019, 17:17   #5  |  Link
Stereodude
Registered User
 
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
Quote:
Originally Posted by kolamorx View Post
Which tool can do it?
Like this for a simple wmv with one audio and video track:

ffmpeg.exe -i "source.wmv" -c:v copy -c:a copy "output.mkv"

Keep in mind the audio and video codecs in the resulting .mkv are still the same as the source .wmv. This conversion may not help you play the file on some device / software if that's what you're trying to do with this "conversion".

Last edited by Stereodude; 11th September 2019 at 17:20.
Stereodude is offline   Reply With Quote