curl --location --request POST 'https://api.vidinfra.com/libraries//encoding-profiles/vod' \
--header 'Content-Type: application/json' \
--data-raw '// {
// "project_id": "f32a0116-fe11-454c-8e6a-5ff4101882e5",
// "name": "Profile3",
// "is_default": true,
// "enable_per_title_encoding": false,
// "thumbnail": {
// "time" : 0.1 ,
// "image_format" : "jpg" ,
// "height" :270,
// "width" : 270,
// "output_path" : ".jpg"
// },
// "generate_mp4": true,
// "crop": {
// "x": 10,
// "y": 20,
// "out_w": 100,
// "out_h": 200
// },
// "image_overlay": {
// "url": "http://example.com/overlay.jpg"
// },
// "text_overlay": {
// "text": "Raka"
// },
// "trim": {
// "start": 10,
// "end": 20
// },
// "encoding_presets": [
// {
// "width": 1920,
// "height": 1080,
// "min_bitrate": 1000,
// "max_bitrate": 5000,
// "optimize_bitrate": true,
// "bitrate": 3000,
// "video_codec": "h264",
// "audio_codec": "aac",
// "audio_rate": 128
// },
// {
// "width": 1080,
// "height": 720,
// "min_bitrate": 2000,
// "max_bitrate": 6000,
// "optimize_bitrate": true,
// "bitrate": 5000,
// "video_codec": "h265",
// "audio_codec": "aac",
// "audio_rate": 128
// }
// ]
// }
// 2nd example
{
"project_id": "2c699add-7989-4460-992c-51829176f9ac",
"name": "Profile3",
"is_default": true,
"enable_per_title_encoding": false,
"thumbnail": {
"time": 0.1,
"image_format": "jpg",
"height": 270,
"width": 270,
"output_path": ".jpg"
},
"generate_mp4": true,
"crop": {
"x": 10,
"y": 20,
"out_w": 100,
"out_h": 200
},
"image_overlay": {
"url": "http://example.com/overlay.jpg"
},
"text_overlay": {
"text": "Raka"
},
"trim": {
"start": 10,
"end": 20
},
"encoding_presets": [
{
"width": 1920,
"height": 1080,
"min_bitrate": 1000,
"max_bitrate": 5000,
"optimize_bitrate": true,
"bitrate": 3000,
"video_codec": "h264",
"audio_codec": "aac",
"audio_rate": 128
},
{
"width": 1280,
"height": 720,
"min_bitrate": 1000,
"max_bitrate": 5000,
"optimize_bitrate": true,
"bitrate": 3000,
"video_codec": "h264",
"audio_codec": "aac",
"audio_rate": 128
},
{
"width": 854,
"height": 480,
"min_bitrate": 1000,
"max_bitrate": 1500,
"optimize_bitrate": true,
"bitrate": 1500,
"video_codec": "h264",
"audio_codec": "aac",
"audio_rate": 128
},
{
"width": 640,
"height": 360,
"min_bitrate": 1000,
"max_bitrate": 1000,
"optimize_bitrate": true,
"bitrate": 1000,
"video_codec": "h264",
"audio_codec": "aac",
"audio_rate": 128
},
{
"width": 426,
"height": 240,
"min_bitrate": 1000,
"max_bitrate": 1000,
"optimize_bitrate": true,
"bitrate": 1000,
"video_codec": "h264",
"audio_codec": "aac",
"audio_rate": 128
},
]
}'