将1分钟24帧720p视频 -> 4k 的消耗,一般在45积分左右
{
"file": "https://xxxx",
"filters": [
{
"model": "prob-4"
}
],
"output": {
"frameRate": 30,
"audioTransfer": "Copy",
"audioCodec": "AAC",
"videoEncoder": "H265",
"videoProfile": "Main",
"dynamicCompressionLevel": "High",
"resolution": {
"width": 3840,
"height": 2160
}
}
}
curl --location --request POST 'https://api.302.ai/topazlabs/video/upload' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "https://xxxx",
"filters": [
{
"model": "prob-4"
}
],
"output": {
"frameRate": 30,
"audioTransfer": "Copy",
"audioCodec": "AAC",
"videoEncoder": "H265",
"videoProfile": "Main",
"dynamicCompressionLevel": "High",
"resolution": {
"width": 3840,
"height": 2160
}
}
}'
{
"cost": 21,
"requestId": "019984f1-5614-72c4-ae57-931aab1927ed"
}