Skip to content

Commit 81b5929

Browse files
kelly-duXinfengZhang
authored andcommitted
add the VP samples README.
Signed-off-by: kelly-du <[email protected]>
1 parent 456c8b9 commit 81b5929

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

videoprocess/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Video Processing feature test suites
2+
3+
4+
## Introduction
5+
6+
This folder collect a set of VP examples to exercise VA-API in
7+
accordance with the libva project.
8+
vaapp is the basic app which you can use to check several features(CSC,scaling,
9+
denoise, sharpness,DeInterlace,skin tone enhancement,HSBC).
10+
The other sample app is the specific app just for one or two features tested.
11+
You can get the info from the app name, such as CSC,scaling, denoise, sharpness,
12+
chromasitting, 1:N output, usrptr, etc.
13+
14+
## Building
15+
16+
1. In upper folder run autogen.sh, will produce the Makefile.
17+
```
18+
$ ./autogen.sh
19+
```
20+
2. In upper folder, make the sample.
21+
```
22+
$ make
23+
```
24+
3. The VP related sample will be produced in the videoprocess directory
25+
26+
## How to run the sample
27+
28+
1. The app para should be defined in the corresponding *.cfg file. Each app will have
29+
one related *.cfg.template for your reference,and the detailed para meaning is described in
30+
the file. you can create your *.cfg according to your usage.
31+
32+
2. Copy the app and cfg file to the target machine and run.
33+
```
34+
$ ./vavpp process.cfg

0 commit comments

Comments
 (0)