View Single Post
Old 23rd June 2005, 13:09   #1  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
New Custom Quantization Matrices - EQM AVC Series. Last update: EQM AVC-HR 2005-08-01

EQM AVC-HR rev.1
This matrix was made for medium-high bitrate backups with High-Profile AVC encoders that support custom matrices and 8x8 discrete cosine transform. It also reduces blocking.

Usage:
- high quality backups of DVD material at full resolution (anamorphic) and bitrates of at least 1300-1400kbps (for average motion and not noisy/old movies).
- non anamorphic/vertically resized encodes at bitrates of at least 1000kbps.

Standard version (JM, x264 & Encavc beta2-2 compatible):
Code:
INTRA4X4_LUMA =
 6, 9,13,19,
 9,14,20,27,
13,20,28,35,
19,27,35,42

INTRA4X4_CHROMAU =
 6,10,15,20,
10,16,21,27,
15,21,28,33,
20,27,33,42

INTRA4X4_CHROMAV =
 6,10,15,20,
10,16,21,27,
15,21,28,33,
20,27,33,42	

INTER4X4_LUMA =
 8,11,15,20,
11,16,21,27,
15,21,28,35,
20,27,35,42	

INTER4X4_CHROMAU =
 8,11,16,21,
11,17,22,27,
16,22,28,35,
21,27,35,42	

INTER4X4_CHROMAV =
 8,11,16,21,
11,17,22,27,
16,22,28,35,
21,27,35,42	

INTRA8X8_LUMA =
 6, 7, 8,10,12,14,16,18,
 7, 9,11,13,15,16,18,20,
 8,11,14,16,17,19,21,22,
10,13,16,18,20,22,24,26,
12,15,17,20,23,25,28,30,
14,16,19,22,25,29,34,38,
16,18,21,24,28,34,46,52,
18,20,22,26,30,38,52,72

INTER8X8_LUMA =
 8, 9,10,12,14,16,19,21,
 9,11,13,15,17,19,21,23,
10,13,16,18,20,22,23,25,
12,15,18,21,23,24,26,32,
14,17,20,23,25,27,33,40,
16,19,22,24,27,34,41,52,
19,21,23,26,33,41,53,64,
21,23,25,32,40,52,64,80
Download: EQM AVC-HR

EDIT: fixed to comply with JVT standard.

Last edited by Sharktooth; 1st August 2005 at 14:38.
Sharktooth is offline   Reply With Quote