encodemobile_ds.bat

来自「jsvm开发代码包括抽样,编码,抽取,解码等一系列功能,可以做工具或研究用」· Batch 代码 · 共 11 行

BAT
11
字号

@bin\H264AVCEncoderLibTestStatic -pf cfg\Mobile.cfg -numl 1 -mfile 0 1 mot\Mobile_layer0.mot -anafgs 0 3     tmp\Mobile_FGS0.dat 
@bin\H264AVCEncoderLibTestStatic -pf cfg\Mobile.cfg -numl 1 -encfgs 0 128.0 tmp\Mobile_FGS0.dat -bf str\Mobile0

@bin\H264AVCEncoderLibTestStatic -pf cfg\Mobile.cfg -numl 2 -mfile 1 1 mot\Mobile_layer1.mot -encfgs 0 96.0 tmp\Mobile_FGS0.dat -anafgs 1 3     tmp\Mobile_FGS1.dat
@bin\H264AVCEncoderLibTestStatic -pf cfg\Mobile.cfg -numl 2 -encfgs 0 96.0 tmp\Mobile_FGS0.dat -encfgs 1 384.0 tmp\Mobile_FGS1.dat -bf str\Mobile1

@bin\EncoderBitstreamMergerStatic.exe -numl 2 -ds -infile 0 str\Mobile0 -infile 1 str\Mobile1 -outfile str\Mobile_CIF30-384.264

@call extractMobile_DS.bat
@call decodeMobile.bat

⌨️ 快捷键说明

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