forked from cisco/thor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_high_efficiency.txt
26 lines (25 loc) · 2.12 KB
/
config_high_efficiency.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-if c:\video\Rover\TelePresence_1920x1080_60.yuv ; Input yuv sequence
-of str.bit ; Output bitstream
-rf rec.yuv ; Reconstructed yuv sequence
-stat stat.txt ; Statistics to file
-width 1920 ; Witdh of luminance
-height 1080 ; Height of luminance
-n 16 ; Number of frames to encode
-f 60 ; Frame rate in Hz
-qp 32 ; Quantization parameter
-HQperiod 12 ; Period of high quality frames
-mqpP 1.2 ; QP multiplier for low quality P frames
-dqpI -2 ; QP offset for intra frames
-lambda_coeffI 1.2 ; Multiplier for lambda - I frames
-lambda_coeffP 1.2 ; Multiplier for lambda - P frames
;
;High complexity operating point
;
-intra_rdo 1 ; Use RDO for choosing intra mode
-enable_tb_split 1 ; Enable splitting of a block in 4 transform blocks
-enable_pb_split 1 ; Enable splitting of an inter block in 4 prediction blocks
-early_skip_thr 0.3 ; Early skip threshold
-max_num_ref 4 ; Number of reference frames
-use_block_contexts 1 ; Use block contexts
-enable_bipred 1 ; Enable biprediction
-encoder_speed 0 ; Encoder complexity parameter (0: Slow, 1: Moderate: 2: Fast)