28 September 2011
over 13 years ago by Encoding.com Product Team
Fade In / Fade Out effects
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<format>
<!-- Format fields -->
<fade_in>[FadeInStart:FadeInDuration]</fade_in>
<fade_out>[FadeOutStart:FadeOutDuration]</fade_out>
<!-- ... -->
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"fade_in": "[FadeInStart:FadeInDuration]",
"fade_out": "[FadeOutStart:FadeOutDuration]"
}
}
}
Option | Description | Allowed Values | Default Values |
---|---|---|---|
fade_in | Add fade in effect to audio and video streams. | FadeInStart:FadeInDuration - where both parameters are positive float values FadeInStart - start of fade in effect (in seconds) FadeInDuration - duration of fade in effect (in seconds) | None |
fade_out | Add fade out effect to audio and video streams. | FadeOutStart:FadeOutDuration - where both parameters are positive float values FadeOutStart - start of fade out effect (in seconds). If you will specify this parameter equal to 0, fade out effect will be applied to the end of video/audio FadeOutDuration - duration of fadeOut effect (in seconds) | None |
Roku presets
Option | Description | Allowed Values | Default Values |
---|---|---|---|
(required) output Format type | ...roku_800, roku_1200, roku_1800, roku_2700, roku_hls | None. |