Fade In/Out

Create a fade effect at the beginning or end of your source video.

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required-->
    <userkey><<key>></userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <format>
        <fade_in>[FadeInStamp]</fade_in>
        <fade_out>[FadeOutStamp]</fade_out>
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "format": {
            "fade_in": "[FadeInStamp]",
            "fade_out": "[FadeOutStamp]"
        }
    }
}
ParameterDescriptionAllowed ValuesDefault 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.

FadeOutDuration — duration of fade out effect in seconds.
None