mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove standalone publisher thumbnail default
This commit is contained in:
parent
97324bc5e3
commit
4ca92280a7
1 changed files with 10 additions and 10 deletions
|
|
@ -1,14 +1,4 @@
|
||||||
{
|
{
|
||||||
"publish": {
|
|
||||||
"ExtractThumbnailSP": {
|
|
||||||
"ffmpeg_args": {
|
|
||||||
"input": [
|
|
||||||
"gamma 2.2"
|
|
||||||
],
|
|
||||||
"output": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"create": {
|
"create": {
|
||||||
"create_workfile": {
|
"create_workfile": {
|
||||||
"name": "workfile",
|
"name": "workfile",
|
||||||
|
|
@ -121,5 +111,15 @@
|
||||||
"create_image": "Image",
|
"create_image": "Image",
|
||||||
"create_matchmove": "Matchmove"
|
"create_matchmove": "Matchmove"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"publish": {
|
||||||
|
"ExtractThumbnailSP": {
|
||||||
|
"ffmpeg_args": {
|
||||||
|
"input": [
|
||||||
|
"gamma 2.2"
|
||||||
|
],
|
||||||
|
"output": []
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue