Another thing to mention:
Renaming a file extension DOES NOT FUNDAMENTALLY CHANGE THE FILE!
A file extension is just a call name (if you will), a clue to the operating system as to how to best approach opening or launching that particular file. For example, if I go into avidemux and create a new avi file, I can name it three different ways:
Code:
testvideo
testvideo.avi
testvideo.mpg
All three files are truly an avi file! But they are
temporarily perceived as a data fragment, an avi, and an mpeg, respectively.
If what you were talking about in the first post was really THIS ...
I want to know how to convert an .mp3 into a .wav.
I want to know how to convert an .avi into an .mkv.
I want to know how to convert something encoded in DivX to something encoded in WMV9.
... then the answer is
not what I posted above, and is instead this:
You need to get some software. Because what you're then talking about is converting
file types (rather than file extensions), and that's a little more heavy-duty. Before I write any more, I'll wait for confirmation as to what, exactly, it is that you were hoping to do.