h263.par

来自「这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数」· PAR 代码 · 共 24 行

PAR
24
字号
!! H.263 videoencoder sample !!352x288.yuv  // name of source files352       // horizontal_size288       // vertical_size149       // number of frames30000     // frame scale1001      // frame interval7         // I-frame quant7         // P-frame quant9         // B-frame quant10        // I-frame distance1         // P-frame distance15        // P-frame motion vector searchWidth in full pel15        // P-frame motion vector searchHeight in full pel1         // Motion Estimation algorithm: 0 - full search, 1 - fast search2         // Motion Estimation accuracy: 1 - full pel, 2 - half pel1         // calculate PSNR0         // RateControl  0 - no, 1 - FrameLayer(VBR)400       // BitRate, Kbps50        // SceneChangeThreshold, %3         // unrestricted motion vector mode: 0 - off; 1 - no PLUSPTYPE; 2 - PLUSPTYPE, UUI==1; 3 - PLUSPTYPE, UUI==011         // advanced prediction: 0 - off (1MV),  1 - on (4MV, OBMC)1         // advanced Intra coding: 0 - off,  1 - on

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?