source: SHVCSoftware/branches/SHM-1.1-dev/doc/readme.txt @ 1041

Last change on this file since 1041 was 2, checked in by seregin, 12 years ago

Initial import by Vadim Seregin <vseregin@…>

File size: 827 bytes
Line 
1TAppEncoder -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.yuv
2
3TAppDecoder -b str/BasketballDrive.bin -ls 2 -o0 rec/BasketballDrive_l0_drec.yuv -o1 rec/BasketballDrive_l1_drec.yuv
4
5For AVC_BASE tests the following additionally should be used.
6
7In 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:
8InputFile                     : O:\BasketballDrive_1280x720_50_zerophase_0.9pi.yuv
9InputBLFile                 : O:\BasketballDrive_l0_rec.yuv
10
11For decoder, new command line parameters additionally should be used as following
12-ibl “BLrecon.yuv” –wdt BLwidth –hgt BLheight
Note: See TracBrowser for help on using the repository browser.