Page 1 of 1

Improved MPEG-1 Format

Posted: 2004-01-16 01:28am
by Slartibartfast
I don't know how many video geeks we have here, but apparently there's this group of people who figured out how to use an optimized "quantize matrix" so that instead of crappy VCD quality MPEGs we can have near-DVD quality MPEGs, and they're backwards compatible - meaning you can run it in any player that would play a regular MPG file.

What you do is take TMPGEnc and add a new matrix, so instead of:
16 17 18 19 20 21 22 23
17 18 19 20 21 22 23 24
...

you have:
16 18 20 22 24 26 28 30
18 20 22 24 26 28 30 32
...

Or something like that. Result: double the quality at half the space :D

Anyway find out about it in www.kvcd.net

Posted: 2004-01-16 01:40am
by Sarevok
Any idea where can I can find SDKs and libraries related to this ? I am interested in implementing this technology in my programs.