| Sign In/My Account | View Cart |
| Weblog: | MS DRM is pure smoke | |
| Subject: | re-encode == LOSS of quality | |
| Date: | 2003-07-15 16:10:16 | |
| From: | lucas_gonze | |
|
Response to: re-encode == LOSS of quality
|
||
|
There are two reasons to believe this isn't a lossy re-encoding. One, the way that WM9 works is that your code is inserted into a set of filters, and you have access to just about anything given that you insert yourself in the right spot. (That's based on limited understanding -- I'm a newbie with WM9 development). Two, WM9 DRM hackers are taking this seriously. So the most likely situation is that you can get access to highest-resolution bits available.
|
||
Showing messages 1 through 5 of 5.
| Showing messages 1 through 5 of 5. |
It show's the underlying encoders/decoders/stream splitters used to get from a file to an output device such as a soundcard, your monitor, or (and this is the 'crack' bit) another encoder's input and a subsequent file.
It generally is lossy, because you are reencoding the decoded stream = generational loss.
But it's possible that the bits could be caught before decoding, and shunted into a custom-written filter that instead of decoding the bitstream, just writes it to a file after decryption.