29 September 2010 - Metadata tags added
about 15 years ago by Encoding.com Product Team
| Format Name | Description |
|---|---|
| title | — Title of the media |
| copyright | — Copyright information |
| author | — Source author |
| description | — Media description |
| album | — Media album |
| Format Name | Description |
|---|---|
| title | — Title of the media |
| copyright | — Copyright information |
| author | — Source author |
| description | — Media description |
| album | — Media album |
| Format Name | Description | Allowed Values | Default Values |
|---|---|---|---|
| hint | MP4 only. Whether to add RTP data (for streaming servers). | yes, no. | All: Nonemp4: no |
| Format Name | Description | Allowed Values |
| output | [<span style="color:#ff0000;">required</span>] — output format. Specify format of encoded file. | flv, fl9, wmv, 3gp, mp4, m4v, ipod, iphone, ipad, android, appletv, psp, zune, mp3, wma, m4a, thumbnail*, image , mpeg2 *, iphone_stream, ipad_stream ****. |
| Format Name | Description | Allowed Values | Default Values |
|---|---|---|---|
| output | output format. Specify format of encoded file. | flv, fl9, wmv, 3gp, mp4, m4v, ipod, iphone, ipad, appletv, psp, zune, mp3, wma, m4a, thumbnail*, image , mpeg2 *, iphone_stream, ipad_stream ****. | none |
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<format>
<!-- Format fields -->
<output>iphone_stream</output>
<bitrates>[CommaSeparatedList]</bitrates>
<segment_duration>[Duration]</segment_duration>
<pack_files>[yes|no]</pack_files>
<add_audio_only>[yes|no]</add_audio_only>
<still_image>[no|each_segment|first_segment]</still_image>
<still_image_time>[Time]</still_image_time>
<still_image_size>[Size]</still_image_size>
<!-- Destination fields -->
<destination>[DestFile]</destination> <!-- optional -->
<!-- ... -->
</format>
</query>{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"output": "iphone_stream",
"bitrates": "[CommaSeparatedList]",
"segment_duration": "[Duration]",
"pack_files": "[yes|no]",
"add_audio_only": "[yes|no]",
"still_image": "[no|each_segment|first_segment]",
"still_image_time": "[Time]",
"still_image_size": "[Size]",
"destination": "[DestFile]"
}
}
}| Format Name | Description | Allowed Values |
|---|---|---|
| output | (required) — output format. Specify format of encoded file. | flv, fl9, wmv, 3gp, mp4, m4v, ipod, iphone, ipad, appletv, psp, zune, mp3, wma, m4a, thumbnail*, image , mpeg2 *, iphone_stream ****. |