File: README.md

package info (click to toggle)
libva-utils 2.22.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,152 kB
  • sloc: ansic: 49,282; cpp: 15,772; makefile: 369; sh: 27
file content (34 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Video Processing feature test suites


## Introduction

This folder collect a set of VP examples to exercise VA-API in
accordance with the libva project. 
vaapp is the basic app which you can use to check several features(CSC,scaling,
denoise, sharpness,DeInterlace,skin tone enhancement,HSBC).
The other sample app is the specific app just for one or two features tested.
You can get the info from the app name, such as CSC,scaling, denoise, sharpness,
chromasitting, 1:N output, usrptr, etc.

## Building

1. In upper folder run autogen.sh, will produce the Makefile.
```
$ ./autogen.sh
```
2. In upper folder, make the sample.
```
$ make
```
3. The VP related sample will be produced in the videoprocess directory

## How to run the sample

1. The app para should be defined in the corresponding *.cfg file. Each app will have
one related *.cfg.template for your reference,and the detailed para meaning is described in
the file. you can create your *.cfg according to your usage.

2. Copy the app and cfg file to the target machine and run.
```
$ ./vavpp process.cfg