42 lines
800 B
JSON
42 lines
800 B
JSON
{
|
|
"description": "sample for mxl reader go player",
|
|
"id": "5fbec3b1-1b0f-417d-9059-8b94a47197ed",
|
|
"tags": {
|
|
"urn:x-nmos:tag:grouphint/v1.0": [
|
|
"mxl-gst-testsrc pattern"
|
|
]
|
|
},
|
|
"format": "urn:x-nmos:format:video",
|
|
"label": "SMPTE bars test video",
|
|
"parents": [],
|
|
"media_type": "video/v210",
|
|
"grain_rate": {
|
|
"numerator": 25,
|
|
"denominator": 1
|
|
},
|
|
"frame_width": 1280,
|
|
"frame_height": 720,
|
|
"interlace_mode": "progressive",
|
|
"colorspace": "BT709",
|
|
"components": [
|
|
{
|
|
"name": "Y",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"bit_depth": 10
|
|
},
|
|
{
|
|
"name": "Cb",
|
|
"width": 640,
|
|
"height": 720,
|
|
"bit_depth": 10
|
|
},
|
|
{
|
|
"name": "Cr",
|
|
"width": 640,
|
|
"height": 720,
|
|
"bit_depth": 10
|
|
}
|
|
]
|
|
}
|