| Weblog: | MS DRM is pure smoke | |
| Subject: | re-encode == LOSS of quality | |
| Date: | 2003-07-15 13:46:41 | |
| From: | anonymous2 | |
|
Response to: re-encode == LOSS of quality
|
||
|
If you use a lossy encoding there is a loss of quality every time you re-encode (in theory I think this need not be true in some cases, but in practice it is).
|
||
Showing messages 1 through 7 of 7.
-
re-encode == LOSS of quality
2003-07-15 16:10:16 Lucas Gonze |
[Reply | View]
-
re-encode == LOSS of quality
2003-07-22 09:58:55 anonymous2 [Reply | View]
The tool being used is GraphEdit, a part of Microsoft's SDK for DirectShow.
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. -
re-encode == LOSS of quality
2003-07-22 10:07:11 Lucas Gonze |
[Reply | View]
Anonymous, you are the rockest man alive. Huge props to you.
-
re-encode == LOSS of quality
2005-04-11 04:54:22 ccnz2 [Reply | View]
im trying to use graphedit with a .wmv file....
basically even though i have it saved on my hard drive whenever it opens in media player it acquires the licence everytime i play it.
I downloaded it from a sports site that shows games footage and think it is rubbish that you cant open it or save it without it doing this.
Its sports clips not a damn feature film DVD!! this licensing media is a joke...i thought my subscription paid for my rights to the file but obviously not.anyone know of a easy way round this? -
Pathetic
2003-07-22 13:58:12 anonymous2 [Reply | View]
Try connecting the Line Out of your soundcard back to the Line In of the same PC... poof, no DRM!
You're just doing exactly the same thing in software... next time try catching the stream before it hits the audio renderer and we'll have something to talk about.
-
re-encode == LOSS of quality
2003-07-22 12:15:10 anonymous2 [Reply | View]
Similarly to how JPG has "lossless re-encode," there isn't really any good reason that you couldn't reencode an MP3 or MPEG-4 video. The point is that the original encode suffers loss, but in doing so puts the image in an easily-compressible form (by blocking it and removing high-frequency noise, etc.). After decoding it's still in this form, and so if you were to compress using the same parameters, you should get essentially the same file out.
(This gets less and less likely the more complicated the input format is, but I think at least it would work for MP3.)
- Tom 7
| Showing messages 1 through 7 of 7. |




On the other hand, I'm having a hard time finding details of the crack. The WM9 folks have decided I'm a script kiddie, and the AVSForums search is not the greatest, so I'm stuck crawling AVSForums manually.