19 lines
408 B
YAML
19 lines
408 B
YAML
root:
|
|
items:
|
|
- type: yuv-image
|
|
format: planar
|
|
src-y: spacex-y.png
|
|
src-u: spacex-u.png
|
|
src-v: spacex-v.png
|
|
bounds: [10, 10, 427, 640]
|
|
|
|
- type: yuv-image
|
|
format: interleaved
|
|
src: spacex-yuv.png
|
|
bounds: [447, 10, 427, 640]
|
|
|
|
- type: yuv-image
|
|
format: nv12
|
|
src-y: spacex-y.png
|
|
src-uv: spacex-uv.png
|
|
bounds: [887, 10, 427, 640]
|