mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
54 lines
No EOL
1.3 KiB
JSON
54 lines
No EOL
1.3 KiB
JSON
{
|
|
"create": {
|
|
"CreateShotClip": {
|
|
"hierarchy": "{folder}/{sequence}",
|
|
"clipRename": true,
|
|
"clipName": "{track}{sequence}{shot}",
|
|
"countFrom": 10,
|
|
"countSteps": 10,
|
|
"folder": "shots",
|
|
"episode": "ep01",
|
|
"sequence": "sq01",
|
|
"track": "{_track_}",
|
|
"shot": "sh###",
|
|
"vSyncOn": false,
|
|
"workfileFrameStart": 1001,
|
|
"handleStart": 10,
|
|
"handleEnd": 10
|
|
}
|
|
},
|
|
"load": {
|
|
"LoadClip": {
|
|
"enabled": true,
|
|
"families": [
|
|
"render2d",
|
|
"source",
|
|
"plate",
|
|
"render",
|
|
"review"
|
|
],
|
|
"representations": [
|
|
"exr",
|
|
"dpx",
|
|
"jpg",
|
|
"jpeg",
|
|
"png",
|
|
"h264",
|
|
"mov"
|
|
],
|
|
"clip_name_template": "{asset}_{subset}_{representation}"
|
|
}
|
|
},
|
|
"publish": {
|
|
"CollectInstanceVersion": {
|
|
"enabled": false
|
|
},
|
|
"ExtractReviewCutUpVideo": {
|
|
"enabled": true,
|
|
"tags_addition": [
|
|
"review"
|
|
]
|
|
}
|
|
},
|
|
"filters": {}
|
|
} |