Video Bitrate & File Size Calculator
MathCalculate the video file size from a target bitrate and duration, or the required bitrate to hit a target file size, with an optional separate audio bitrate.
Video bitrate and file size are directly proportional to each other at a fixed duration, and this tool works the conversion either direction. Give it a video bitrate, an optional audio bitrate, and a duration to see the resulting file size, which is the question you're asking when picking an export setting. Or give it a target file size, like a platform's upload cap or a fixed amount of storage, and a duration to get the bitrate that hits it exactly, holding the audio track's bitrate fixed and solving for video. Everything is plain arithmetic over the numbers you supply: it reads no file and decodes nothing, so it can't tell you the real bitrate of an existing video, only what a given combination of numbers works out to.
How to use Video Bitrate & File Size Calculator
- 1.Pick a direction: bitrate to file size, or file size to bitrate.
- 2.Enter the duration in seconds, plus the video bitrate (or target file size) and an optional audio bitrate in kbps.
- 3.Read the resulting file size in both decimal MB and binary MiB, or the required video bitrate.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/video-bitrate-calculator \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"mode":"size-from-bitrate","durationSeconds":600,"videoBitrateKbps":5000,"audioBitrateKbps":192}'Get an API key from your dashboard · Full API docs →