A vlog ending that closes to black
Two seconds of picture going dark while the sound fades is cleaner than a hard cut.
Guide
Fade In/Out softens the beginning and the end of a video or audio file: the opening brightens up from black, the closing frame goes dark as the sound fades away, or a stretch of background music gets a few seconds of fade so it hands over to the next track. It is the “Fade in/out” tab of the audio/video workbench.
Updated 2026-09-094 min read
Fade In/Out softens the beginning and the end of a video or audio file: the opening brightens up from black, the closing frame goes dark as the sound fades away, or a stretch of background music gets a few seconds of fade so it hands over to the next track. It is the “Fade in/out” tab of the audio/video workbench.
A video file has its picture and sound handled together: the picture fades in from black and out to black with the fade filter, while the audio rises and falls in sync with afade, both on exactly the same timings, and the output is re-encoded as MP4 (H.264 CRF 20 + AAC 128 kbps). An audio-only file gets afade alone and keeps its original format (WMA, AMR and the like become MP3). The start of the fade-out is calculated as total duration − fade-out length, so the file's duration has to be detected first.
<original-name>_fade.mp4, or the matching audio file, when it finishes.| Input | Output | Notes |
|---|---|---|
60-second vlog MP4, fade in 1.5 s, fade out 3 s |
The first 1.5 seconds brighten from black, the last 3 go dark as the sound fades |
The filters are fade=t=in:st=0:d=1.50 and fade=t=out:st=57.00:d=3.00 |
3-minute BGM MP3, fade in 0, fade out 5 s |
An MP3 that fades only over its last 5 seconds |
Audio-only files do not re-encode any picture |
4-second clip, fade in 3 s, fade out 3 s |
The message “Fade in + fade out (6.0 seconds) exceeds the total length of the file” |
Reduce one of the two lengths |
Two seconds of picture going dark while the sound fades is cleaner than a hard cut.
Give each music bed a 3-second fade so nothing clicks when tracks are stitched or changed.
A one-second fade from black avoids a first frame frozen mid-word on the presenter.
A one-second fade at each end makes the loop on a trade-show screen feel gentle.
Most often the file's duration was not detected (the panel shows a yellow notice) and the fade start cannot be calculated, so nothing is added. Wait for detection, or rebuild the timestamps with Container Repair and try again.
No, they cannot be controlled separately: a video file always fades picture and sound together. To treat the sound on its own, pull the audio out with Extract Audio first.
No. The gradient happens inside the existing running time, so the total length matches the source.
Processing happens locally in the browser through ffmpeg.wasm and the file is not uploaded; the first use downloads about 31 MB of engine from a CDN (the site's asset domain or jsDelivr) and that request contains none of your file.
Updated 2026-09-09
Fade picture and sound in and out together (fade/afade); audio-only files fade sound only
Everything runs locally in your browser; files are never uploaded to a server