Reddit accepts much longer video than most short-form platforms, but each format has its own minimum and maximum. Enter your clip’s duration and this checker marks every Reddit format it qualifies for, and tells you how much to trim when it does not.
How it works
Each Reddit video format has a min and max duration in seconds. The tool
converts your input to total seconds and tests it against every format:
qualifies = duration >= format.min AND duration <= format.max
overBy = duration − format.max (when too long)
underBy = format.min − duration (when too short)
A format is marked fits when your duration sits inside the window, and otherwise shows exactly how many seconds you are over or under. Native feed video allows up to 15 minutes; video ads run from 5 seconds to 30 minutes.
Tips and notes
Even though Reddit allows long video, retention drops sharply after the opening seconds, so the first 3 seconds should carry the hook. For ads, keep creative under 30 seconds for the best completion rate despite the 30-minute ceiling. All calculations run locally in your browser.