Create still job.

17May2010

Create a process job for creating a still from a mediafile.

Request URL

/asset/$asset_id/still/create [POST]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
asset_id (ALPHA_NUM)The asset ID of the medafile.Required-
mediafile_id (ALPHA_NUM)The mediafile ID.Required-
user_id (ALPHA_NUM)The user ID for owner.Required-
command (COMMAND)Command used with transcode, used with transcode job.Optional-
completed_transcoding_url (URL)Triggered when transcoding is completed.Optional-
create_still (BOOL)Create still after job run.OptionalFALSE-
end_frame (INT)Still end frame.Optional-
end_time (INT)Still end time.Optional-
file_extension (ALPHA_NUM)file extension of the file, used with transcode job.Optional-
file_size (INT)File size.Optional-
frametime (INT)Still frametime.Optional-
group_id (ALPHA_NUM)The group ID.Optional-
h_padding (INT)Still horizontal padding.Optional-
height (INT)Still height.Optional-
priority (INT)Priority of the job, used with transcode job.Optional-
profile_id (INT)Profile ID, used with transcode job.Optional-
retranscode (BOOL)Retranscode after upload, user with upload jobs.OptionalFALSE-
size (STRING)Size of the still.Optional-
start_frame (INT)Still start frame.Optional-
start_time (INT)Still start time.Optional-
still_every_second (INT)Stills every second.Optional-
still_per_mediafile (INT)Stills per mediafile.Optional-
still_type (STRING)The still type.Optional-
tag (STRING)Still tag.Optional-
tool (STRING)Tool used for transcode, used with transcode job.Optional-
v_padding (INT)Still vertical padding.Optional-
width (INT)Still width.Optional-

Example Request

asset/Cd2WoNCzHX14mfLwbxbPgowc/still/create

Example Response

<items>
  <item id="1">
    <job_id>15839</job_id>
  </item>
</items>