ZencoderOutput.min_size does not correspond to the documentation
Opened this issue · 0 comments
dxeoane commented
According to the documentation this parameter should be passed as follows
{ "outputs": [ { "skip": { "min_size": "640x480" } } ] }
But it is sending this way
{ "outputs": [ { "min_size": "640x480" } ] }