Changeset 685 in SHVCSoftware for branches/SHM-6-dev
- Timestamp:
- 16 Apr 2014, 02:48:00 (11 years ago)
- Location:
- branches/SHM-6-dev/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/doc/readme.txt
r2 r685 1 TAppEncoder -c cfg/encoder_randomaccess_main.cfg -c cfg/per-sequence-svc/BasketballDrive-2x.cfg - q0 22 -q1 22 -b str/BasketballDrive.bin -o0 rec/BasketballDrive_l0_rec.yuv -o1 rec/BasketballDrive_l1_rec.yuv1 TAppEncoder -c cfg/encoder_randomaccess_main.cfg -c cfg/per-sequence-svc/BasketballDrive-2x.cfg -c cfg/layers.cfg -q0 22 -q1 22 -b str/BasketballDrive.bin -o0 rec/BasketballDrive_l0_rec.yuv -o1 rec/BasketballDrive_l1_rec.yuv 2 2 3 3 TAppDecoder -b str/BasketballDrive.bin -ls 2 -o0 rec/BasketballDrive_l0_drec.yuv -o1 rec/BasketballDrive_l1_drec.yuv 4 4 5 For AVC_BASE tests the following additionally should be used. 6 7 In the encoder config file for the layer0 ONLY new line should be added. Strictly after InputFile. InputBLFile indicates the path to the BL yuv. Example: 8 InputFile : O:\BasketballDrive_1280x720_50_zerophase_0.9pi.yuv 9 InputBLFile : O:\BasketballDrive_l0_rec.yuv 10 11 For decoder, new command line parameters additionally should be used as following 12 -ibl BLrecon.yuv wdt BLwidth hgt BLheight 5 For AVC base layer tests the following should be used: 6 cfg/layers_avcbase.cfg configuration file 7 -ibl <BLrecon.yuv> option to specify the reconstructed base layer input 8 Additionally for decoder, wdt <BLwidth> hgt <BLheight> to specify the base layer width and height
Note: See TracChangeset for help on using the changeset viewer.