Open source media management and distribution platform
This call implements a still generation based on the source file using the specified parameters. In the call the mediafile_id and the other parameters is passed. In the response the job id is returned, it can be used to request the status of that job.
/asset/{asset_id}/still/create [POST]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
asset_id |
alphanumeric |
asset id |
URL |
obligatory |
|
mediafile_id |
alphanumeric |
mediafile id |
POST |
obligatory |
|
user_id |
string |
user id |
POST |
obligatory |
|
frametime |
integer |
Time in second |
POST |
optional |
|
width |
integer |
width of image |
POST |
optional |
|
height |
integer |
height of image |
POST |
optional |
* See: Still creation parameters (POST) on /mediafile/{mediafile_id}/still/create [POST]
/asset/6c704fbd4ef58f2447fd1a3e7/still/create
POST:
user_id=entree004
frametime=12
|
Field |
Description |
|
job_id |
job id |
<items>
<item id="1">
<job_id>7596</job_id>
</item>
</items>