fps and pixel aspect can be decimal

This commit is contained in:
iLLiCiTiT 2021-03-17 13:51:10 +01:00
parent 1a5cb96ba3
commit 721314d744

View file

@ -9,7 +9,9 @@
{
"type": "number",
"key": "fps",
"label": "Frame Rate"
"label": "Frame Rate",
"decimal": 2,
"minimum": 0
},
{
"type": "number",
@ -54,7 +56,9 @@
{
"type": "number",
"key": "pixelAspect",
"label": "Pixel Aspect Ratio"
"label": "Pixel Aspect Ratio",
"decimal": 2,
"minimum": 0
},
{
"type": "enum",