Popular Use Cases
These pre-made API requests can be used to get started quickly with the Video AI API
Convert any Video to 60 FPS
{
"source": {
"resolution": {
"width": 1280,
"height": 720
},
"container": "mp4",
"size": 3643203,
"duration": 9100,
"frameCount": 273,
"frameRate": 30
},
"output": {
"resolution": {
"width": 1280,
"height": 720
},
"audioCodec": "AAC",
"audioTransfer": "Copy",
"frameRate": 30,
"audioBitrate": "320",
"videoEncoder": "H265",
"dynamicCompressionLevel": "High",
"videoProfile": "Main",
"cropToFit": false,
"container": "mp4"
},
"filters": [
{
"model": "apo-8",
"slowmo": 1,
"fps": 60,
"duplicate": true,
"duplicateThreshold": 0.1
}
]
}Auto HQ Denoise
Upscale and Recover
Generative AI - Strong Upscale by 4x
Last updated