mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/proresenc_aw : use qp close to the official encoder
This commit is contained in:
parent
1a45b12cdc
commit
cea5e90bde
|
@ -49,8 +49,8 @@ static const AVProfile profiles[] = {
|
|||
{ FF_PROFILE_UNKNOWN }
|
||||
};
|
||||
|
||||
static const int qp_start_table[4] = { 4, 1, 1, 1 };
|
||||
static const int qp_end_table[4] = { 8, 9, 6, 6 };
|
||||
static const int qp_start_table[4] = { 8, 3, 2, 1 };
|
||||
static const int qp_end_table[4] = { 13, 9, 6, 6 };
|
||||
static const int bitrate_table[5] = { 1000, 2100, 3500, 5400 };
|
||||
|
||||
static const uint8_t QMAT_LUMA[4][64] = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dc972bd57cec42786abddb79552b2654 *tests/data/fate/vsynth2-prores.mov
|
||||
3265056 tests/data/fate/vsynth2-prores.mov
|
||||
537b0ff66d7c8c3c12faa89d042e6a49 *tests/data/fate/vsynth2-prores.out.rawvideo
|
||||
71d83e64060c122f440b288a042f7c0b *tests/data/fate/vsynth2-prores.mov
|
||||
3260123 tests/data/fate/vsynth2-prores.mov
|
||||
416fa8773615889c70491452428d6710 *tests/data/fate/vsynth2-prores.out.rawvideo
|
||||
stddev: 1.38 PSNR: 45.29 MAXDIFF: 12 bytes: 7603200/ 7603200
|
||||
|
|
Loading…
Reference in New Issue