mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Add examples folder and readme.md for examples. Add example roi file.
This commit is contained in:
parent
8143ab971c
commit
eeb2840505
14
examples/README.md
Normal file
14
examples/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
Examples
|
||||
========
|
||||
Examples of external files for use with Kvazaar.
|
||||
|
||||
## Region of interest (roi) files
|
||||
A simple text file can be used with the `--roi` switch to setup regions of interest for encoding.
|
||||
Header row of the file will tell how many regions the encoded frames are divided (columns, rows).
|
||||
The header must be followed by a data row with number entries equal to columns * rows.
|
||||
The data row will tell the encoder which delta QP value will be assigned to each region.
|
||||
The included example file will split frames into four regions with the top regions having a delta QP of +5
|
||||
```
|
||||
2 2
|
||||
5 5 0 0
|
||||
```
|
2
examples/roi.txt
Normal file
2
examples/roi.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
2 2
|
||||
5 5 0 0
|
Loading…
Reference in a new issue