28 September 2011

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]"
        }
    }
}
OptionDescriptionAllowed ValuesDefault Values
fade_inAdd 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_outAdd 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

OptionDescriptionAllowed ValuesDefault Values
(required) output
Format type
...roku_800, roku_1200, roku_1800, roku_2700, roku_hlsNone.