added filtering to extract burnin

This commit is contained in:
iLLiCiTiT 2021-05-05 12:17:04 +02:00
parent ce94ee37a4
commit 379585672d
2 changed files with 23 additions and 1 deletions

View file

@ -105,7 +105,11 @@
"TOP_RIGHT": "{anatomy[version]}",
"BOTTOM_LEFT": "{username}",
"BOTTOM_CENTERED": "{asset}",
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}"
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}",
"filter": {
"families": [],
"tags": []
}
}
}
}