blob: 03fe55c3cd972ee9efe4ab34cb2f9c574116f296 (
plain)
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
|
root:
items:
- type: clip
id: 2
complex:
- rect: [0, 0, 1314, 650]
- type: yuv-image
clip-chain: [2]
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
clip-chain: [2]
format: interleaved
src: spacex-yuv.png
bounds: [447, 10, 427, 640]
- type: yuv-image
clip-chain: [2]
format: nv12
src-y: spacex-y.png
src-uv: spacex-uv.png
bounds: [887, 10, 427, 640]
|