Hi there. I am hoping to create a JPG of a video with the following request. The problem is that i want to output the JPG aspect ratio with whatever the aspect ratio of the video was, and the output requires that I set a resolution or size. But if I set the resolution, in order to make it output the correct aspect ratio i have to set it, but i don’t know what that is.
Is there a way to have the output of the JPG automatically use the aspect ratio of the source video?
{
"timeline": {
"tracks": [
{
"clips": [
{
"asset": {
"type": "video",
"src": "",
"trim": 0
},
"start": 0,
"length": 1
}
]
}
]
},
"output": {
"format": "jpg"
}
}