The Drop · September 4, 2026
Bass drop video: cutting a 30 second drop edit that lands
Half a minute of your own track, cut so the drop happens inside it. The version everybody makes on the first try begins at the drop, which is exactly the thing that stops it from feeling like one.
Photo via Unsplash
First, what a drop edit is here
Search for a bass drop video and you get two unrelated things. One is a sound effect, a ready made whoosh and boom for someone else's footage. The other is what producers mean by a drop edit: a slice of your own record, cut around the heaviest section, rendered with visuals, posted to send people to the full thing. This is about the second one, and about the decision nobody covers, which is which thirty seconds you take.
The rendering side is easy and mostly automatic. The choosing is where the clip is won.
The clip does not start on the drop
A drop is not loud in absolute terms. It is loud relative to what came before it. Strip the tension off the front and a viewer gets a busy section at full volume with nothing to measure it against. That reads as noise, not as a moment. The build is not the boring part you cut to save seconds, it is what makes the payoff legible.
So the clip starts in the build. Eight bars in front of the drop is a sane default. Four if the section is short and aggressive, sixteen if the track takes its time getting there. What matters is that the first thing a viewer hears is tension and the second thing is release.
Two technical reasons, on top of the musical one
This tool reacts to the audio rather than to markers you place, so where you cut changes what it does.
Drop detection is switched off for the first 1.5 seconds of playback. That guard exists so a track that opens at full energy does not read as a drop at second zero and blow the effect before anything has happened. Useful in general, unhelpful if you have handed it a file that begins on the drop, because that dead second and a half is now the front of your biggest moment.
The detector works by comparison. It tracks bass energy against a rolling baseline built from the previous several seconds, and that energy has to stay high for around 300 milliseconds before it engages, so a single kick never trips it. A file at maximum from the first frame has no quieter passage to compare against. Eight bars of build and the contrast does the work for you. The dubstep post takes the drop detector apart properly.
One more: tempo is measured once, offline, from the first sixty seconds of the file you upload, and the content changes ride that grid. How beat detection works covers the scan.
Do the length in bars, not seconds
Thirty seconds is a habit, not a rule, and cutting to a round number of seconds is how you end
up with a clip that stops mid phrase. Cut to whole bars and the slice ends where the music ends.
The arithmetic is one line: a bar of four four is 240 / BPM seconds.
- 128 BPM, common house and big room tempo: 1.88 seconds a bar, so 16 bars is almost exactly 30 seconds. Eight in the build, eight in the drop, done.
- 140 BPM, dubstep and a lot of trap: 1.71 seconds a bar. 16 bars is 27.4 seconds, which is the cut to take.
- 150 BPM: 1.6 seconds a bar. 16 bars is 25.6 seconds, or push to 18 bars for 28.8.
- 174 BPM, drum and bass: 1.38 seconds a bar. You fit about 21 bars in 30 seconds, so eight in and thirteen out, or keep it at 16 bars and let the clip be 22 seconds.
Shorter than the platform allows is fine. A 22 second clip ending on a bar line beats a 30 second one padded with a section trailing off.
Trim the audio, not the video
There is no in and out point in the app. It plays your file from the beginning and records in real time, so a four minute upload costs four minutes to produce a clip you were going to cut to thirty seconds anyway. Trim first and it takes half a minute.
Find the drop in whatever you wrote the track in, note the timestamp of the bar where the build starts, and cut there. One command if you would rather not open a DAW, start point in seconds then length:
ffmpeg -i track.wav -ss 102 -t 28 -c:a libmp3lame -q:a 2 dropedit.mp3
Upload that, set the look, render. If you already rendered the full track, the same two flags work on the WebM, and since you are re-encoding you may as well land on MP4:
ffmpeg -i full.webm -ss 102 -t 28 -c:v libx264 -crf 18 dropedit.mp4
The recorder runs at 16 megabits per second, which is 2 megabytes per second of music, so a 30 second render lands around 60 megabytes. The export guide has the conversion and per platform detail.
Settings that suit a clip this short
A thirty second edit is not a short version of a four minute video. Three things change.
- Leave drop sensitivity on and let it escalate for you. The content change rate is one setting for the whole clip, so you cannot hand build a calm intro and a frantic drop. You do not need to. The drop response ramps in on its own and brings the glitch slicing, frame shake and text scrambling with it.
- Fewer text lines. At one line every two beats, thirty seconds burns through more than you think. Track name, artist, out. A wall nobody finishes reading is worse than three words they do.
- Decide the first frame on purpose. It is the frame the clip is judged on in a feed. Whatever is on screen when the build starts should be the cover art or the title, not a random shape from the rotation.
If the clip is going somewhere vertical, keep the action in the middle of the frame so a 9:16 crop survives it. The vertical guide covers that composition properly rather than repeating it here.
Before you post it
A drop edit is the most aggressive thing this tool makes, because the settings that suit a drop flash hardest. Anything above three flashes per second can trigger seizures in people with photosensitive epilepsy, and a promo clip goes in front of people who did not choose to watch it. Add a warning where the platform allows one, and check the strobe guide for the thresholds and a calmer build.
The short version
- A drop edit is a slice of your own track, cut so the drop lands inside it.
- Start the clip in the build, eight bars is a good default. The drop only reads as impact next to the tension in front of it.
- The visualizer ignores drops for the first 1.5 seconds and judges loudness against the seconds before, so a file that opens on the drop gets the weakest reaction.
- Set the length in bars. A bar is 240 divided by the BPM, in seconds.
- Trim the audio before uploading, since the render runs in real time. Output is WebM, about 2 megabytes per second, convert with ffmpeg for MP4.
- Warn people about the flashing.
Cut the slice, then render it
Free, in the browser, no signup, no watermark, and your audio never leaves your machine. Load the thirty seconds and see what the drop does.
Open the visualizer