mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
collecting instances of clips from json example file
This commit is contained in:
parent
f6caee4c43
commit
5693f8a4d7
4 changed files with 337 additions and 4 deletions
121
pype/premiere/example_publish_reqst.json
Normal file
121
pype/premiere/example_publish_reqst.json
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
{
|
||||
"time": "20190112T181028Z",
|
||||
"user": "jakub.jezek",
|
||||
"currentFile": "C:/Users/hubert/_PYPE_testing/projects/jakub_projectx/editorial/e01/work/conform/jkprx_e01_conform_v001.prproj",
|
||||
"cwd": "C:/Users/hubert/_PYPE_testing/projects/jakub_projectx/editorial/e01/work/conform",
|
||||
"date": "2019-01-12T17:10:28.377000Z",
|
||||
"framerate": "24.0",
|
||||
"host": "premiere",
|
||||
"hostVersion": "2019",
|
||||
"startFrame": 1001,
|
||||
"isRenderedReference": true,
|
||||
"referenceFile": "C:\\Users\\hubert\\_PYPE_testing\\projects\\jakub_projectx\\resources\\reference\\e01\\sequence01\\conform\\jkprx_e01_conform_v001.mov",
|
||||
"presets": {"rules_tasks": {
|
||||
"defaultTasks": ["compositing"],
|
||||
"taskHost":{
|
||||
"compositing": "nuke",
|
||||
"3d": "maya",
|
||||
"roto": "nukeAssist"
|
||||
},
|
||||
"taskSubsets": {
|
||||
"compositing": ["nukescript", "read", "write"],
|
||||
"3d": ["scene", "camera", "imageplane"],
|
||||
"roto": ["nukescript", "read", "write"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"instances": [
|
||||
{
|
||||
"publish": true,
|
||||
"family": "clip",
|
||||
"name": "e01_s010_0010",
|
||||
"filePath": "C:\\Users\\hubert\\_PYPE_testing\\projects\\jakub_projectx\\resources\\footage\\raw\\day01\\bbt_test_001_raw.mov",
|
||||
"tags": [
|
||||
{"task": "compositing"},
|
||||
{"task": "roto"},
|
||||
{"task": "3d"}
|
||||
],
|
||||
"layer": "V1",
|
||||
"sequence": "sequence01",
|
||||
"representation": "mov",
|
||||
"metadata": [
|
||||
{"colorspace": "BT.709"},
|
||||
{"fps": 24},
|
||||
{"hasAudio": true},
|
||||
{"format.width": 720},
|
||||
{"format.height": 404},
|
||||
{"format.pixelaspect": 1},
|
||||
{"source.start": "00:00:00:00"},
|
||||
{"source.end": "00:01:52:12"},
|
||||
{"source.duration": "00:01:52:13"},
|
||||
{"clip.start": "01:00:00:00"},
|
||||
{"clip.end": "01:00:42:07"},
|
||||
{"clip.duration": "00:00:42:08"},
|
||||
{"clip.audio": {
|
||||
"audioChannels": 2,
|
||||
"audioRate": 48000
|
||||
}},
|
||||
{"timeline.audio": [
|
||||
{"metadata": [
|
||||
{"audioChannels": 2},
|
||||
{"audioRate": 48000},
|
||||
{"source.start": "00:00:00:00"},
|
||||
{"source.end": "00:01:52:12"},
|
||||
{"source.duration": "00:01:52:13"},
|
||||
{"clip.start": "01:00:00:00"},
|
||||
{"clip.end": "01:00:42:07"},
|
||||
{"clip.duration": "00:00:42:08"}
|
||||
],
|
||||
"layer": "A2",
|
||||
"path": "file/path/to/audio.wav"}
|
||||
]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"publish": true,
|
||||
"family": "clip",
|
||||
"name": "e01_s010_0020",
|
||||
"filePath": "C:\\Users\\hubert\\_PYPE_testing\\projects\\jakub_projectx\\resources\\footage\\raw\\day01\\bbt_test_001_raw.mov",
|
||||
"tags": [
|
||||
{"task": "compositing"},
|
||||
{"task": "roto"},
|
||||
{"task": "3d"}
|
||||
],
|
||||
"layer": "V1",
|
||||
"sequence": "sequence01",
|
||||
"representation": "mov",
|
||||
"metadata": [
|
||||
{"colorspace": "BT.709"},
|
||||
{"fps": 24},
|
||||
{"hasAudio": true},
|
||||
{"format.width": 720},
|
||||
{"format.height": 404},
|
||||
{"format.pixelaspect": 1},
|
||||
{"source.start": "00:00:00:00"},
|
||||
{"source.end": "00:01:52:12"},
|
||||
{"source.duration": "00:01:52:13"},
|
||||
{"clip.start": "01:00:00:00"},
|
||||
{"clip.end": "01:00:42:07"},
|
||||
{"clip.duration": "00:00:42:08"},
|
||||
{"clip.audio": {
|
||||
"audioChannels": 2,
|
||||
"audioRate": 48000
|
||||
}},
|
||||
{"timeline.audio": [
|
||||
{"metadata": [
|
||||
{"audioChannels": 2},
|
||||
{"audioRate": 48000},
|
||||
{"source.start": "00:00:00:00"},
|
||||
{"source.end": "00:01:52:12"},
|
||||
{"source.duration": "00:01:52:13"},
|
||||
{"clip.start": "01:00:00:00"},
|
||||
{"clip.end": "01:00:42:07"},
|
||||
{"clip.duration": "00:00:42:08"}
|
||||
],
|
||||
"layer": "A2",
|
||||
"path": "file/path/to/audio.wav"}
|
||||
]}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue