Last change
on this file since 444 was
2,
checked in by seregin, 12 years ago
|
Initial import by Vadim Seregin <vseregin@…>
|
File size:
827 bytes
|
Line | |
---|
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.yuv |
---|
2 | |
---|
3 | TAppDecoder -b str/BasketballDrive.bin -ls 2 -o0 rec/BasketballDrive_l0_drec.yuv -o1 rec/BasketballDrive_l1_drec.yuv |
---|
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 |
---|
Note: See
TracBrowser for help on using the repository browser.