Log in

View Full Version : wmv -> mkv


slipknot!
19th January 2010, 08:02
I always used mkvtoolnix to mux tracks into mkv. But this time it says that it's incompatible with *.wmv.
How can I demux audio/video from *.wmv container and then mux it into *.mkv? Which software should I use?

roozhou
19th January 2010, 09:31
ffmpeg will do this for you

ffmpeg -i xxx.wmv -vcodec copy -acodec copy xxx.mkv

sekininsha
19th January 2010, 13:00
Use Haali's GDSMUX.EXE to create a .mkv directly

http://haali.net/mkv/

slipknot!
20th January 2010, 02:06
roozhou, going to try this method now. Just in case if I'll need it later.
sekininsha, it works perfectly, thank you!