remove standalone publisher thumbnail default

This commit is contained in:
Milan Kolar 2021-03-03 09:58:38 +01:00
parent 97324bc5e3
commit 4ca92280a7

View file

@ -1,14 +1,4 @@
{
"publish": {
"ExtractThumbnailSP": {
"ffmpeg_args": {
"input": [
"gamma 2.2"
],
"output": []
}
}
},
"create": {
"create_workfile": {
"name": "workfile",
@ -121,5 +111,15 @@
"create_image": "Image",
"create_matchmove": "Matchmove"
}
},
"publish": {
"ExtractThumbnailSP": {
"ffmpeg_args": {
"input": [
"gamma 2.2"
],
"output": []
}
}
}
}