Daniel
Admin
 Admin
| Posts: 44 |  |
|
Re:Convert avi to wmv - 2008/07/18 01:09
There are a lot of things that can go wrong.
avi is a generic container (you can stuff almost anything in it). In your previous post, you seem to be transcoding using wma as output (ie interested in audio streams transcoding). I don't recall if I tried to do this.
OTOH, trying to build the graph using graphedit is the way to go. If you can't have the graphedit app to process correctly. You're almost sure that the app won't work.
The "Unspecified error" is certainly not most useful but that's often the most info you'll get.
You should check the compatibility for the streams. For example, an avi with a mp3 audio stream will not transcode to wma without inserting filters to convert the mp3 stream to a wma stream (ie you need to transcode the container AND decompress and recompress the streams).
|