INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: jantypas on June 22, 2004, 09:39:41 pm
-
I'm trying to come up with a playlist rule that (ideally) would do the following:
For every WMA file, if that file is WMA9, get its bitrate. Convert that file to WMA7 at that same bitrate.
I could do something like:
For every WMA file at a given bitrate (x), if it's wma9, convert it to bitrate(x) wma7
To do this:
a) I need a way to determine iif a wma file is WMA9 or WMA7
b) I need a way to say "Conver to same bitrate as source"
Any ideas?